RMAN Recovery On New Host
Hi all,
I have a production database running in archivelog mode, with incremental level 0 on Monday night and level 1 Wednesday through Sunday. I'd like to test disaster recovery with these backups on a new host/instance.
Production Server
OS - CentOS release 6.4
DB - Oracle Database 11g Release 11.2.0.3.0 - 64bit Production (SE1)
Archive logs written to /rman_logs/ora/
Test Server
OS - CentOS release 6.6
DB - Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
Mount point /rman_logs/ora/ is visible on this host.
My RMAN level 0 script:
RUN {
ALLOCATE CHANNEL c1 TYPE DISK FORMAT '/rman_logs/ora/%U';