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!

Query objectGUID using dbms_ldap package

563320Oct 24 2008 — edited Oct 24 2008
Hi

I've managed to retrieve the objectGUID from Active Directory using the DBMS_LDAP package.
It is returned in this format: 8FDD7ACDA0749648B136E0AD6847BD64

How can I use this value in a filter for dbms_ldap.search_s?

objectGUID=8FDD7ACDA0749648B136E0AD6847BD64 does not work,

I've also tried escaping the value \8F\DD\... and \\8F\\DD\\...

Any one know what I need to do?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 21 2008
Added on Oct 24 2008
2 comments
788 views