Hi All,
I'm trying to add an Oracle DB with the following SQLAlchemy URI -
oracle://USERNAME:PASSWORD@IP:PORT/SID
I get a pop up dialog box that looks like -

And the logs -
Assertion failed: (LDAP_VALID( ld )), function ldap_first_entry, file getentry.c, line 35.
Also, I would like to know if there is any way I can connect to Oracle DB in an enterprise environment using the LDAP Connection Type (like what we have in Oracle SQL Developer) ?
What would it's SQLAlchemy URI be like?
Regards,
V