You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/relational-databases/track-changes/known-issues-resolutions-with-cdc-for-oracle-attunity.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.author: mathoma
14
14
15
15
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.
16
16
17
-
## Known issues
17
+
## Bug fixes
18
18
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:
19
19
20
20
### SQL Server 2017
@@ -123,13 +123,17 @@ This is a common error displayed in the **Status** message field of the CDC Inst
"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","",""
127
128
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","",""
129
131
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","",""
131
134
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","",""
133
137
```
134
138
135
139
This happens when the Oracle account connecting from the CDC instance to the Oracle server does not have permission to see system log views.
0 commit comments