| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_LDAP , 23 of 30
This function performs a synchronous modification of an existing LDAP directory entry.
DBMS_LDAP.modify_s (ld IN DBMS_LDAP.SESSION, entrydn IN VARCHAR2, modptr IN DBMS_LDAP.MOD_ARRAY)RETURN PLS_INTEGER;
| Value | Description |
|---|---|
|
|
The indication of the success or failure of the modification operation |
| Exception | Description |
|---|---|
|
|
Invalid LDAP session. |
|
|
Invalid LDAP entry dn. |
|
|
Invalid LDAP mod array. |
This function call has to follow successful calls of DBMS_LDAP.create_mod_array and DBMS_LDAP.populate_mod_array.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|