database login authentication via OID - How?
I have setup and installed Oracle Fusion Middleware 11.1.1.4 OID and OIM with other components. All works great.
I have a database ORCL1 11.2 that I have registered with OID successfully.
Have setup a db user in ORCL1
create user ABC identified globally as 'cn=abc,cn=Users,dc=localdomain;
grant create session to ABC.
During login database should search OID and let the user be authenticated by OID. That is not happening. During login I get standard ora-1017 error. Client SQLNET Trace shows LDAP.ORA was not even looked at. No connections made to OID.
What am I missing?
ldapbind works fine.
I have a database ORCL1 11.2 that I have registered with OID successfully.
Have setup a db user in ORCL1
create user ABC identified globally as 'cn=abc,cn=Users,dc=localdomain;
grant create session to ABC.
During login database should search OID and let the user be authenticated by OID. That is not happening. During login I get standard ora-1017 error. Client SQLNET Trace shows LDAP.ORA was not even looked at. No connections made to OID.
What am I missing?
ldapbind works fine.
0