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