Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> LDAP Query for Oracle
Hi,
I have the following code in my procedure:
retval := DBMS_LDAP_UTL.get_group_membership ( my_session,
user_handle, DBMS_LDAP_UTL.DIRECT_MEMBERSHIP, my_attrs, my_pset_coll ); IF retval != DBMS_LDAP_UTL.SUCCESS THEN -- Handle Errors DBMS_OUTPUT.PUT_LINE('get_group_membership returns : ' ||to_char(retval));
I've been looking for an explanation of these return values......
Does anyone know if they are in the manual, cuz I cannot find them. Received on Mon May 09 2005 - 14:07:27 CDT
![]() |
![]() |