Database Backup and Recovery (MOSC)

MOSC Banner

rman backup to disc then to tape

edited Aug 11, 2009 3:00AM in Database Backup and Recovery (MOSC) 2 commentsAnswered ✓
Hello

I'm tryin to send my rman backup first to disc and after that send 'the same last generated backup' to tape.

I'm using oracle docs example:

run{

backup database;

backu backupset all;

}

But the second statement (backupset all) is looking for a previous generated backup and not the backup generated by the statement above it (backup database)

Any ideas ?

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