Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: how to create new user for the newly created databse.
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 BohrReceived on Fri Dec 29 2000 - 05:25:24 CST
![]() |
![]() |