Add an Extract for Oracle Database
Extract is a process that runs agains the source data source connection and extracts, or captures, data. Learn to add an Extract for Oracle Database, OCI Autonomous Databases, Oracle Exadata, and Amazon RDS for Oracle technologies. Instructions are available for both GoldenGate 23ai and 21c deployment console versions. Ensure that you follow the appropriate instructions for your deployment version.
Add an Extract (23ai)
Before you begin
- Oracle GoldenGate relies on the redo logs
to capture the data that it needs to replicate source transactions. Enable
supplemental logging on the source database for unidirectional replication, or
both source and target for bidirectional replication:
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA
- Ensure that you enable table-level supplemental by adding TRANDATA. If
schema-level supplemental logging is already enabled, you can skip these
steps.
- In the OCI GoldenGate deployment console, expand DB Connections, and select your source database.
- Next to TRANDATA Information, click Add TRANDATA (plus icon).
- For Schema Name, enter the database schema name, and then click Submit.
- Prepare your database for Oracle GoldenGate.
- Learn about Extract and Downstream Extract.
To add an Extract in Oracle GoldenGate 23ai:
Add an Extract (21c)
Before you begin
- Oracle GoldenGate relies on the redo logs
to capture the data that it needs to replicate source transactions. Enable
supplemental logging on the source database for unidirectional replication, or
both source and target for bidirectional replication:
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA
- Ensure that you enable table-level supplemental by adding TRANDATA. If
schema-level supplemental logging is already enabled, you can skip these
steps.
- Log in to the GoldenGate Deployment Console if you aren't already logged in.
- In the navigation menu, click Configuration.
- Go to the Database tab, and then click the connect icon for the source database.
- Next to TRANDATA Information, click Add TRANDATA (plus icon).
- For Schema Name, enter the database schema name, and then click Submit.
- Prepare the database for Oracle GoldenGate.
To add an Extract for Oracle Database in GoldenGate
21c:
You're returned to the Administration Service Overview
page, where you can view the status of the Extract process. Select
Details from the Extract Action menu to view
process information, checkpoint, statistics, paramters, and reports.