| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_LDAP , 20 of 30
This function allocates memory for array modification entries that are applied to an entry using the modify_s or add_s functions.
DBMS_LDAP.create_mod_array (num IN PLS_INTEGER)RETURN MOD_ARRAY;
| Parameter | Description |
|---|---|
|
|
The number of the attributes that you want to add or modify. |
| Value | Description |
|---|---|
|
|
The data structure holds a pointer to an LDAP mod array.
|
| Exception | Description |
|---|---|
|
N/A |
No LDAP specific exception is raised |
This function is one of the preparation steps for DBMS_LDAP.add_s and DBMS_LDAP.modify_s. It is required to call DBMS_LDAP.free_mod_array to free memory after the calls to add_s or modify_s have completed.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|