Hi Experts,
We implemented EUS for Oracle Databases by extending AD schema to store HashPassword. AD users are able to connect to Oracle Database using SQLPLUS, Toad, PL/SQL clients.
But when I try to make a connection to Database using AD username/password using JAVA CODE, it fails!!!!!!!!!!!! I see different messages
java.sql.SQLException: ORA-28274: No ORACLE password attribute corresponding to user nickname exists AND java.sql.SQLException: ORA-01017: invalid username/password; logon denied.
I know these errors refer to lack of HashPassword OR invalid password etc... But thats not the case. I can connect to DB from other clients using SAME AD USERID and Password. Which means that EUS solution doesnot work for JDBC clients??? And also in OUD I see a strange log that Database is sending a Modify request to OUD? Is database trying update OUD password instead of just searching for user password in OUD?? Experts please advise.
[09/May/2016:23:52:37 -0400] MODIFY RES conn=22 op=5 msgID=6 result=53 message="00000057: LdapErr: DSID-0C090B8A, comment: Error in attribute conversion operation, data 0, v1db1" etime=16
[09/May/2016:23:52:38 -0400] DISCONNECT conn=22 reason="Client Disconnect"