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 -> how to create a new database

how to create a new database

From: Sen Zhang <zhang_at_eai.com>
Date: 1998/03/13
Message-ID: <3509B9BE.65AC@eai.com>#1/1

I am try to create a new database in a Oracle 7 on Sun. What I did was in the work sheet area I typed:

create database mytest

	logfile 'mytest_log' size 500k
	datafile 'mytest_system' size 10m;

and then hit execute. The error message i got was:

ORA-01501: CREATE DATABASE failed
ORA-01100: database already mounted

What happened?

-- 
Sen Zhang
Software Engineer

Engineering Animation, Inc.
3000 Town Center
Suite 3100
Southfield, MI 48075

Tel. (248) 945-6403
Email. zhang_at_eai.com
Received on Fri Mar 13 1998 - 00:00:00 CST

Original text of this message

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