Hi,
I installed OID 11.1.1.9 with 10.3.6 MW and 11.2.0.4 DB.
OID is up and running.
After registering the Database with OID using dbca, I
-created a test user, "tahseen", from ODSM
-Created a shared_schema identified globally in the database OIDREP and granted connect to it.
-Mapped the Enterprise User, "tahseen", to the shared schema using DB Console
But when I test the connection:
[oracle@dev-ora-oid OID]$ sqlplus tahseen@oidrep
SQL*Plus: Release 11.1.0.7.0 - Production on Thu Aug 4 16:14:55 2016
Copyright (c) 1982, 2008, Oracle. All rights reserved.
Enter password:
ERROR:
ORA-28030: Server encountered problems accessing LDAP directory service
I enabled trace - alter system set events '28033 trace name context forever, level 9';
and found:
kzld_discover received ldaptype: OID
KZLD_ERR: DB-OID SSL noauth failed. Err=554
KZLD_ERR: 554
KZLD is doing LDAP unbind
KZLD_ERR: found err from kzldini
Please help me troubleshoot what is it that I a missing.