Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_LDAP , 20 of 30


create_mod_array Function

This function allocates memory for array modification entries that are applied to an entry using the modify_s or add_s functions.

Syntax

DBMS_LDAP.create_mod_array (

num  IN PLS_INTEGER)
RETURN MOD_ARRAY;

Parameters
Table 20-58 create_mod_array Function Parameters
Parameter  Description 

num (IN) 

The number of the attributes that you want to add or modify. 

Return Values
Table 20-59 create_mod_array Function Return Values
Value  Description 

MOD_ARRAY  

The data structure holds a pointer to an LDAP mod array.

NULL if there was a problem. 

Exceptions
Table 20-60 create_mod_array Function Exceptions
Exception  Description 

N/A 

No LDAP specific exception is raised 

Usage Notes

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.

See Also:

 

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback