ORA-01190: control file or data file string is from before the last RESETLOGS
What triggered the Error:
Attempting to use a data file when the log reset information in the file does not match the control file. Either the data file or the control file is a backup that was made before the most recent ALTER DATABASE OPEN RESETLOGS.What should we do to fix it:
Restore file from a more recent backup.