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 database?

Re: How to create database?

From: Coburn Watson <cpw_at_jps.net>
Date: Thu, 21 May 1998 21:30:55 -0800
Message-ID: <cpw-2105982130560001@oak-port234.jps.net>


Looks to me like you're missing an additional single-quote before the logfile datafile spec..

cpw

In article <35605E5F.5033C250_at_planet.net.hk>, supercat_at_planet.net.hk wrote:

> Hello,
>
> I have created a ora file initabc.ora. And I am trying to create
> database.
>
> After connecting using internal, I tried the following commands to
> create the database but both of them failed. I am using Windows NT 4 and
> Oracle Workgroup server 7.3.
>
> Raymond Li Cheuk Fai
>
>
> SQLWKS> create database pir
> 2> maxdatafiles 200
> 3> logfile f:\pianodb\piano1.log',
> 4> f:\pianodb\piano2.log' size 15M,
> 5> datafile 'f:\pianodb\piano.dbf' size 40M;
> logfile f:\pianodb\piano1.log',
> *
> ORA-02236: invalid file name
>
>
> SQLWKS> create database pir
> 2> maxdatafiles 200
> 3> datafile 'f:\pianodb\piano.dbf' size 40M;
> create database pir
> *
> ORA-01501: CREATE DATABASE failed
> ORA-01100: database already mounted
Received on Fri May 22 1998 - 00:30:55 CDT

Original text of this message

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