Does the script sp_eventmon located in the proddir/util directory catch errors related to capture not being able to parse the redo log or where a log wrap LOG_WRAP detected
capture can not read a redo log
Yes, the sp_eventmon does catch cases where the capture process is reporting errors like LOG_WRAP detected or "A portion of the redo log could not be parsed'
The following errors were reported in the event_log and sp_eventmon caught the errors and sent an email to the user.
Error 2012-08-20 23:06:56.012709 26421 2 Capture: LOG_WRAP detected 5 37792272 0, ...exiting...(../src/olog/olog.c:2585) (capturing from stock) [module oct]
Notice 2012-08-20 23:06:56.008807 26421 2 Capture: Begin record skip at seqno=5 offset=37792272 rc=6 (capturing from stock) [module oct]
Warning 2012-08-20 23:06:56.005413 26421 2 Capture: A portion of the redo log could not be parsed (capturing from stock) [module oct]
Notice 2012-08-20 23:06:50.292566 26421 2 Capture: Begin record skip at seqno=5 offset=37792272 rc=6 (capturing from stock) [module oct]
Warning 2012-08-20 23:06:50.288121 26421 2 Capture: A portion of the redo log could not be parsed (capturing from stock) [module oct]