D
Dapeng Wu
Guest
Replication redo is a part of the recovery phase if the database is replication enabled. It's used to collect some information from the recovery log file so that it can re-establish the replication environment, for example, record locks etc. Without this phase, some operations, say read on a target database, may see inconsistent results or unexpected behaviors. The log file clearly shows some work has been done during the replication redo phase. So it looks like a bug in the percentage report. Dapeng
Continue reading...
Continue reading...