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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: how to create new user for the newly created databse.

Re: how to create new user for the newly created databse.

From: Gregory Conron <gconron_at_hfx.andara.com>
Date: Fri, 29 Dec 2000 07:25:24 -0400
Message-Id: <10725.125438@fatcity.com>


On Thu, 28 Dec 2000, you wrote:
> hi all,
> Thanks in advance.
> how to create new user for the newly created database..

create user <username> identified by <password> default tablespaces users
temporary tablespaces temp;

You may want to look at the server documentation at http://technet.oracle.com You will find the complete set of commands for Oracle there.

Cheers,
GC
 --
"The opposite of a correct statement is a false statement. But the opposite of a profound truth may well be another profound truth."

                                    --Niels Bohr
Received on Fri Dec 29 2000 - 05:25:24 CST

Original text of this message

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