| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_LDAP , 12 of 30
This function fetches the first attribute of a given entry in the result set.
DBMS_LDAP.first_attribute (ld IN SESSION, msg IN MESSAGE, ber_elem OUT BER_ELEMENT)RETURN VARCHAR2;
| Exception | Description |
|---|---|
|
|
Raised if the session handle ld is invalid. |
|
|
Raised if the incoming msg handle is invalid. |
The handle to the BER_ELEMENT returned as a function parameter to first_attribute should be used in the next call to next_attribute to iterate through the various attributes of an entry. The name of the attribute returned from a call to first_attribute can in turn be used in calls to the functions get_values or get_values_len to get the values of that particular attribute.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|