Error: ORA 1190
Text: control file or datafile is from before the last RESETLOGS
-------------------------------------------------------------------------------
Cause: An attempt was made to perform media recovery when the redo log reset
information in a datafile does not match the control file.
Either the datafile or the control file must be a backup that was made
before the most recent ALTER DATABASE OPEN RESETLOGS.
Action: Restore the file from a more recent backup.


You can't apply the recovery from archived redo logs and SCNs are not compatible as the database opened with RESETLOGS option after backup taken.