How to startup Oracle without backups of archive log & control file [message #293523] |
Sun, 13 January 2008 22:23 |
bbmonster
Messages: 47 Registered: June 2007 Location: UB
|
Member |
|
|
Hi all,
There's was a problem in disk7, after restart the server. It was accessible & can write to it. But Oracle can't still startup. We have no backup of control & archive log files.
Please help how to startup Oracle without backups of archive log & control file?
[oracle@localhost disk7]$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 14 12:57:32 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/home/oracle/oradata/UCCS/system01.dbf'
|
|
|
|
|
|
|
|