Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle 8i personel addition QUESTION

Re: Oracle 8i personel addition QUESTION

From: Stephen Bell <stephen.bell_at_cgi.ca>
Date: Wed, 02 May 2001 16:46:09 GMT
Message-ID: <3AF038F1.9B413145@cgi.ca>

Hi Chris,

Sure....here's an example:

SQL> create user doris
  2 identified by day
  3 default tablespace user_data
  4 temporary tablespace temporary_data   5 quota 1M on user_data;

User created.

SQL> grant connect to doris;

Grant succeeded.

SQL> connect doris/day
Connected.
SQL> Hth,
Steve

"Chris ( Val )" wrote:

> Hi everybody, I've just installed Oracle Personel
> edition 8i for the first time, I followed all the instructions
> in the readme file and got it set up and tested fine on
> my machine Win98 SE.
>
> What I would like to know is this:
> Is it possible to add a new user account with the personel
> edition of 8i?
> I have looked everywhere but cannot find anywhere where
> to do this, I did a typical install as the readme file suggested
> so is it also possible that the administration part for adding
> user accounts was not installed by doing this?
>
> All and any help truely appreciated.
> Chris
  Received on Wed May 02 2001 - 11:46:09 CDT

Original text of this message

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