hiii Nainesh Suthar
I have same the problem with you, but Im solve with this commands;
SQL> alter database open resetlogs;
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/BMP/sapdata1/system_1/system.data1'
SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 1.9462E+10 bytes
Fixed Size 2118584 bytes
Variable Size 4596960328 bytes
Database Buffers 1.4848E+10 bytes
Redo Buffers 14655488 bytes
Database mounted.
SQL> recover database using backup controlfile until cancel;
ORA-00279: change 8359859095 generated at 11/05/2015 21:52:22 needed for thread
1
ORA-00289: suggestion : /oracle/BMP/oraarch/BMParch1_292032_721882534.dbf
ORA-00280: change 8359859095 for thread 1 is in sequence #292032
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
cancel
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/BMP/sapdata1/system_1/system.data1'
ORA-01112: media recovery not started
SQL> ALTER SYSTEM SET "_allow_resetlogs_corruption"= TRUE SCOPE = SPFILE;
System altered.
SQL> alter database open resetlogs;
Database altered.
SQL> select status from v$instance;
STATUS
------------
OPEN
SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup;
ORACLE instance started.
Total System Global Area 1.9462E+10 bytes
Fixed Size 2118584 bytes
Variable Size 4596960328 bytes
Database Buffers 1.4848E+10 bytes
Redo Buffers 14655488 bytes
Database mounted.
Database opened.
and the last, start your SAP.
goodluck
thank,
ruhul