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: Hans Forbrich <forbrich_at_telusplanet.net>
Date: Wed, 02 May 2001 21:18:59 GMT
Message-ID: <3AF07AAC.3A9357E2@telusplanet.net>

create user [usr] identified by [pwd];

then you need to give the appropriate permissions -

grant connect to [usr]; (possibly resource, etc.)

Check out the Admin manual (at http://technet.oracle.com)

/Hans

Jean-Marc PHILIP wrote:

> Hi,
>
> Does anybody knows how I can create a new user account with Oracle 8 for 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 Wed May 02 2001 - 16:18:59 CDT

Original text of this message

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