ORA-01190: control file or data file 32 is from before the last RESETLOGS
Hello Experts,
Platfrom IBM AIX 7.2
We trying to restore backup of 9.2.0.8 database on 11.2.0.4 database using RMAN. We restore database. recover using
'recover database until cancel using backup controlfile' because no archived log available.
and set parameter _allow_resetlogs_corruption=true and undo_management=manual
then issue 'alter database open resetlogs upgrade'
then it show
ORA-01190: control file or data file 32 is from before the last RESETLOGS
ORA-01110: data file 32 : '/u01/app/oracle/oradata/data_D-HODB_TS-ALLDATA_FNO-32'
we can offline this datafile and then the database is open. but we need to online this datafile and open the database.