Re-Setup of a Test-DB from Production-DB failed because of a reset log event in the test database
I tried to apply the RMAN-Backup from Production-DB to our Test-DB with Control Files from Autobackup. "restore database" then failed with the message RMAN-06023.
Setting db_recovery_file_dest to '' restore controlfile from 'file' and restore database worked but recover database fails with ORA-19801.
Setting db_recovery_file_dest to the previous value recover database failes with ORA-19909 (Datafile from Orphan Incarnation)
Setting db_recovery_file_dest to the previous value recover database failes with ORA-19909 (Datafile from Orphan Incarnation)
Where is the information about RESETLOG-Events (incarnations) stored? can I reset this information?
I do not mind the old data. I just wanted to overwrite it with the data in the backup.
0