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

Commit 39dccfd

Browse files
committed
added images
1 parent b211c1a commit 39dccfd

7 files changed

Lines changed: 22 additions & 2 deletions

File tree

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

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,36 @@ You can query the trace table in the CDC database within SQL Server to see logge
100100

101101
To capture diagnostics, select **Collect Diagnostics** on the status tab in the Oracle Change Data Capture management console.
102102

103+
![Collect diagnostics link](media/known-issues-resolutions-with-cdc-for-oracle-attunity/collect-diagnostics.png)
104+
105+
Choose a start time and select a location for the log file. Then select **Create** to start the diagnostics collection.
106+
107+
![Collect diagnostics link](media/known-issues-resolutions-with-cdc-for-oracle-attunity/start-diagnostics.png)
108+
103109
### Detailed errors
104110

105111
You can increase the level of tracing collected by the instance and repeat the scenario to gather more detailed logging. To do so, select **Properties** under **Actions** and then add a new property in the **Advanced Settings** grid on the **Advanced** tab. Set the name of the property to `trace` and then set the value to `SOURCE`.
106112

113+
![Collect diagnostics link](media/known-issues-resolutions-with-cdc-for-oracle-attunity/properties.png)
114+
107115
Reproduce the error and then select the **Collect diagnostics** option to gather logs.
108116

117+
![Collect diagnostics link](media/known-issues-resolutions-with-cdc-for-oracle-attunity/collect-diagnostics.png)
118+
109119
## ORA-00942 Table of view does not exist
110120

111121
This is a common error displayed in the **Status** message field of the CDC Instance. The instance retries numerous times, so the status icon will change to green momentarily, but then it will fail with the red exclamation and UNEXPECTED status.
112122

123+
![Oracle error](media/known-issues-resolutions-with-cdc-for-oracle-attunity/oracle-error.png)
124+
113125
```
114-
"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","ORACDC508E:Oracle method OCIStmtExecute failed with error: ORA-00942: table or view does not exist ","source","",""
127+
128+
"ERROR","computername","RUNNING","IDLE","ORACDC518E:Failed to verify archive log mode.","source","",""
129+
130+
"ERROR","computername","ERROR","UNEXPECTED","ORACDC517E:Oracle Call Interface (OCI) method failed: ORA-00942: table or view does not exist .","source","",""
131+
132+
"ERROR","computername","ERROR","UNEXPECTED","ORACDC414E:The Engine component failed with return code 1.","engine","",""
115133
```
116134

117135
This happens when the Oracle account connecting from the CDC instance to the Oracle server does not have permission to see system log views.
@@ -122,7 +140,9 @@ To resolve this error, either grant the currently configured user appropriate pe
122140

123141
The list of all the necessarily permissions is detailed in the help file included in the installation program files folder `C:\Program Files\Change Data Capture for Oracle by Attunity\Attunity.SqlServer.XdbCdcDesigner.chm`. See the page titled "Connect to an Oracle Source Database" within the .chm file for the complete list.
124142

125-
You can set the user account by selecting the CDCInstance from the left pane and selecting the Properties button in the Actions right-most pane within the CDC Designer window. You can change the Oracle log mining authentication account from the properties dialogue page.
143+
You can set the user account by selecting the CDCInstance from the left pane and selecting the Properties button in the Actions right-most pane within the **CDC Designer** window. You can change the Oracle log mining authentication account from the properties dialogue page.
144+
145+
![Oracle error](media/known-issues-resolutions-with-cdc-for-oracle-attunity/oracle-connection.png)
126146

127147

128148

24.7 KB
Loading
23.2 KB
Loading
12.1 KB
Loading
77.1 KB
Loading
5.88 KB
Loading
10.6 KB
Loading

0 commit comments

Comments
 (0)