Amazon books

Sunday, January 30, 2011

Configuring a parallel backup in RMAN with RAC

In order to make the most use of your RAC environment you can parallel your backups simply by changing the following parameters:

RMAN> configure default device type to sbt;
RMAN> configure device type sbt parallelism 3;
RMAN> configure channel device type sbt connect='sys/passwd@MYDB';

Best Regards,
Paulo Portugal

No comments:

Post a Comment