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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: create package privilige/grant ? What Command?

RE: create package privilige/grant ? What Command?

From: Goulet, Dick <DGoulet_at_vicr.com>
Date: Wed, 30 Mar 2005 11:39:25 -0500
Message-ID: <4001DEAF7DF9BD498B58B45051FBEA650257A2B6@25exch1.vicorpower.vicr.com>


This looks like it needs a "What are you really trying to do?" response.

If you want your users to create their own procedures, functions, and packages then they need the "create procedure" system function as in "grant create procedure to <username>;". After that they'll need direct access to any tables that they will be creating procedures, functions, or packages against, which can get ugly but is doable. Otherwise it also sounds like your trying to get a central owner to create a procedure, function or package & have everyone run it. For that they need execute priviledges on the program as in "grant execute on <procedure, function, package>;".=20

-----Original Message-----
From: VIVEK_SHARMA [mailto:VIVEK_SHARMA_at_infosys.com]=20 Sent: Wednesday, March 30, 2005 11:28 AM To: oracle-l_at_freelists.org
Subject: create package privilige/grant ? What Command?

=3DA0

What command is used to give create package privilige/grant to a =3D particular Oracle user?

NOTE - We need to give only this specific grant to this user as it is =
=3D

being used by all & sundry in the Database to prevent any table drops, =
=3D

Deletes.
=3DA0

Tried "grant create package to user" without success
=3DA0

Forgive the Basic qs
=3DA0

Thanks
=3DA0

--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 30 2005 - 11:43:12 CST

Original text of this message

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