Database Backup and Recovery (MOSC)

MOSC Banner

Restoring specific tablespace from rman backup to another database

edited Feb 7, 2017 4:00AM in Database Backup and Recovery (MOSC) 8 commentsAnswered

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>'

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center