Illustration strms026.gif is a flowchart that illustrates capture process rule evaluation. The flowchart shows the following process:

  1. Start.
  2. Find change in redo log.
  3. Question: Could the change pass the cpature process rule sets given the schema and object name corresponding to the change?

    If yes, then continue with the next step.

    If no, then ignore the change and end the process.

  4. Convert change into LCR.
  5. Question: Does the LCR pass the capture process rule sets?

    If yes, then continue with the next step.

    If no, then discard the LCR and end the process.

  6. Enqueue LCR.
  7. End.