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: Stanley Fung <sfung_at_mdsi.bc.ca>
Date: Wed, 20 May 1998 16:20:57 -0700
Message-ID: <35636559.2E70@mdsi.bc.ca>


Raymond Li 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> datafile 'f:\pianodb\piano.dbf' size 40M;
> create database pir
> *
> ORA-01501: CREATE DATABASE failed
> ORA-01100: database already mounted

You have to start your database with nomount option.

--


Stanley Fung                 | Software Analyst
Mobile Data Solutions Inc.   | Direct Line: (604)207-6290
Suite 135                    | Tel:         (604)270-9939
10551 Shellbridge Way,       | Fax:         (604)270-1310
Richmond, B.C.               | E-Mail:      sfung_at_mdsi.bc.ca
Canada V6X-2W9               | http://www.mdsi-advantex.com

------------------------------------------------------------
Received on Wed May 20 1998 - 18:20:57 CDT

Original text of this message

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