How to find exact SCN to restore from backup for point in recovery
Hi Experts,
I have taken RMAN backup with following,
......
Backup database plus archivelog;
.....
I tried to restore the backup in test environment using until clause like,
restore database until time "to_date('19/01/2023 01:36:36','dd/mm/yyyy HH24:MI:SS')";
But it is asking the archive log files generated after my backup which is causing my backup not a self contained backup. I want to make my backup as a self contained backup so there will be nothing else extra needed once it is restored from tape.
Thanks
CP