Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: quick pl/sql question
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
-- 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
![]() |
![]() |