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 , 25 of 30


free_mod_array Procedure

This procedure frees the memory allocated by DBMS_LDAP.create_mod_array.

Syntax

DBMS_LDAP.free_mod_array (

modptr  IN DBMS_LDAP.MOD_ARRAY);

Parameters
Table 20-73 free_mod_array Procedure Parameters
Parameter  Description 

modptr (in) 

The handle to an LDAP mod structure, as returned by successful call to DBMS_LDAP.create_mod_array. 

Return Values
Table 20-74 free_mod_array Procedure Return Value
Value  Description 

N/A 

 

Exceptions
Table 20-75 free_mod_array Procedure Exceptions
Exception  Description 

N/A 

No LDAP specific exception is raised. 

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