Skip to content

Commit 21cda8e

Browse files
committed
Fix blocking review issues: Convert notes to [!NOTE] syntax and fix spelling
- Convert plain text 'Note:' to proper [!NOTE] markdown extension in 3 files - Fix spelling: 'transaction' to 'transactions' in the-oracle-cdc-service.md - Addresses blocking issues from PR review comment 3962916108
1 parent 9102db9 commit 21cda8e

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/integration-services/change-data-capture/how-to-manage-a-local-cdc-service.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ This procedure describes how to use the CDC Service Configuration Console to man
4141

4242
You can also right-click the CDC service you want to delete and select **Delete**.
4343

44-
**Note**: If the service is running when deleting the service, the service is stopped before being deleted.
44+
> [!NOTE]
45+
> If the service is running when deleting the service, the service is stopped before being deleted.
4546
4647
To delete an Oracle CDC Windows Service definition, the program needs update access to the MSXDBCDC database in the associated [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance. When you select **OK** to delete the service, the program attempts to delete the Oracle CDC Service registration in the MSXDBCDC database. If it fails due to lack of permissions, a dialog box is displayed to prompt the user to enter a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] login with an update access to the MSXDBCDC database.
4748

docs/integration-services/change-data-capture/how-to-prepare-sql-server-for-cdc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Preparing the SQL Server for Oracle CDC is done by the Oracle CDC Service Admini
3333

3434
To Prepare the SQL Server instance for Oracle CDC, the login must have write permission to the MSXDBCDC database. Enter the credentials for a login that has write permission to the MSXDBCDC database, such as a member of the `sysasmin` role.
3535

36-
**Note**: You can select **View Script** to view a read-only version of the setup script. A [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] system administrator can copy this script into the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Management Console to edit and execute it, if necessary.
36+
> [!NOTE]
37+
> You can select **View Script** to view a read-only version of the setup script. A [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] system administrator can copy this script into the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Management Console to edit and execute it, if necessary.
3738
3839
## Related content
3940

docs/integration-services/change-data-capture/the-oracle-cdc-service.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ EXECUTE [MSXDBCDC].[dbo].[xdbcdc_update_config_version] @dbname
3333
GO
3434
```
3535

36-
The Oracle CDC Instance process updates its status in the system table **cdc.xdbcdc_state** and writes error information to the **cdc.xdbcdc_trace** table. The **xdbcdc_state** table is useful for monitoring the state of the Oracle CDC Instance. It provides up-to-date status, various counters (such as number of changes read from Oracle, number of changes written to [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], number of committed transaction written and the current number of in-flight transactions) and latency indication.
36+
The Oracle CDC Instance process updates its status in the system table **cdc.xdbcdc_state** and writes error information to the **cdc.xdbcdc_trace** table. The **xdbcdc_state** table is useful for monitoring the state of the Oracle CDC Instance. It provides up-to-date status, various counters (such as number of changes read from Oracle, number of changes written to [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], number of committed transactions written and the current number of in-flight transactions) and latency indication.
3737

3838
The Oracle CDC Instance configuration is saved in the **cdc.xdbcdc_config** table, which is the table that the Oracle CDC Designer console works with. Because the entire configuration of an Oracle CDC Instance is found in the target [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance and CDC databases, it's possible to create [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] deployment scripts for an Oracle CDC Instance. This is done using the Oracle CDC Service Configuration and Oracle CDC Designer consoles.
3939

@@ -248,7 +248,8 @@ From the **Actions** pane on the right side of the CDC Service Configuration Con
248248

249249
You can also right-click the CDC service you want to delete and select **Delete**.
250250

251-
**Note**: If the service is running when deleting the service, the service is stopped before being deleted.
251+
> [!NOTE]
252+
> If the service is running when deleting the service, the service is stopped before being deleted.
252253
253254
To delete the Oracle CDC Windows Service definition, the program needs update access to the MSXDBCDC database in the associated [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance. When you select OK to delete the service, the program attempts to delete the Oracle CDC Service registration in the MSXDBCDC database. If the program can't delete the Oracle CDC Service registration because it doesn't have the proper permissions, it prompts you to enter a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] login with update permissions to the MSXDBCDC database.
254255

0 commit comments

Comments
 (0)