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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help with granting procedures

Re: Help with granting procedures

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Fri, 10 Sep 1999 15:18:06 -0400
Message-ID: <DlnZN9i8dPqjVAqm0TxhNqn2zCyG@4ax.com>


A copy of this was sent to cblum_at_hotmail.com (if that email address didn't require changing) On Fri, 10 Sep 1999 18:06:47 GMT, you wrote:

>Hello,
>
>As SYSTEM user, I am trying to grant ANN's procedure to BOB. I receive
>an error message that I do not have permission to perform this grant.
>If I log in as ANN, I am able to grant the procedure to BOB.
>
>What do I need to do to allow the SYSTEM user to grant ANN'S
>procedures?
>

ANN would grant execute on the procedure to SYSTEM with the grant option.

SQL> grant execute on p to system with grant option;

Only with the grant option may you grant on a object you do not own to someone else (by using a grant command directly)

>Thanks.
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.

--
See http://govt.us.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'... Current article is "Part I of V, Autonomous Transactions" updated June 21'st  

Thomas Kyte                   tkyte_at_us.oracle.com
Oracle Service Industries     Reston, VA   USA

Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Fri Sep 10 1999 - 14:18:06 CDT

Original text of this message

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