|
Re: Tuning Standby Database - roll forward [message #65686 is a reply to message #65678] |
Sat, 04 December 2004 13:30 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Hi,
Recovery (roll forward) is normally quite fast.
However, if you need to tune it further, consider
using parallel recovery.
The RECOVERY_PARALLELISM parameter specifies the
number of redo application server processes that
perform recovery. During parallel recovery, the
coordinator process reads the log files sequentially
and dispatches redo information to several recovery
slaves that apply the changes. A value of 0 or 1
indicates serial recovery. The value of this
parameter cannot exceed PARALLEL_MAX_SERVERS.
Best regards.
Frank
|
|
|