RMAN Parallel Recovery [message #288326] |
Mon, 17 December 2007 01:50 |
M.Shakeel Azeem
Messages: 226 Registered: September 2006
|
Senior Member |
|
|
Dear All,
i had a oracle db server with 4-cpu's and now i want to recover the db in parallel
RMAN>run{
allocate channel ch1 type disk;
allocate channel ch2 type disk;
allocate channel ch3 type disk;
allocate channel ch4 type disk;
recover database;
}
RMAN>recover database parallel (degree 4);
Are both of these scripts will do the same ?
or
is there any difference betwen these scripts ?
and what is the role of the initialization parameter RECOVERY_PARALLELISM in media recovery?
Regards,
M.Shakeel Azeem
|
|
|
|
|
|