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: command line utility for creating database in oralce

Re: command line utility for creating database in oralce

From: Matthias Hoys <idmwarpzone_NOSPAM__at_yahoo.com>
Date: Mon, 11 Jul 2005 14:23:07 +0200
Message-ID: <42d264ac$0$13983$ba620e4c@news.skynet.be>

"deepak" <deepakbadki_at_rediffmail.com> wrote in message news:1121084287.814169.283530_at_g49g2000cwa.googlegroups.com...
> Hi group,
>
> I m new to oracle server. Just wanna know how to create database using
> sqlplus command line utility?
>
> Pointer will be helpful............
> Regards,
> Deepak
>

su - oracle
export ORACLE_SID=...
sqlplus "/ as sysdba"
create database ... Received on Mon Jul 11 2005 - 07:23:07 CDT

Original text of this message

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