Create Standby database from full backup errors related flashback: ORA-38757
Hi,
May be somebody know, but I have this 1st time.
After my Prod database has been upgraded to 11.2.0.4, we took fool back of this database.
I need to use this backup for creation of standby database for this Production database.
I started regular duplication for standby:
allocate auxiliary channel stby9 type disk;
DUPLICATE target DATABASE FOR STANDBY NOFILENAMECHECK
DORECOVER;
And I'm getting a lot of errors:
ORACLE error from target database:
ORA-38757: Database must be mounted and not open to FLASHBACK.
ORA-19870: error while restoring backup piece
ORA-27037: unable to obtain file status
These errors are related when rman wants to read from the non current backup. But why it is looking for the old backup? It is usually uses current, latest available backup.