Restoring specific tablespace from rman backup to another database
hi All
simply i have a daily procedure to take a full RMAN database backup from my Oracle 12.1.0.2 RAC database, on each business day we have an End-Of-Day procedure where we take full RMAN database backup before and after it. i take the one before on node 1 of the RAC and after it we take the backup on node 2.
the command is like this:
RUN {
BACKUP AS COMPRESSED backupset
FORMAT '/backup/%d_DB_BEF_COB_%T_%u_s%s_p%p'
DATABASE TAG '$DB_BEF_COB_<cob date>'
CURRENT CONTROLFILE TAG '$CONt_BEF_<COB DATE>'