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: Priv Required to Create a View

Re: Priv Required to Create a View

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 10 Apr 2007 16:33:24 -0700
Message-ID: <1176247998.228250@bubbleator.drizzle.com>


Michael42 wrote:
> Hello,
>
> In an Oracle 10g R2 database I created a user with CONNECT and
> RESOURCE roles. They can create their own tables in their schema but
> not views. What priviledge is required for a user to be able to
> create a view?
>
> Thanks,
>
> Michael

It is a bad policy to grant CONNECT and RESOURCE.

grant CREATE SESSION, CREATE TABLE, CREATE VIEW, etc. explicitly and only as required.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Tue Apr 10 2007 - 18:33:24 CDT

Original text of this message

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