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: Chris \( Val \) <XCHRISVAL_at_bigpond.com.au>
Date: Thu, 3 May 2001 13:24:06 +1000
Message-ID: <8%3I6.16732$482.84517@newsfeeds.bigpond.com>

"Stephen Bell" <stephen.bell_at_cgi.ca> wrote in message news:3AF038F1.9B413145_at_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

Thanks very much Steve, I'll give it a go and see what happens...

Chris Val Received on Wed May 02 2001 - 22:24:06 CDT

Original text of this message

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