Oracle Logical Standby redo generation
Posted
by
DCookie
on Server Fault
See other posts from Server Fault
or by DCookie
Published on 2009-11-04T16:20:52Z
Indexed on
2010/12/27
18:55 UTC
Read the original article
Hit count: 256
Oracle 10.2.0.4 database with a logical standby on Win2K3. Recently a rather large delete operation was carried out on the production instance. I'm experiencing difficulty with the logical standby, in that it gets a couple of hundred (58M size) archive logs into the operation and the apply process fails with an out-of-memory error. Unfortunately, every time it fails it has to restart the apply from the beginning of the transaction. This is taking a couple of days each time. Anyway, in trying to resolve this problem, I've noticed that each archive log from the production system generates 5 or 6 log switches on the standby. I don't understand why this should be. Anyone have any ideas?
A related question that I've not found the answer for: does anyone know if the logical standby must be running in archivelog mode? I really don't have a need to keep the logs.
© Server Fault or respective owner