Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMAN Parallel Backup Validate

Fahd.MirzaApr 8 2010 — edited Apr 8 2010
Hi,
OS= Solaris 10
Database = 10gR2

I am using following script to validate the physical and logical corruption in the database through RMAN:

rman target /

RMAN> RUN {
CONFIGURE DEVICE TYPE DISK PARALLELISM 8;
ALLOCATE CHANNEL d1 DEVICE TYPE DISK;
ALLOCATE CHANNEL d2 DEVICE TYPE DISK;
ALLOCATE CHANNEL d3 DEVICE TYPE DISK;
ALLOCATE CHANNEL d4 DEVICE TYPE DISK;
BACKUP VALIDATE DATABASE;
RELEASE CHANNEL;
}

My machine has 4 CPUs.

I just want to verify that will the above RMAN script open up 4 channels in parallel and validate the database?

regards
This post has been answered by Pavan Kumar on Apr 8 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 6 2010
Added on Apr 8 2010
5 comments
1,735 views