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?
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?