Database Backup and Recovery (MOSC)

MOSC Banner

Create Standby database from full backup errors related flashback: ORA-38757

edited May 18, 2015 10:03AM in Database Backup and Recovery (MOSC) 2 commentsAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center