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

Home -> Community -> Usenet -> c.d.o.server -> Re: Privilege Problem

Re: Privilege Problem

From: Jason Jay Weiland <archduke_at_uclink4.berkeley.edu>
Date: Thu, 12 Nov 1998 09:28:56 -0800
Message-ID: <364B1AD7.DBAC33D6@uclink4.berkeley.edu>


Teng,

     Might it be possible you overlooked a role that your user may have? Although when executing a stored procedure rolls are ignored, I don't believe that is the case when creating them.

Jay!!!

s_teng_at_hotmail.com wrote:

> Hopefully somene can help me with a privilege problem.
>
> I have created a User, granted it ALL privileges and then created a stored
> proc under that user name.
>
> Then I removed all privileges and only added only the minimal ones. That
> user can no longer create stored procedures (Which is what I want), but that
> user can continue to REPLACE the original stored proc. Here is the command
> to grant privileges: GRANT alter session, create session, analyze any,
> comment any table, insert any table, update any table, select any table,
> delete any table, select any sequence, execute any procedure,lock any table,
> unlimited tablespace TO my_user;
>
> How can I prevent this user from replacing this proc? The user does not have
> the privilege to create procedures, yet it can "CREATE OR REPLACE".
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Thu Nov 12 1998 - 11:28:56 CST

Original text of this message

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