Oracle PITR recover
Hello experts,
I want to restore database in Oracle 19c(19.13.0.0.0) using duplicate command but when I use restore command it fails following error,
RMAN-06617: UNTIL TIME (05-FEB-23) is ahead of last NEXT TIME in archived logs (05-FEB-23
I tried to reduce the recovery until time with 1 second and it is failing with different error,
RMAN-05575: CONTROLFILE backup created before to_date('05/02/2023 14:50:08','dd/mm/yyyy HH24:MI:SS') not found in xxxx\xxx\xxx
I am getting confused here what time should I use for the recover until ...?
Thanks for your help in advance!
CP