Skip to Main Content

Database Software

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!

how to know rman backup execute prallel

GolfStar03Dec 27 2012 — edited Dec 28 2012
DB=11.2.0.3
Rac with 2 nodes
I have the following Script for RMAN backup:
run {
ALLOCATE CHANNEL ch1 device type disk CONNECT 'sys/Devsys@DEV1';
ALLOCATE CHANNEL ch2 device type disk CONNECT 'sys/Devsys@DEV2';
recover copy of database with tag 'INCR_BACKUP';
backup incremental level 1 for recover of copy with tag 'INCR_BACKUP' database;
}
and configure parallelism on device type disk.
How could i test that my Rman Backup Execute parallel?
because the backup time with 2 channels or one is the same.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 25 2013
Added on Dec 27 2012
1 comment
164 views