ORA-01103: DATABASE NAME ERROR
I'm trying to restore PROD DATABASE backup on TEST DATABASE.
I have taken level0 PROD FULL BACKUP and successfully restored on TEST Database using duplicate.
Then I have taken a LEVEL1 incremental backup on PROD and want to restore this level1 backup on TEST Database.
I restored the control file backup from level1 on TEST database, and when I tried to mount the TEST database I'm getting the error.
ORA-01103 : database name "PROD" in control file is not "TEST"
My database version is 12.2.0.1.0
What can I do now to mount the database and restore the level 1 backup on TEST DATABASE.