Hi,
In our test environment, we are getting the error,ora-28030: server encountered problems accessing ldap directory service while running a unix shell script, which will connect to oracle database and do some processing.All functionalities works fine. But at the beginning of the sysout log ,I am getting this error message. I do not have clue where the script is looking for LDAP service and why.We are using the same code in development environment. The database host name and the port is same for dev and test . But service_name for dev and test are different. Dev has no issues and test env raises ora-28030.
note :Recently client software has been installed and the oracle home points to the location /u01/app/oracle/product /client/
Following are my findings :
1.There is a file ldap.ora in $ORACLE_HOME path.I could not open that file , Access is denied.
2. A directory ldap exists in $ORACLE_HOME path
3. Wallet location in SQLNET.ORA file
NAMES.DIRECTORY_PATH= (TNSNAMES,LDAP, EZCONNECT)
WALLET_LOCATION =
(SOURCE =
(METHOD = FILE)
(METHOD_DATA =
(DIRECTORY = /oracle/app/oracle/admin/common/wallet)
)
)