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!

get objectSID binary attribute value with DBMS_LDAP or any other package

777437Jun 7 2010 — edited Jun 17 2010
Hi,

Is there a way to get active directory value objectSID (Binary Array value) using plsql, either using dbms_ldap package or anything else?

I can currently get the value but not readable format, i like to get it in string (number or hex) format. I tried using db dbms_ldap.get_values_len which returns a dbms_ldap.binval_collection. But, some how it throws the error ORA-31229: DBMS_LDAP: invalid input parameter.

Can somebody, please sugget me how to retrieve objectSID in oracle plsql. I am happy to provide more snippets of my code if you like.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2010
Added on Jun 7 2010
10 comments
2,062 views