Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: DBMS_LDAP Available in Standard Edition
Hello Ethan,
PE> Can anyone confirm for me if the DBMS_LDAP package is available for Standard PE> Edition?
Since you don't specified Oracle version, I can confirm that dbms_ldap exists on Oracle 9.2 Standard Edition
SQL> desc dbms_ldap;
ERROR:
ORA-04043: object dbms_ldap does not exist
SQL> @?/rdbms/admin/catldap.sql
Library created. Package created. Package created. Package created. Package body created.
Synonym created. Grant succeeded. Synonym created. Grant succeeded.
SQL> desc dbms_ldap;
FUNCTION ADD_S RETURNS BINARY_INTEGER
Argument Name Type In/Out Default? ------------------------------ ----------------------- ------ --------
SQL> select * from v$version;
BANNER
SQL> select * from v$option where parameter like '%Sec%'
PARAMETER VALUEPlease see the official ORACLE-L FAQ: http://www.orafaq.com
------------------------- ----------
Enterprise User Security FALSE Oracle Label Security FALSE
--
Edgar
----------------------------------------------------------------
![]() |
![]() |