Hi!
I have to connect to LDAP server (I suppose with dbms_ldap) with user that needs to be authenticated (I can't use anonymous bind) but I don't want to hardcode user's password in some package or as data in table.
What are my options? Is it possible to use certificates stored in Oracle Wallet for this or is there a way to safely store passwords somewhere in Oracle database?
Br,
Marko