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

Commit 5b648ba

Browse files
committed
fixing blocking issues
1 parent e65d6d4 commit 5b648ba

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: mathoma
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

1717
## Bug fixes
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:
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 these:
1919

2020
### SQL Server 2017
2121

@@ -26,7 +26,7 @@ Before spending too much time troubleshooting, it is important to use the latest
2626

2727

2828
**Version 5.0.0.93** contains these fixes:
29-
- Microsfot CDC for Oracle by Attunity Designer fails with "Incorrect syntax near the word 'KEY'" error when adding an Oracle table.
29+
- Microsoft CDC for Oracle by Attunity Designer fails with "Incorrect syntax near the word 'KEY'" error when adding an Oracle table.
3030

3131

3232
### SQL Server 2016
@@ -55,21 +55,21 @@ Before spending too much time troubleshooting, it is important to use the latest
5555
- The metadata validation for Oracle table cdc.table_name failed. Column column_name index is out of range. And this issue: Oracle CDC service shows aborted status when you use CDC for Oracle by Attunity
5656
- Fixed in _Cumulative Update 1 for SQL Server 2014 RTM_ as described in KB [2894025](https://support.microsoft.com/kb/2894025).
5757
- Some changes are missed and are not replicated to the SQL Server database. This issue occurs when a table contains more than one character large binary object (CLOB) and one of the CLOBs has a large value.
58-
- Fixed in _Cumulative Update 1 for SQL Server 2014 SP1_ and _Cumulative Update 8 for SQL Server 2014 RTM_ as described in KB [3029096](https://support.microsoft.com/en-us/kb/3029096).
58+
- Fixed in _Cumulative Update 1 for SQL Server 2014 SP1_ and _Cumulative Update 8 for SQL Server 2014 RTM_ as described in KB [3029096](https://support.microsoft.com/kb/3029096).
5959
- Change Data Capture for Oracle by Attunity stops working when Oracle tables have column with Long data type.
60-
- Fixed in _Cumulative Update 5 for SQL Server 2014 SP1_ and _Cumulative Update 12 for SQL 2014 RTM_ as described in KB [3145983](https://support.microsoft.com/en-us/kb/3145983).
60+
- Fixed in _Cumulative Update 5 for SQL Server 2014 SP1_ and _Cumulative Update 12 for SQL 2014 RTM_ as described in KB [3145983](https://support.microsoft.com/kb/3145983).
6161

6262
### SQL Server 2012
6363

6464
**Version 1.1.0.102** contains these fixes:
6565

6666
- Properties added in the Advanced options of the Attunity CDC instance are removed when a table is added or removed from CDC. Attunity CDC stops working after applying SQL fix that adds __$command_id column
6767
- CDC for Oracle instance hangs when you start it, and does not capture changes. Oracle server memory may increase until it runs out of memory or crash.
68-
- [2672759](https://support.microsoft.com/kb/2672759/EN-US): Error message when you use the Microsoft Change Data Capture Service for Oracle by Attunity: "ORA-00600: internal error code". Add the SOURCE level tracing and confirm if you get the same ORA-00600 error. Fixed by an Oracle patch download.
68+
- [2672759](https://support.microsoft.com/kb/2672759): Error message when you use the Microsoft Change Data Capture Service for Oracle by Attunity: "ORA-00600: internal error code". Add the SOURCE level tracing and confirm if you get the same ORA-00600 error. Fixed by an Oracle patch download.
6969
- Multiple Partitions
7070
- When you use more than 10 partitions on an Oracle table, the CDC instance cannot capture all the changes for the table. When the Oracle table is defined with more than 10 partitions, the changes are only captured from the last 10 partitions. Fixed in the _Service Pack 1 release for SQL Server 2012_. See [SP1 Feature Pack download page](https://www.microsoft.com/download/details.aspx?id=35580).
7171
- Changes are lost
72-
- The capturing of events can go into an infinite loop and stop capturing new data changes (related to Oracle bug 5623813). When on Oracle RAC environment is performing a stop or resume of the the CDC instance, changes can be skipped/lost. This means the SQL Server change data capture will be missing important rows, and thus there is data loss in the data warehouse or subscribing system. Fixed in the _Service Pack 1 release for SQL Server 2012_. See [SP1 Feature Pack download page](https://www.microsoft.com/download/details.aspx?id=35580)
72+
- The capturing of events can go into an infinite loop and stop capturing new data changes (related to Oracle bug 5623813). When on Oracle RAC environment is performing a stop or resume of the CDC instance, changes can be skipped/lost. This means the SQL Server change data capture will be missing important rows, and thus there is data loss in the data warehouse or subscribing system. Fixed in the _Service Pack 1 release for SQL Server 2012_. See [SP1 Feature Pack download page](https://www.microsoft.com/download/details.aspx?id=35580)
7373
- Double widths on columns in SQL
7474
- When creating a CDC for Oracle instance, in the scripts to run against SQL Server, the length of a variable width data type column is doubled in SQL Server tables that are created in the script. For example, if you try to track changes on a VARCHAR2(10) column in an Oracle table, then the corresponding column in the SQL Server table is NVARCHAR(20) in the deployment script. Fix in either _Cumulative Update 2 for SQL Server 2012 SP1_ or _Cumulative update 5 for SQL Server 2012_ as described in KB [2769673](https://support.microsoft.com/kb/2769673).
7575
- DDL Data is truncated
@@ -82,15 +82,15 @@ Before spending too much time troubleshooting, it is important to use the latest
8282
- The metadata validation for Oracle table cdc.table_name failed. Column column_name index is out of range. Fixed in _Cumulative Update 7 for SQL Server 2012 SP1_ as described in KB [2883524](https://support.microsoft.com/kb/2883524).
8383
- Oracle CDC service shows aborted status when you use CDC for Oracle by Attunity in SQL Server 2012. Fixed in _Cumulative Update 8 for SQL Server 2012 SP1_ as described in KB [2923839](https://support.microsoft.com/kb/2923839).
8484
- Some changes are missed and are not replicated to the SQL Server databases. This issue occurs when a table contains more than one character large binary object (CLOB) and one of the CLOBs has a large value. Fixed in _Cumulative Update 8 for SQL Server 2012 SP1_ as described in KB [2923839](https://support.microsoft.com/kb/2923839).
85-
- Change Data Capture for Oracle by Attunity stops working when Oracle tables have column with Long data type. Fixed in _Cumulative Update 2 for SQL Server 2012 SP3_ and _Cumulative Update 11 for SQL 2012 SP2_ as described in KB [3145983]( https://support.microsoft.com/en-us/kb/3145983).
85+
- Change Data Capture for Oracle by Attunity stops working when Oracle tables have column with Long data type. Fixed in _Cumulative Update 2 for SQL Server 2012 SP3_ and _Cumulative Update 11 for SQL 2012 SP2_ as described in KB [3145983](https://support.microsoft.com/kb/3145983).
8686

8787
## Collect detailed logs
8888

8989
This section explains how to collect errors and events from the CDC instance.
9090

9191
### Management console
9292

93-
You can see errors in the **Status** messages filed within the Oracle Change Data Capture Designer management console when a CDC instance is highlighted int he left pane.
93+
You can see errors in the **Status** messages filed within the Oracle Change Data Capture Designer management console when a CDC instance is highlighted in the left pane.
9494

9595
### Query trace table
9696

@@ -122,7 +122,7 @@ This is a common error displayed in the **Status** message field of the CDC Inst
122122

123123
![Oracle error](media/known-issues-resolutions-with-cdc-for-oracle-attunity/oracle-error.png)
124124

125-
`
125+
```
126126
"ERROR","computername","ERROR","UNEXPECTED",
127127
"ORACDC508E:Oracle method OCIStmtExecute failed with error: ORA-00942: table or view does not exist ","source","",""
128128
@@ -134,7 +134,7 @@ This is a common error displayed in the **Status** message field of the CDC Inst
134134
135135
"ERROR","computername","ERROR","UNEXPECTED",
136136
"ORACDC414E:The Engine component failed with return code 1.","engine","",""
137-
`
137+
```
138138

139139
This happens when the Oracle account connecting from the CDC instance to the Oracle server does not have permission to see system log views.
140140

@@ -150,7 +150,7 @@ You can set the user account by selecting the CDCInstance from the left pane and
150150

151151

152152

153-
## See Also
153+
## See also
154154
[Track Data Changes (SQL Server)](../../relational-databases/track-changes/track-data-changes-sql-server.md)
155155
[About Change Data Capture (SQL Server)](../../relational-databases/track-changes/about-change-data-capture-sql-server.md)
156156
[Work with Change Data (SQL Server)](../../relational-databases/track-changes/work-with-change-data-sql-server.md)

0 commit comments

Comments
 (0)