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 -> Create new DB errors (ORA-01610, ORA-01194, ORA-01110)

Create new DB errors (ORA-01610, ORA-01194, ORA-01110)

From: JK Yao <jkyf0131_at_hotmail.com>
Date: 8 Aug 2001 18:41:20 -0700
Message-ID: <93f65984.0108081741.18462ae5@posting.google.com>

Dear all,
We just reinstall the OS in test server box and finished install Oracle7.3.4. &#60964; then created a empty database with the same datafiles as the production database. &#60964; plan to import the dmp file which I exported from test database before. &#60956;fter I create the database use following script:



CREATE DATABASE P2000
?&#60969;OARCHIVELOG
?&#60968;AXLOGFILES 32
?&#60968;AXLOGMEMBERS 2
?&#60968;AXDATAFILES 60
?&#60968;AXINSTANCES 8
?&#60968;AXLOGHISTORY 800

LOGFILE
&#60962;ROUP 1 (
??/data1/P2000/redoPOWER601.log',
??/data1/P2000/redoPOWER604.log'
? SIZE 20M,

&#60962;ROUP 2 (
??/data1/P2000/redoPOWER602.log',
??/data1/P2000/redoPOWER605.log'
? SIZE 20M,

&#60962;ROUP 3 (
??/data1/P2000/redoPOWER603.log',
??/data1/P2000/redoPOWER606.log'
? SIZE 20M,

&#60962;ROUP 4 (
??/data1/P2000/logPOWER607.ora',
??/data1/P2000/logPOWER608.ora'
? SIZE 20M

DATAFILE
?/data1/P2000/ac_data.dbf' size 800M,
?/data1/P2000/ac_data1.dbf' size 840M,
?/data1/P2000/ac_index.dbf' size 500M,
?/data1/P2000/ac_index1.dbf' size 500M,
?/data1/P2000/ac_index2.dbf' size 940M,
?/data1/P2000/ac_report.dbf' size 550M,
?/data1/P2000/dm_data.dbf' size 800M,
?/data1/P2000/dm_data1.dbf' size 1000M,
?/data1/P2000/dm_index.dbf' size 600M,
?/data1/P2000/dm_index1.dbf' size 200M,
?/data1/P2000/dm_report.dbf' size 100M,
?/data1/P2000/dm_report1.dbf' size 110M,
?/data1/P2000/fnd_data.dbf' size 700,
?/data1/P2000/fnd_data1.dbf' size 700M,
?/data1/P2000/fnd_data2.dbf' size 700M,
?/data1/P2000/fnd_index.dbf' size 1000M,
?/data1/P2000/fnd_report.dbf' size 300M,
?/data1/P2000/mmi_data.dbf' size 20M,
?/data1/P2000/mpc_data.dbf' size 1500M,
?/data1/P2000/mpc_data1.dbf' size 1450M,
?/data1/P2000/mpc_data2.dbf' size 500M,
?/data1/P2000/mpc_index.dbf' size 1500M,
?/data1/P2000/mpc_index1.dbf' size 1500M,
?/data1/P2000/mpc_report.dbf' size 100M,
?/data1/P2000/rbs.dbf' size 1200M,
?/data1/P2000/rollback1.dbf' size 550M,
?/data1/P2000/rollback2.dbf' size 550M,
?/data1/P2000/system01.dbf' size 600M,
?/data1/P2000/temp01.dbf' size 750M,
?/data1/P2000/tools01.dbf' size 20M,
?/data1/P2000/users01.dbf' size 30M

;

However, later when I startup the database there are some errors. &#60956;fter I recreate controlfiles, there are other errors. &#60975;he error mesg showing below:



SVRMGR> alter database open resetlogs
??2> ;
alter database open resetlogs
*
ORA-01194: file 1 needs more recovery to be consistent ORA-01110: data file 1: '/data1/P2000/ac_data.dbf' SVRMGR> recover database
ORA-00283: Recovery session canceled due to errors ORA-01610: recovery using the BACKUP CONTROLFILE option must be done SVRMGR> recover database BACKUP CONTROLFILE; ORA-00274: Illegal recovery option BACKUP SVRMGR> recover tablespace ac_data;
ORA-01109: database not open
SVRMGR> startup nomount
ORA-01081: cannot start already-running ORACLE - shut it down first

our OS: Solaris5.7
Oracle: 7.3.4
NOARCHIVELOGS Any idea? &#60971;lease help.
Thanks in advance.

regards,
JK Received on Wed Aug 08 2001 - 20:41:20 CDT

Original text of this message

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