| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_LDAP , 22 of 30
This procedure populates one set of attribute information for add or modify operations. This procedure call has to happen after DBMS_LDAP.create_mod_array is called.
PROCEDURE populate_mod_array (modptr IN DBMS_LDAP.MOD_ARRAY, mod_op IN PLS_INTEGER, mod_type IN VARCHAR2, modval IN DBMS_LDAP.BERVAL_COLLECTION);
| Value | Description |
|---|---|
|
N/A |
|
| Exception | Description |
|---|---|
|
|
Invalid LDAP mod array. |
|
|
Invalid LDAP mod option. |
|
|
Invalid LDAP mod type. |
|
|
Invalid LDAP mod value. |
This function is one of the preparation steps for DBMS_LDAP.add_s and DBMS_LDAP.modify_s. It has to happen after DBMS_LDAP.create_mod_array is called.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|