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: create user with global rights ..?

Re: create user with global rights ..?

From: Richard Foote <Richard.Foote_at_oracle.com>
Date: Tue, 06 Aug 2002 16:13:23 +1000
Message-ID: <3D4F6903.C4C38912@oracle.com>


Hi MD,

I don't know the history of this thread but the answer to your question is "thank goodness" :)

You should never attempt to update sys objects directly (unless you really really know what you're doing) but a user with DBA privileges alone will not be able to touch them anyway (assuming you're on anything above Oracle7 with O7_DICTIONARY_ACCESSIBILITY=false) as the ANY privilege set doesn't include objects in the SYS schema (and your example is a classic as to why this is so).

I'm sure Howard was not suggesting the DBA role has sysdba privileges. Cheers

Richard

Md Irfan wrote:
>
> "Howard J. Rogers" <howardjr2000_at_yahoo.com.au> wrote in message news:<aihd2c$6db$1_at_lust.ihug.co.nz>...
>
> >
> > Or you could simply 'grant dba to user', since the DBA role includes these
> > same privileges
>
> what if a user is granted the dba role, but when trying to update the
> table global_name, results in insufficient privileges.


Received on Tue Aug 06 2002 - 01:13:23 CDT

Original text of this message

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