RMAN Parallel Backups

What is Channel? How do you enable the parallel backups with RMAN?

Questions by shanthiavari

Showing Answers 1 - 3 of 3 Answers

naveen_rc

  • Aug 6th, 2009
 

Channel is a link that RMAN requires to link to target database. This link
is required when backup and recovery operations are performed and recorded.
This channel can be allocated manually or can be preconfigured by using
automatic channel allocation.


The number of allocated channels determines the maximum degree of
parallelism that is used during backup, restore or recovery. For example, if
you allocate 4 channels for a backup operation, 4 background processes for the
operation can run concurrently.


Parallelization of backup sets allocates multiple channels and assigns
files to specific channels. You can configure parallel backups by setting a
PARALLELISM option of the CONFIGURE command to a value greater than 1 or by
manually allocating multiple channels.


RMAN> CONFIGURE DEVICE TYPE PARALLELISM 2 BACKUP TYPE TO COMPRESSED
BACKUPSET;


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions