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: Big company, little error

Re: Big company, little error

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Sat, 06 Nov 2004 04:59:25 -0800
Message-ID: <1099745897.625701@yasure>


Mohamed Romdane wrote:

> Hi,
>
> You have to grant the ROLE to the user after creating it, that contains the
> CREATE SESSION or the ALTER SESSION Privilege !
>
> GRANT CONNECT, RESOURCE TO user;
> or
> GRANT DBA TO user;
>
> Hope that helps ...

It is highly recommended that no one ever grant these roles to anyone except for purposes of training. Oracle, in fact, advises treating them like SCOTT/TIGER which means dropping them on installation. They do not belong in a production database.

The correct thing to do is to create your own roles and then grant the specific privileges required.

Go to http://www.psoug.org
click on Morgan's Library
click on System Privileges

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Sat Nov 06 2004 - 06:59:25 CST

Original text of this message

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