Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 536cbcf

Browse files
committed
formatting
1 parent 39dccfd commit 536cbcf

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

docs/relational-databases/track-changes/known-issues-resolutions-with-cdc-for-oracle-attunity.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: mathoma
1414

1515
This topic lists the top issues and known resolutions when viewing a change data capture (CDC) instance in the Oracle CDC Designer configuration tool. This tool is part of the Change Data Capture for Oracle by Attunity that is included starting with SQL Server 2012.
1616

17-
## Known issues
17+
## Bug fixes
1818
Before spending too much time troubleshooting, it is important to use the latest builds of CDC for Oracle by Attunity to avoid known issues such as tehse:
1919

2020
### SQL Server 2017
@@ -123,13 +123,17 @@ This is a common error displayed in the **Status** message field of the CDC Inst
123123
![Oracle error](media/known-issues-resolutions-with-cdc-for-oracle-attunity/oracle-error.png)
124124

125125
```
126-
"ERROR","computername","ERROR","UNEXPECTED","ORACDC508E:Oracle method OCIStmtExecute failed with error: ORA-00942: table or view does not exist ","source","",""
126+
"ERROR","computername","ERROR","UNEXPECTED",
127+
"ORACDC508E:Oracle method OCIStmtExecute failed with error: ORA-00942: table or view does not exist ","source","",""
127128
128-
"ERROR","computername","RUNNING","IDLE","ORACDC518E:Failed to verify archive log mode.","source","",""
129+
"ERROR","computername","RUNNING","IDLE",
130+
"ORACDC518E:Failed to verify archive log mode.","source","",""
129131
130-
"ERROR","computername","ERROR","UNEXPECTED","ORACDC517E:Oracle Call Interface (OCI) method failed: ORA-00942: table or view does not exist .","source","",""
132+
"ERROR","computername","ERROR","UNEXPECTED",
133+
"ORACDC517E:Oracle Call Interface (OCI) method failed: ORA-00942: table or view does not exist .","source","",""
131134
132-
"ERROR","computername","ERROR","UNEXPECTED","ORACDC414E:The Engine component failed with return code 1.","engine","",""
135+
"ERROR","computername","ERROR","UNEXPECTED",
136+
"ORACDC414E:The Engine component failed with return code 1.","engine","",""
133137
```
134138

135139
This happens when the Oracle account connecting from the CDC instance to the Oracle server does not have permission to see system log views.
-24 Bytes
Loading
872 Bytes
Loading

0 commit comments

Comments
 (0)