How do I connect to the Oracle db through command prompt via ldap?
Once we have the sqlnet.ora and ldap.ora files in place as explained in blog 'Sql developer connection to oracle db', we just have to use the below syntax to connect.
Syntax - sqlplus username/password@dbservice
Here dbservice is the same service name in sqldeveloper that we select as the last step in creating a connection.
No comments:
Post a Comment