Skip to content

Commit 718ac05

Browse files
authored
Corrected query syntax/description
Corrected the query syntax and description of one of the troubleshooting queries.
1 parent b35b191 commit 718ac05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)