Hi all,
I configured streams replication but one of the DB's capture process is not working properly.
The status was 'WAITING FOR REDO: LAST SCN MINED', then I tested the streams by updating a record in the replicated table and status went back to 'WAITING FOR REDO: LAST SCN MINED'.
After much investigation, I think i know what's the cause.
the capture process is not mining the online redo log. I know this because the last line of the alert logs is
LOGMINER: End mining logfile: /oracle/flash_recovery_area/LASSTREAM/archivelog/2011_03_15/o1_mf_1_16_6qy863kd_.arc
Whereas the other database's alert log is showing
LOGMINER: Begin mining logfile for session 1 thread 1 sequence 6, /oradata/LASTEST/redo/redo03.log
Anyone knows how to make the capture process mines the online redo log as well?
Thanks.
-Joel