Skip to content

Commit 74f766d

Browse files
authored
Merge pull request #1848 from finnigd/patch-1
Corrected query syntax/description
2 parents 0b2f8c8 + 0142a06 commit 74f766d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/sql/database-engine/replication/sql-transaction-log-grows.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SQL Transaction log grows continuously
33
description: This article helps you resolve the problem where you notice continuous transaction log growth for a CDC enabled database.
4-
ms.date: 03/16/2020
4+
ms.date: 04/23/2025
55
ms.custom: sap:Replication, Change Tracking, Change Data Capture, Synapse Link
66
---
77
# SQL Transaction log grows when you use Change Data Capture for Oracle by Attunity
@@ -37,10 +37,10 @@ DBCC execution completed. If DBCC printed error messages, contact your system ad
3737

3838
You may have a non-distributed LSN because CDC for Oracle uses CDC for SQL stored procedures, and that, in turn, uses the replication log reader. This non-distributed LSN corresponds to the log entries to add the mirrored table in the Attunity CDC database.
3939

40-
If you run this query, the `log_reuse_wait_desc` option returns a value of `REPLICATION`, indicating the cause. Select the `log_reuse_wait_desc` name from `sys.databases`, where the name is \<your_cdc_database\>:
40+
If you run this query, the `log_reuse_wait_desc` option returns a value of `REPLICATION`, indicating the cause.
4141

4242
```sql
43-
REPLICATION <your_cdc_database>
43+
SELECT log_reuse_wait_desc FROM sys.databases WHERE name = '<your_cdc_database>'
4444
```
4545

4646
## Resolution

0 commit comments

Comments
 (0)