Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: DBMS_LDAP Available in Standard Edition
Thanks, yes Oracle 9 and 10 are both relevant for my purposes.
-----Original Message-----
From: Edgar Chupit [mailto:chupit_at_tsi.lv]
Sent: Monday, March 15, 2004 1:10 AM
To: Post, Ethan
Subject: 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
----------------------------------------------------------------
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
![]() |
![]() |