Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Privileges
You cannot use privileges granted through a role to create packages and procedures. They have to be directly granted to the user creating the packages and procedures.
-----Original Message-----
Sent: Tuesday, August 07, 2001 12:01 PM
To: Multiple recipients of list ORACLE-L
I have granted 'all' to a table owned by owner1 to a role. I granted this role to user1. User1 can access this table via SQL*Plus and Developer. However, when developing a procedure/package in Procedure Builder under program units, and then dragging it down to the bottom as user1 procedures, an error stating 'insufficient privileges on owner1.tablename' is received.
Any ideas?? I have researched the 'grant execute on procedure' privilege but I don't see why I would need to do this for the table owner. My understanding of this privilege is to grant another user access to the procedure and maintain security in this way, instead of having to grant access to each user individually.
Laura
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Page, Bruce
INET: Bruce.Page_at_BellSouth.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Aug 07 2001 - 10:21:38 CDT
![]() |
![]() |