Skip to Main Content

SQL & PL/SQL

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!

I'm using dbms_ldap.SIMPLE_BIND_S and I can't find explanations of the return value..

bostonmacosxDec 11 2021

So I'm getting value of 0 for RETVAL..does that mean it has made a connection or not? The DN is correct and the l_session is a valid Hex so it appears to be valid.

retval := dbms_ldap.SIMPLE_BIND_S( ld => l_session
, dn => 'uid=ZZXX,ou=XX,dc=XX,dc=XX'
, passwd => ldap_user_pw);

Comments
Post Details
Added on Dec 11 2021
4 comments
733 views