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: I need hlp with user configuration

Re: I need hlp with user configuration

From: DA Morgan <damorgan_at_exesolutions.com>
Date: Tue, 04 Mar 2003 14:09:49 -0800
Message-ID: <3E65242D.72A76B3C@exesolutions.com>


Ed Stevens wrote:

> On Thu, 20 Feb 2003 17:59:32 GMT, Karsten Farrell
> <kfarrell_at_belgariad.com> wrote:
>
> <snip>
> >
> >You should change the password of both of these accounts. To add a
> >"typical" user with a minimum of privileges, open a DOS window:
> >
> > sqlplus system/manager
> > create user myuser identified by somepassword
> > default tablespace utl
> > temporary tablespace temp;
> > grant connect to myuser;
> <snip>
>
> Karsten,
>
> I believe that granting the 'connect' role is granting a lot more than
> 'minimum' privileges. The role has the following system privileges:
>
> CREATE CLUSTER
> CREATE DATABASE LINK
> CREATE SEQUENCE
> CREATE SESSION
> CREATE SYNONYM
> CREATE TABLE
> CREATE VIEW
And Oracle does not recommend anything other than using CONNECT, RESOURCE, and DBA as guides for building your own roles: After which they should be dropped.

The minimum privilege is CREATE SESSION.

Daniel Morgan Received on Tue Mar 04 2003 - 16:09:49 CST

Original text of this message

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