Skip to content

Commit c3dff82

Browse files
authored
Merge pull request #36697 from MikeRayMSFT/20260224-mikeray/cdc-f1-help-removal
Consolidate Oracle CDC Service F1 Help articles
2 parents cf0a69b + 21cda8e commit c3dff82

18 files changed

Lines changed: 638 additions & 746 deletions

.openpublishing.redirection.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67879,6 +67879,46 @@
6787967879
"redirect_url": "/sql/connect/jdbc/connecting-to-sql-server-with-the-jdbc-driver",
6788067880
"redirect_document_id": false
6788167881
},
67882+
{
67883+
"source_path": "docs/integration-services/change-data-capture/change-data-capture-service-for-oracle-by-attunity-f1-help.md",
67884+
"redirect_url": "/sql/integration-services/change-data-capture/the-oracle-cdc-service",
67885+
"redirect_document_id": false
67886+
},
67887+
{
67888+
"source_path": "docs/integration-services/change-data-capture/connection-to-sql-server.md",
67889+
"redirect_url": "/sql/integration-services/change-data-capture/the-oracle-cdc-service#connection-to-sql-server",
67890+
"redirect_document_id": false
67891+
},
67892+
{
67893+
"source_path": "docs/integration-services/change-data-capture/connection-to-sql-server-for-delete.md",
67894+
"redirect_url": "/sql/integration-services/change-data-capture/the-oracle-cdc-service#connection-to-sql-server-for-delete",
67895+
"redirect_document_id": false
67896+
},
67897+
{
67898+
"source_path": "docs/integration-services/change-data-capture/create-and-edit-an-oracle-cdc-service.md",
67899+
"redirect_url": "/sql/integration-services/change-data-capture/the-oracle-cdc-service#create-and-edit-an-oracle-cdc-service",
67900+
"redirect_document_id": false
67901+
},
67902+
{
67903+
"source_path": "docs/integration-services/change-data-capture/manage-an-oracle-cdc-service.md",
67904+
"redirect_url": "/sql/integration-services/change-data-capture/the-oracle-cdc-service#manage-an-oracle-cdc-service",
67905+
"redirect_document_id": false
67906+
},
67907+
{
67908+
"source_path": "docs/integration-services/change-data-capture/prepare-sql-server-for-cdc.md",
67909+
"redirect_url": "/sql/integration-services/change-data-capture/the-oracle-cdc-service#prepare-sql-server-for-cdc",
67910+
"redirect_document_id": false
67911+
},
67912+
{
67913+
"source_path": "docs/integration-services/change-data-capture/prepare-sql-server-for-oracle-cdc-view-script.md",
67914+
"redirect_url": "/sql/integration-services/change-data-capture/the-oracle-cdc-service#prepare-sql-server-for-oracle-cdc-view-script",
67915+
"redirect_document_id": false
67916+
},
67917+
{
67918+
"source_path": "docs/integration-services/change-data-capture/work-with-cdc-services.md",
67919+
"redirect_url": "/sql/integration-services/change-data-capture/the-oracle-cdc-service#work-with-cdc-services",
67920+
"redirect_document_id": false
67921+
},
6788267922
{
6788367923
"source_path": "docs/reporting-services/tools/report-server-in-management-studio-f1-help.md",
6788467924
"redirect_url": "/sql/reporting-services/tools/reporting-services-in-sql-server-management-studio-ssrs",

docs/integration-services/change-data-capture/cdc-instance-deployment-script.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: "CDC Instance Deployment Script"
33
description: "CDC Instance Deployment Script"
44
author: chugugrace
55
ms.author: chugu
6-
ms.date: "03/14/2017"
6+
ms.reviewer: mikeray
7+
ms.date: 02/24/2026
78
ms.service: sql
89
ms.subservice: integration-services
910
ms.topic: concept-article
@@ -12,25 +13,24 @@ ms.topic: concept-article
1213

1314
[!INCLUDE [oracle-cdc-retirement](../includes/attunity-oracle-cdc-retirement.md)]
1415

15-
The CDC Instance Deployment Script dialog box that displays the CDC instance deployment script. This script can be used to re-create the CDC database with all of its artifacts on a different [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance.
16-
17-
At the completion of the deployment script, you should make sure of the following:
18-
19-
- The deployment script assumes that the target [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance was prepared for Oracle CDC, by using the Oracle CDC Service Configuration Console or by using **prepare script** that program creates.
20-
21-
- The part of the script that is used to enable the database for CDC needs to be run by a `sysadmin`.
22-
23-
- The script does not preserve the Oracle log-mining password. This needs to be set manually after the script is run and the Oracle CDC Service is started.
24-
25-
Select the following options in the **CDC Instance Deployment Script** dialog box.
26-
27-
**Save As**
28-
Saves the script in a text file that you can save in any location you want. You can copy the file with the script to any other server to run it there.
29-
30-
**Copy**
31-
Copies the script to the clipboard. You can then paste the script into the [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or any text editor to run the scripts later.
32-
33-
## See Also
34-
[Prepare SQL Server for CDC](../../integration-services/change-data-capture/prepare-sql-server-for-cdc.md)
35-
36-
16+
The CDC Instance Deployment Script dialog box that displays the CDC instance deployment script. This script can be used to re-create the CDC database with all of its artifacts on a different [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance.
17+
18+
At the completion of the deployment script, you should make sure of the following:
19+
20+
- The deployment script assumes that the target [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance was prepared for Oracle CDC, by using the Oracle CDC Service Configuration Console or by using **prepare script** that program creates.
21+
22+
- The part of the script that is used to enable the database for CDC needs to be run by a `sysadmin`.
23+
24+
- The script doesn't preserve the Oracle log-mining password. This needs to be set manually after the script is run and the Oracle CDC Service is started.
25+
26+
Select the following options in the **CDC Instance Deployment Script** dialog box.
27+
28+
**Save As**
29+
Saves the script in a text file that you can save in any location you want. You can copy the file with the script to any other server to run it there.
30+
31+
**Copy**
32+
Copies the script to the clipboard. You can then paste the script into the [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or any text editor to run the scripts later.
33+
34+
## Related content
35+
36+
- [Prepare SQL Server for CDC](the-oracle-cdc-service.md#prepare-sql-server-for-cdc)

docs/integration-services/change-data-capture/change-data-capture-service-for-oracle-by-attunity-f1-help.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/integration-services/change-data-capture/change-data-capture-service-for-oracle-by-attunity.md

Lines changed: 68 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: "Change Data Capture Service for Oracle by Attunity"
33
description: "Change Data Capture Service for Oracle by Attunity"
44
author: chugugrace
55
ms.author: chugu
6-
ms.date: "02/06/2024"
6+
ms.reviewer: mikeray
7+
ms.date: 02/24/2026
78
ms.service: sql
89
ms.subservice: integration-services
910
ms.topic: install-set-up-deploy
@@ -12,74 +13,81 @@ ms.topic: install-set-up-deploy
1213

1314
[!INCLUDE [oracle-cdc-retirement](../includes/attunity-oracle-cdc-retirement.md)]
1415

15-
The CDC Service for Oracle is a Windows service that scans Oracle transaction logs and captures changes to Oracle tables of interest into [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] change tables. The SQL change tables where the changes captured from Oracle are stored are the same type of change tables used in the native [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Change Data Capture feature. This makes consuming these changes as easy as consuming changes made to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] databases.
16+
The CDC Service for Oracle is a Windows service that scans Oracle transaction logs and captures changes to Oracle tables of interest into [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] change tables. The SQL change tables where the changes captured from Oracle are stored are the same type of change tables used in the native [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Change Data Capture feature. This makes consuming these changes as easy as consuming changes made to [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] databases.
1617

17-
18-
## Installation
18+
## Installation
1919

2020
Download Microsoft Change Data Capture Designer and Service for Oracle by Attunity for corresponding SQL Server version from below links:
2121

2222
- [Microsoft SQL Server 2016 Integration Services Attunity Oracle CDC Designer/Service Feature Pack](https://www.microsoft.com/download/details.aspx?id=55802)
2323
- [Microsoft SQL Server 2017 Integration Services Attunity Oracle CDC Designer/Service Feature Pack](https://www.microsoft.com/download/details.aspx?id=56610)
2424
- [Microsoft SQL Server 2019 Integration Services Feature Pack](https://www.microsoft.com/download/details.aspx?id=100303)
25-
26-
The CDC Service for Oracle can be installed on any supported Windows computer with access to the source Oracle database(s) being captured and the target [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance where the target CDC database resides. The CDC Service doesn't need a local installation of the Oracle database or the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] database, only their supported clients. For information about where to install the required database components, see **Database Prerequisites** in this topic.
27-
28-
The installation of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] CDC Service for Oracle places the service configuration UI and the service program in the selected location. The CDC Service for Oracle is configured separately using the Oracle CDC Service Configuration Console. For more information on configuring the Oracle CDC Service, see [Change Data Capture Service for Oracle by Attunity F1 Help](../../integration-services/change-data-capture/change-data-capture-service-for-oracle-by-attunity-f1-help.md).
29-
30-
The CDC Service for Oracle can be installed on any supported Windows computer where the [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] Native Client is installed; it doesn't need to be installed on the same computer where the target [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] is installed.
31-
32-
## Supported Windows Environments
33-
The Change Data Capture Service for Oracle by Attunity can run in the following Windows environments:
25+
26+
The CDC Service for Oracle can be installed on any supported Windows computer with access to the source Oracle database(s) being captured and the target [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance where the target CDC database resides. The CDC Service doesn't need a local installation of the Oracle database or the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] database, only their supported clients. For information about where to install the required database components, see **Database Prerequisites** in this topic.
27+
28+
The installation of the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] CDC Service for Oracle places the service configuration UI and the service program in the selected location. The CDC Service for Oracle is configured separately using the Oracle CDC Service Configuration Console. For more information on configuring the Oracle CDC Service, see [The Oracle CDC Service](the-oracle-cdc-service.md).
29+
30+
The CDC Service for Oracle can be installed on any supported Windows computer where the [!INCLUDE [ssnoversion](../../includes/ssnoversion-md.md)] Native Client is installed; it doesn't need to be installed on the same computer where the target [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] is installed.
31+
32+
## Supported Windows Environments
33+
34+
The Change Data Capture Service for Oracle by Attunity can run in the following Windows environments:
3435
- Windows 8 and 8.1
3536
- Windows 10
3637
- Windows Server 2012 and 2012 R2
3738
- Windows Server 2016
3839
- Windows 2019
39-
40-
## Database Prerequisites
41-
To work with the CDC Service for Oracle you must install Oracle client that is compatible with Oracle database version. This is a prerequisite that should be obtained from Oracle and installed before installing the Oracle CDC Service. Additionally, you need to install the SQL Server ODBC Client using SQL Server Setup.
42-
43-
The CDC Service for Oracle supports the following versions:
44-
45-
### Source Oracle Database
46-
47-
- Oracle Database 10g Release 2
48-
- Oracle Database 11g Release 1 and Release 2
49-
- Oracle Database 12c in classic installation (Multitenant installation isn't supported)
50-
- Oracle Database 18c in classic installation (Multitenant installation isn't supported), for SQL Server 2019 only
51-
- Oracle Database 19c in classic installation. (Multitenant installation isn't supported), for SQL Server 2019 only
52-
53-
### Target SQL Server Database
54-
For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see [Features Supported by the Editions of SQL Server](~/sql-server/editions-and-supported-features-for-sql-server-2016.md).
55-
56-
## Running the Installation Program
57-
To install the CDC Service for Oracle, open the installation wizard for the Windows platform you're using (32/64-bit) and follow the directions on the screen.
58-
59-
## Uninstalling Change Data Capture Service for Oracle by Attunity
60-
You uninstall the CDC Service for Oracle using Control Panel, Programs and Features.
61-
62-
Uninstalling the CDC Service doesn't delete the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] databases created. For complete removal of the tool, you must remove the MSXDBCDC database and the specific CDC databases that were created in the target [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance you worked with.
63-
64-
If you uninstall the CDC Service software from one machine and install it on another computer, you only need to provide the following definitions:
65-
66-
- Service account
67-
68-
- [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] connect string and credentials
69-
70-
- The master password
71-
72-
All the other definitions are stored in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and are available from the previous installation on another computer.
73-
74-
## In This Documentation
75-
76-
- [Change Data Capture Service for Oracle by Attunity System Architecture](../../integration-services/change-data-capture/change-data-capture-service-for-oracle-by-attunity-system-architecture.md)
77-
78-
- [The Oracle CDC Service](../../integration-services/change-data-capture/the-oracle-cdc-service.md)
79-
80-
- [Change Data Capture Service for Oracle by Attunity F1 Help](../../integration-services/change-data-capture/change-data-capture-service-for-oracle-by-attunity-f1-help.md)
81-
82-
- [Change Data Capture Service for Oracle by Attunity How to Guide](../../integration-services/change-data-capture/change-data-capture-service-for-oracle-by-attunity-how-to-guide.md)
83-
84-
## See Also
85-
[Working with the Oracle CDC Service](../../integration-services/change-data-capture/working-with-the-oracle-cdc-service.md)
40+
41+
## Database Prerequisites
42+
43+
To work with the CDC Service for Oracle you must install Oracle client that is compatible with Oracle database version. This is a prerequisite that should be obtained from Oracle and installed before installing the Oracle CDC Service. Additionally, you need to install the SQL Server ODBC Client using SQL Server Setup.
44+
45+
The CDC Service for Oracle supports the following versions:
46+
47+
### Source Oracle Database
48+
49+
- Oracle Database 10g Release 2
50+
- Oracle Database 11g Release 1 and Release 2
51+
- Oracle Database 12c in classic installation (Multitenant installation isn't supported)
52+
- Oracle Database 18c in classic installation (Multitenant installation isn't supported), for SQL Server 2019 only
53+
- Oracle Database 19c in classic installation. (Multitenant installation isn't supported), for SQL Server 2019 only
54+
55+
### Target SQL Server Database
56+
57+
For a list of features that are supported by the editions of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], see [Features Supported by the Editions of SQL Server](~/sql-server/editions-and-supported-features-for-sql-server-2016.md).
58+
59+
<a id="running-the-installation-program"></a>
60+
61+
## Run the Installation Program
62+
63+
To install the CDC Service for Oracle, open the installation wizard for the Windows platform you're using (32/64-bit) and follow the directions on the screen.
64+
65+
<a id="uninstalling-change-data-capture-service-for-oracle-by-attunity"></a>
66+
67+
## Uninstall Change Data Capture Service for Oracle by Attunity
68+
69+
You uninstall the CDC Service for Oracle using Control Panel, Programs and Features.
70+
71+
Uninstalling the CDC Service doesn't delete the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] databases created. For complete removal of the tool, you must remove the MSXDBCDC database and the specific CDC databases that were created in the target [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance you worked with.
72+
73+
If you uninstall the CDC Service software from one machine and install it on another computer, you only need to provide the following definitions:
74+
75+
- Service account
76+
77+
- [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] connect string and credentials
78+
79+
- The master password
80+
81+
All the other definitions are stored in [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] and are available from the previous installation on another computer.
82+
83+
## In This Documentation
84+
85+
- [Change Data Capture Service for Oracle by Attunity System Architecture](change-data-capture-service-for-oracle-by-attunity-system-architecture.md)
86+
87+
- [The Oracle CDC Service](the-oracle-cdc-service.md)
88+
89+
- [Change Data Capture Service for Oracle by Attunity How to Guide](change-data-capture-service-for-oracle-by-attunity-how-to-guide.md)
90+
91+
## Related content
92+
93+
- [Working with the Oracle CDC Service](working-with-the-oracle-cdc-service.md)

0 commit comments

Comments
 (0)