dbTalk Databases Forums  

manual creation

comp.database.oracle comp.database.oracle


Discuss manual creation in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
d.j.
 
Posts: n/a

Default manual creation - 05-13-2004 , 06:09 PM






I am attempting to create a database manually with oracle 9i. I have
started the instance through the command prompt and opened it. I did a
startup nomount and the database mounted. I am at the point now where I
have to create the actual database I am using windows xp pro and these
commands

CREATE DATABASE
MAXLOGFILES 255
MAXINSTANCES 10
MAXDATAFILES 256
MAXLOGHISTORY 256
DATAFILE 'C:\oracle\oradata\dec2g\system_01.dbf' SIZE 400M REUSE
UNDO TABLESPACE "UNDOTBS" DATAFILE 'c:\oracle\oradata\dec2g\undotbs01.dbf'
SIZE 200M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
CHARACTER SET US7ASCII NATIONAL CHARACTER SET AL16UTF16
LOGFILE GROUP 1 ('c:\oracle\oradata\dec2g\redo1_01.dbf') SIZE 100M REUSE,
GROUP 2 ('c:\oracle\oradata\dec2g\redo1_02.dbf') SIZE 100M REUSE,
GROUP 3 ('c:\oracle\oradata\dec2g\redo1_03.dbf') SIZE 100M REUSE;

It attempts to create but I get an error which says " ORA-01092: ORACLE
instance terminated. Disconnection forced. "
I can not figure out what's going on. I checked my all my parameter
files and paths and everything seems to be all right so could someone
please give advice here

Thanks in advanced

D.j.


Reply With Quote
  #2  
Old   
R Gorden
 
Posts: n/a

Default Re: manual creation - 05-20-2004 , 12:32 PM






Make sure you execute the orapw command in $ORACLE_HOME\dbs if you are
using
O/S authentication.
Make sure you check the alert_SID.log in the \bdump directory of your
$ORACLE_BASE. This will tell you in detail what is wrong.

hth


"d.j." <dec2g (AT) hotmail (DOT) com> wrote

Quote:
I am attempting to create a database manually with oracle 9i. I have
started the instance through the command prompt and opened it. I did a
startup nomount and the database mounted. I am at the point now where I
have to create the actual database I am using windows xp pro and these
commands

CREATE DATABASE
MAXLOGFILES 255
MAXINSTANCES 10
MAXDATAFILES 256
MAXLOGHISTORY 256
DATAFILE 'C:\oracle\oradata\dec2g\system_01.dbf' SIZE 400M REUSE
UNDO TABLESPACE "UNDOTBS" DATAFILE 'c:\oracle\oradata\dec2g\undotbs01.dbf'
SIZE 200M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
CHARACTER SET US7ASCII NATIONAL CHARACTER SET AL16UTF16
LOGFILE GROUP 1 ('c:\oracle\oradata\dec2g\redo1_01.dbf') SIZE 100M REUSE,
GROUP 2 ('c:\oracle\oradata\dec2g\redo1_02.dbf') SIZE 100M REUSE,
GROUP 3 ('c:\oracle\oradata\dec2g\redo1_03.dbf') SIZE 100M REUSE;

It attempts to create but I get an error which says " ORA-01092: ORACLE
instance terminated. Disconnection forced. "
I can not figure out what's going on. I checked my all my parameter
files and paths and everything seems to be all right so could someone
please give advice here

Thanks in advanced

D.j.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.