Prepare Client platform |
Scroll |
The Oracle Capture Agent is generally installed on a separate platform from the Database itself simply because the Oracle DBA's will not permit third party software to be installed on the Oracle database server platform. Connect CDC SQData supports both local and remote capture of Oracle from any platform with properly installed Oracle client software.
Install the Oracle SQL*Net client and configure the tnsnames.ora file to support connections to the database to be captured using Oracle's documentation for that process.
Note: Enabling change data capture will increase the amount of data written to the Oracle recovery log on the database platform for each update to the source data table. Depending on the size of the tables and the volume of updates made to the table, the size of the active Oracle logs may have to be adjusted to accommodate the increase data. Similarily, while recovery logs were intended for "recovery" their use for Change Data Capture may require the retention of archived logs for a longer period of time than would otherwise be necessary. If for any reason Capture is not running or a failure in the CDC pipeline requires "re-capture", access to log files may span multiple days.