Hi friends,
I executed a whole database offline on disk via db13,when I use brtools to restore the backup ,after compelete the restoration.I use the command to open the database ie alter database open resetlogs;the error occured.
SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01122: database file 1 failed verification check
ORA-01110: data file 1: '/oracle/BWT/sapdata1/system_1/system.data1'
ORA-01202: wrong incarnation of this file - wrong creation time
how could I solved the problem?
the attachment is what I perform the restore.