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: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Mon, 11 Jul 2005 19:43:49 +0200
Message-ID: <dauape$ota$2@news5.zwoll1.ov.home.nl>


Matthias Hoys wrote:
> "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 ...
>
>

That would be:
create database;
In 10g and up, that is...
-- 
Regards,
Frank van Bortel
Received on Mon Jul 11 2005 - 12:43:49 CDT

Original text of this message

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