hello everyone.
I run a create database command in 9i. at the end it give the following error.
Oracle instance terminated, Disconnection forced.
can you please help me...?
For ur consideration i am giving here the command i applied:
create database ocp
logfile
GROUP 1 ('c:\oracle\ora data\ocp\redo1. log','c:\oracle \oradata\ocp\re do2.log') SIZE 100,
GROUP 2 ('c:\oracle\ora data\ocp\redo3. log','c:\oracle \oradata\ocp\re do4.log') SIZE 100
datafile 'c:\oracle\orad ata\ocp\system0 1.dbf' size 500m
undo tablespace UNDO
datafile 'c:\oracle\orad ata\ocp\undotbs .dbf' SIZE 100M
default temporary tablespace TEMP
tempfile 'c:\oracle\orad ata\ocp\temp01. dbf' SIZE 100M;
I run a create database command in 9i. at the end it give the following error.
Oracle instance terminated, Disconnection forced.
can you please help me...?
For ur consideration i am giving here the command i applied:
create database ocp
logfile
GROUP 1 ('c:\oracle\ora data\ocp\redo1. log','c:\oracle \oradata\ocp\re do2.log') SIZE 100,
GROUP 2 ('c:\oracle\ora data\ocp\redo3. log','c:\oracle \oradata\ocp\re do4.log') SIZE 100
datafile 'c:\oracle\orad ata\ocp\system0 1.dbf' size 500m
undo tablespace UNDO
datafile 'c:\oracle\orad ata\ocp\undotbs .dbf' SIZE 100M
default temporary tablespace TEMP
tempfile 'c:\oracle\orad ata\ocp\temp01. dbf' SIZE 100M;
Comment