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: VIEWS/ROLES/PRIVS

RE: VIEWS/ROLES/PRIVS

From: Mercadante, Thomas F <NDATFM_at_labor.state.ny.us>
Date: Fri, 01 Nov 2002 11:49:41 -0800
Message-ID: <F001.004FA2FE.20021101114941@fatcity.com>


no she doesn't. she will be creating the view in her own schema.  

now if she was to be creating the view in JOE's schema, then she would need create any view.  

Tom Mercadante
Oracle Certified Professional

-----Original Message-----
Sent: Friday, November 01, 2002 2:39 PM
To: Multiple recipients of list ORACLE-L

Sue also needs the CREATE ANY VIEW system privilege.

Jerry Whittle
ACIFICS DBA
NCI Information Systems Inc.
jerome.whittle_at_scott.af.mil
618-622-4145

        -----Original Message-----

        I'm just doing a sanity test on my befuddled brain.

        I have a schema owner called JOE which owns a bunch of tables. While logged into the instance as JOE, he does the following - SQL> GRANT SELECT ON BASE_TABLE TO STD_ROLE; While logged into the instances as SYS, I do the following - SQL> GRANT STD_ROLE TO SUE;
Now when SUE logs into the instance she want to create a view in her own schema based upon JOE.BASE_TABLE.

        The problem is that Oracle spits an ORA-01031 error and reports that SUE does not have sufficient privs.

        Other than explicitly doing
SQL> GRANT SELECT ON BASE_TABLE TO SUE; is there any way to allow SUE to create the view?

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Mercadante, Thomas F
  INET: NDATFM_at_labor.state.ny.us

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Nov 01 2002 - 13:49:41 CST

Original text of this message

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