# db2-cdc-tools **Repository Path**: clougence/db2-cdc-tools ## Basic Information - **Project Name**: db2-cdc-tools - **Description**: 一键初始化 Db2 ASN Capture 程序 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-02-28 - **Last Updated**: 2025-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # db2-cdc-tools - 通过以下脚本,可以一键初始化 Db2 ASN Capture 程序。 ``` /bin/bash -c "$(curl -fsSL https://gitee.com/clougence/db2-cdc-tools/raw/master/script/install.sh)" ``` - 运行脚本, 需要替换为数据库名 。 ``` bash ./cdc_tools/cdc_setup.sh ```