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: how to create a new user account with Oracle 8 for NT

Re: how to create a new user account with Oracle 8 for NT

From: <anthony.macey_at_blueyonder.co.uk>
Date: Mon, 30 Apr 2001 15:34:25 GMT
Message-ID: <20010430.15330125@mis.configured.host>

Connect as system or sys, then use the command....

CREATE USER USERNAME IDENTIFIED BY PASSWORD. YOU WILL THEN NEED TO GRANT IT SOME ACCESS RIGHTS :- GRANT CONNECT, RESOURCE TO USERNAME. YOU WILL BE ABLE TO FIND OUT MORE BY READING THE ONLINE HTML DOCUMENTATION.

>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 30/04/2001, 16:13:53, "Jean-Marc PHILIP" <jmphilip_at_mail.com> wrote

regarding how to create a new user account with Oracle 8 for NT :

> Hi,
 

> Does anybody knows how I can create a new user account with Oracle 8 f
or
NT
> ?
> Just after the install, at the beginning things work only with
> - the user account : system
> - the password : manager
 

> Thanks for help.
 

> JM
Received on Mon Apr 30 2001 - 10:34:25 CDT

Original text of this message

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