Oracle authentication with Active Directory (OracleContext)
I have created OracleContext though this document of Oracle Support: "How to Manually Create an Oracle Context in Active Directory [ID 820134.1]" I have registered the database through Database Configuration Assistant (DBCA) as per document. Then I created as user (same username as Active Directory) as per this:
CREATE USER psmith IDENTIFIED GLOBALLY AS 'CN=psmith,OU=division1,O=oracle,C=US';When I right click on the service name registered under the OracleContext, and click on the CONNECT WITH SQL*PLUS:
and thereafter I tried connecting through SQL*PLUS with no success, kept getting invalid username/password; login denied.
To debug I have tried to test connectivity with Microsoft Tools as per this.
1