Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Execute priv to an isolated procedure inside a package
You can create the wrapper procedure owned by user A. Give this user execute on the package you are wrapping and give users who need to use wrapper execute in wrapper procedure.
Alex Hillman
-----Original Message----- From: djordjej [SMTP:djordjej_at_home.com] Sent: Monday, March 26, 2001 8:40 PM To: Multiple recipients of list ORACLE-L Subject: Execute priv to an isolated procedure inside apackage
Hi friends,
One cannot grant execute privilege to a specific procedure/function inside a
package, but only for all or nothing that is in that package.
Anybody has an idea how this limitation can be overcomed. One idea is to
create a separate stand-alone procedure that will just be a wrapper around
the packaged procedure and call it. Any other ideas.
Thanks.
Djordje
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: djordjej INET: djordjej_at_home.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).
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 Mar 27 2001 - 08:09:13 CST
![]() |
![]() |