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: Need to execute procedure or package

Re: Need to execute procedure or package

From: Peter Laursen <ptl_at_edbgruppen.dk>
Date: 16 Apr 1999 12:32:08 GMT
Message-ID: <01be880d$8be007a0$2c289a0a@apollo>


You need to log in as the owner of the procedures. Then you may execute them or you may grant the privilige execute to another user.

grant execute on myProcedure to myUser;

Good luck!
Peter Received on Fri Apr 16 1999 - 07:32:08 CDT

Original text of this message

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