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: Ed Stevens <nospam_at_noway.nohow>
Date: Tue, 04 Mar 2003 08:47:12 -0600
Message-ID: <s2f96v8prs61hdktg5jqlfptu4d3es66an@4ax.com>


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 Received on Tue Mar 04 2003 - 08:47:12 CST

Original text of this message

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