QuestionQ17

Architecture Overview

GoldenGate has cached long-running, open Oracle database transactions to disk. Where can they be found?

  • A in the checkpoint file area
  • B in the trail files area
  • C in the server temporary file system
  • D in the bounded recovery area
Explanation

Bounded Recovery persists qualifying long-running open transactions as persisted-object files, along with Bounded Recovery checkpoint data, in the Bounded Recovery area. This enables Extract to recover without rereading logs from the start of the oldest open transaction.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!