LDAP support for TNS entries searching in addition to tnsnames.ora file #71
Closed
danidorbek
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
Thanks for letting us know; it helps us prioritize features |
Beta Was this translation helpful? Give feedback.
5 replies
-
Close this discussion enhancement: we'll track it in #111 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
it would be awesome if TNS alias could be queried from LDAP in THIN mode similarly how it works in Java Thin driver.
For example:
conn = oracledb.connect(user=usr, password=pwd, dsn='ldap://my_ldap.server/MY_TNS_ALIAS,cn=OracleContext,dc=sample,dc=com')
That would help to support large scale setups that use Oracle name resolution based on LDAP.
Beta Was this translation helpful? Give feedback.
All reactions