Connection via LDAP

Gnans

Member
Hi,

My org allows connection via LDAP only. I have the below information in sqlnet.ora file.

# sqlnet.ora Network Configuration File

SQLNET.AUTHENTICATION_SERVICES= (NTS)

NAMES.DIRECTORY_PATH= (LDAP)

SQLNET.EXPIRE_TIME = 2

WALLET_LOCATION =
(SOURCE =
(METHOD = FILE)
(METHOD_DATA =
(DIRECTORY = %APPDATA%/OracleWallet)
)
)

SQLNET.WALLET_OVERRIDE = TRUE

How and where should I connect so I get through the LDAP account?
 
If you configure PL/SQL Developer to use the Oracle Client that is configured for LDAP then you connect as usual. Go to Tools > Preferences > Oracle / Connection to select a specific Oracle Home.
 
Back
Top