Simulation: restore/recover with backup files (incl. arc. logs), arc. logs available and redo logs
Hello,
I'm trying to set up a procedure for restoring and recovering on another host a DB where we only have available (with RMAN and sqlplus):
- all backups pieces (dbf and arch logs),
- arch logs not backed up yet,
- online redo logs.
We're in 19c, DB is hosted using ASM. We need to restore on another server, thus need to copy available online redo & arch. logs from ASM to a filesystem shared (/<nfs share> below) between the source host where DB is running and rescue server where we're performing the restore.
I tried the following:
1) startup nomount of instance on rescue server,