Database Backup and Recovery (MOSC)

MOSC Banner

Bandwidth consumed when running RMAN backup to shared drive

edited Nov 21, 2012 12:26PM in Database Backup and Recovery (MOSC) 1 commentAnswered
Hello everyone, 

I have a customer who's running RAC and performing backup to a shared drive from another server.
This is a 3 node RAC and the way the backup was configured is like this:
run{
allocate channel c1 device type disk connect sys/password@rac1;
allocate channel c2 device type disk connect sys/password@rac2;
allocate channel c3 device type disk connect sys/password@rac3;
backup as compressed backupset database format '\\networked\path\db_backup\db%u.bck' filesperset 10;
sql 'alter system switch logfile';
sql 'alter system switch logfile';
sql 'alter system switch logfile';
backup as compressed backupset archivelog all format '\\networked\path\db_backup\arc%u.bck' filesperset 20;

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