Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle 8i personel addition QUESTION
"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
![]() |
![]() |