| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_LDAP , 10 of 30
This function iterates to the next entry in the result set of a search operation.
DBMS_LDAP.next_entry (ld IN SESSION, msg IN MESSAGE )RETURN MESSAGE;
| Parameter | Description |
|---|---|
|
|
A valid LDAP session handle. |
|
|
The search result, as obtained by a call to one of the synchronous search routines. |
| Value | Description |
|---|---|
|
MESSAGE |
A handle to the next 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 next_entry should always be called after a call to first_entry. Also, the return value of a successful call to next_entry should be used as msg argument used in a subsequent call to next_entry to fetch the next entry in the list.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|