Database Backup and Recovery (MOSC)

MOSC Banner

RMAN duplicate failing with RMAN-06617

Hello experts,

I tried to duplicate database from backup with RMAN duplicate but failing with

RMAN-06617: UNTIL TIME (19-JAN-23) is ahead of last NEXT TIME in archived logs (19-JAN-23)

below is my restore script.

RMAN> Run

{

Set until time "to_date('19/01/2023 01:36:36','dd/mm/yyyy HH24:MI:SS')";

duplicate target database to P6TST6 backup location 'E:\Oracle\db_backup\P6App\19012023';

}

 

Any help will be highly appreciated.

Thanks

CP

Tagged:

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