I agree with Florian, I'd prefer adding support for *python-oracledb* in Django 4.1 and immediately deprecate using *cx_Oracle *(will be removed in Django 5.0).
*3. Supporting some new connection parameters and using service names >> instead of SIDs* >> >> One new feature of the python-oracledb driver are additional connect() >> keyword arguments like hostname, port, service_name, tcp_connect_timeout. >> (The makedsn() function is now deprecated in python-oracle because of >> this change.) How can new parameters best be passed to python-oracledb? >> > As far as I'm aware this is already supported with an easy connect string or full DSN in *NAME*, see docs <https://docs.djangoproject.com/en/4.0/ref/databases/#full-dsn-and-easy-connect> . Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/3c357661-a4ed-4024-b548-3fbb12bd243an%40googlegroups.com.