GoldenGate, Streams and Distributed Database (MOSC)

MOSC Banner

Why does goldengate extract issue a select query against replicated table

We are running goldengate to replicate data from our production servers to a reporting database.

On one of the source database we see select queries being issued by goldengate against the replicated tables.

We are running Oracle 12.1.0.2 on Linux

Goldengate version 12.3.0.1.2 28011195_FBO

Select query:

SELECT x."TRANSACTION_ID",

    .

    .

x."STUCK_RELEASED"

 FROM "tab_owner"."tab_name" AS OF SCN :scn x

 WHERE ROWID = :rid


Param file:

EXTRACT EXTXXXPB

DBOPTIONS ALLOWUNUSEDCOLUMN

FETCHOPTIONS FETCHPKUPDATECOLS

WILDCARDRESOLVE DYNAMIC

REPORTCOUNT EVERY 15 MINUTES, RATE

TRANLOGOPTIONS INTEGRATEDPARAMS (MAX_SGA_SIZE 5120, parallelism 8, _LOGMINER_READ_BUFFERS 256)

WARNLONGTRANS 10m, CHECKINTERVAL 10m

GETTRUNCATES

exttrail /u04/gtrail/dirdat/a5

SOURCECATALOG XXX_PRD

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center