RMAN - restore tablespace from disk LVL0 only
DB: 11.2.0.3
OS: Linux 6
Storage: ASM
I would like to restore certain tablespaces from DISK LVL0 backup ONLY. I only want Oracle to restore and recover from DISK Backup - tablespace backup - no archivelog to apply.
1. TAPE Backup - we take lvl0 on Sunday + arch log every 8 hours + LVL1 backups every night ( Entire database but exclude these two backups
CONFIGURE EXCLUDE FOR TABLESPACE RMAN_TEST22;
CONFIGURE EXCLUDE FOR TABLESPACE RMAN_TEST23;
2. DISK Backup - Once a week
BACKUP TABLESPACE RMAN_TEST22, RMAN_TEST23 keep until time 'sysdate+20';
Scenario:
1. At 3:40 p.m. - Took the following tablespace backup that completed at 3:41 p.m.