Database Backup and Recovery (MOSC)

MOSC Banner

Using RMAN with DISK and SBT (tape) Devices

edited Dec 10, 2010 6:59PM in Database Backup and Recovery (MOSC) 6 commentsAnswered
I know there are many ways to use RMAN and each of those ways has many options to it.  My intent is to put rman backups to disk in the early morning hours and then use rman to put those disk backups to tape in the evening.  That's what I thought I was doing but I'm not so sure.
I'm using this command for the morning disk backups:
      backup incremental level $LEVEL cumulative database plus archivelog delete input;
where $LEVEL is 0 for full or 1 for incremental.

I've been using this command to put the morning disk backups to tape:
      backup device type sbt backupset all;

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