RE: DBMS_LDAP Available in Standard Edition

  • From: "Post, Ethan" <Ethan.Post@xxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Mon, 15 Mar 2004 07:55:15 -0600

Thanks, yes Oracle 9 and 10 are both relevant for my purposes.

-----Original Message-----
From: Edgar Chupit [mailto:chupit@xxxxxx]
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.
Package body 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?
 ------------------------------ ----------------------- ------ --------
-- skip

SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle9i Release 9.2.0.4.0 - Production
PL/SQL Release 9.2.0.4.0 - Production
CORE    9.2.0.3.0       Production
TNS for 32-bit Windows: Version 9.2.0.4.0 - Production
NLSRTL Version 9.2.0.4.0 - Production


SQL> select * from v$option where parameter like '%Sec%'
PARAMETER                 VALUE
------------------------- ----------
Enterprise User Security  FALSE
Oracle Label Security     FALSE

-- 
 Edgar                            

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: