| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_LDAP , 26 of 30
This function counts the number of values returned by DBMS_LDAP.get_values.
DBMS_LDAP.count_values (values IN DBMS_LDAP.STRING_COLLECTION)RETURN PLS_INTEGER;
| Parameter | Description |
|---|---|
|
|
The collection of string values. |
| Value | Description |
|---|---|
|
|
The indication of the success or failure of the operation. |
| Exception | Description |
|---|---|
|
N/A |
No LDAP specific exception is raised. |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|