Database Backup and Recovery (MOSC)

MOSC Banner

Restore RMAN backup on another server

edited Sep 5, 2011 4:50AM in Database Backup and Recovery (MOSC) 5 commentsAnswered
Hallo!I normally run daily hot RMAN backups  at night from a script via commands below

backup AS COMPRESSED BACKUPSET database;

 

backup archivelog all delete input;

 

delete noprompt obsolete;

 

crosscheck backup;

 

I am using the db_recovery_file dest parameter to store my RMAN backups thus a given backup is stored as below

 

/backups/flash_recovery_area/PROD/backupset/2011_08_24

/backups/flash_recovery_area/PROD/autobackup/2011_08_24

/backups/flash_recovery_area/PROD/archivelog/2011_08_24

/backups/flash_recovery_area/PROD/flashback

 

Everyday I pick the contents of the following directories (e.g. the backup done on 24 August 2011) and place them on an external hard disk.

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