ORA-01122: database file 1 failed verification check
ORA-01110: data file 1: 'E:\ORACLE\PRD\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
ORA-01207: file is more recent than controlfile - old controlfile
Your controlfile in not current.
Use the current controlfile or recover using backup controlfile

$ oerr ora 1207
01207, 00000, "file is more recent than controlfile - old controlfile"
// *Cause: The controlfile change sequence number in the data file is
// greater than the number in the controlfile. This implies that
// the wrong controlfile is being used. Note that repeatedly causing
// this error can make it stop happening without correcting the real
// problem. Every attempt to open the database will advance the
// controlfile change sequence number until it is great enough.
// *Action: Use the current controlfile or do backup controlfile recovery to
// make the controlfile current. Be sure to follow all restrictions
// on doing a backup controlfile recovery.