Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ora-28030: server encountered problems accessing ldap directory service

Manjusha MuraleedasJan 28 2016 — edited Jan 28 2016

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



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 25 2016
Added on Jan 28 2016
5 comments
2,435 views