| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_LDAP , 9 of 30
This function retrieves the first entry in the result set returned by either search_s or search_st
DBMS_LDAP.first_entry (ld IN SESSION, msg IN MESSAGE )RETURN MESSAGE;
| Parameter | Description |
|---|---|
|
|
A valid LDAP session handle. |
|
|
The search result obtained by a call to one of the synchronous search routines. |
| Value | Description |
|---|---|
|
MESSAGE |
A handle to the first entry in the list of entries returned from the LDAP server. It is set to |
| Exception | Description |
|---|---|
|
|
Raised if the session handle ld is invalid. |
|
|
Raised if the incoming msg handle is invalid. |
The function first_entry should always be the first function used to retrieve the results from a search operation.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|