SQL Server Replicat- Metadata Connections Left Open With OLEDB
(Doc ID 2872573.1)
Last updated on JULY 20, 2024
Applies to:
Oracle GoldenGate - Version 19.0.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Replicating data to SQL Server 2016 using
GoldenGate(v19.1.0.0.200204) and classic replicat. We see several
connections coming from our GoldenGate server that are in "sleeping" state
but have open transactions keeping them open for hours. The command
buffers contain commands similar to the ones shown below:
It's all SELECT with transaction opened either explicitly (BEGIN TRAN
with no COMMIT TRAN, or implicitly by setting IMPLICIT_TRANSACTIONS ON. DBCC
OPENTRAN will never show such transactions because there were 0 bytes
modified.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |