RE: quick pl/sql question

  • From: "Freeman, Donald" <dofreeman@xxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 22 Apr 2004 09:41:36 -0400

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@xxxxxxxxxxxxx
> [mailto:oracle-l-bounce@xxxxxxxxxxxxx]On Behalf Of David Sharples
> Sent: Thursday, April 22, 2004 9:18 AM
> To: oracle-l@xxxxxxxxxxxxx
> 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@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: