Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: quick pl/sql question

RE: quick pl/sql question

From: Freeman, Donald <dofreeman_at_state.pa.us>
Date: Thu, 22 Apr 2004 09:41:36 -0400
Message-ID: <AFF54B073FF15849B53E32E67EE860763A7CDE@ENHBGPRI11.PA.LCL>


You may have to issue one or both of the following grants to whoever you = want to run your procedure.

>From the administrators guide:

Users with explicit object privileges or those who connect with = administrative privileges (SYSDBA) can access objects in the SYS schema. = Another means of allowing access to objects in the SYS schema is by = granting users any of the following roles:

SELECT_CATALOG_ROLE=20 This role can be granted to users to allow SELECT privileges on all data = dictionary views.

EXECUTE_CATALOG_ROLE=20 This role can be granted to users to allow EXECUTE privileges for = packages and procedures in the data dictionary.

> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org
> [mailto:oracle-l-bounce_at_freelists.org]On Behalf Of David Sharples
> Sent: Thursday, April 22, 2004 9:18 AM
> To: oracle-l_at_freelists.org
> Subject: RE: quick pl/sql question
>=20
>=20
> Hi, Yes it does work if run as the owner of the package, doesn't work
> when someone with execute on that package tries it
>=20
>=20



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Apr 22 2004 - 08:39:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US