Hello,
When trying to start the database it prompts the following error.
How to resolve this!!
----------------------------
SQL> startup
ORACLE instance started.
Total System Global Area 4613734400 bytes
Fixed Size 2090048 bytes
Variable Size 2315258816 bytes
Database Buffers 2281701376 bytes
Redo Buffers 14684160 bytes
Database mounted.
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SQL> alter database open RESETLOGS
2 ;
alter database open RESETLOGS
*
ERROR at line 1:
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/oracle/QAS/sapdata1/system_1/system.data1'
----------------------------
Then i issued this command;
--------------------------
SQL> recover database until cancel;
ORA-00283: recovery session canceled due to errors
ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
--------------------------
SQL> recover database until cancel using backup controlfile
ORA-00279: change 849021040 generated at 05/31/2014 21:59:24 needed for thread
1
ORA-00289: suggestion : /oracle/QAS/oraarch/QASarch1_72357_662901117.dbf
ORA-00280: change 849021040 for thread 1 is in sequence #72357
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
ORA-00308: cannot open archived log
'/oracle/QAS/oraarch/QASarch1_72357_662901117.dbf'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/oracle/QAS/sapdata1/system_1/system.data1'
-----------------------
But here it asking for the QASarch1_72357_662901117.dbf file, which is not existing. [deleted, and not exiting even in the backups]
in /oracle/QAS/oraarch, it is having from QASarch1_75954_662901117.dbf.
So please guide, how to solve this issue, and start the DB
regards,
zerandib