Oracle walkthrough
Working with Oracle
Procedure
Step 1: establishing a connection
Make sure you have appropriate credentials for establishing a connection with Oracle database server.
Step 2: Choosing the River mode
Once you have successfully established a connection to Oracle, select the River mode to load data into a Target. You can choose from three available options:
- Multi-Tables: Simultaneously load multiple tables from Oracle to your desired Target.
- Standard Extraction - This River mode maps, transforms, and loads data from multiple tables into a unified schema. It uses SQL queries for transformations and can be scheduled or manually triggered.
Data Integration supports the use of Tables, Views, Material Views, and Synonyms Objects within Oracle. Synonyms enable you to incorporate data from synonym table names in Oracle databases into your Rivers. Synonym tables are accessible in Standard Extraction mode. The Oracle's synonym feature is not compatible with Change Data Capture (CDC).
If the schema is not displayed properly, try reloading the metadata and ensure the connection is correctly pointing to the appropriate database.
-
Advanced Options - Replace Newline Characters: This replaces newline characters with a selected replacement value or a custom value of your choice. Default Behavior: If this option is not enabled, newline characters are replaced with spaces by default.
- Change Data Capture (CDC) - This mode monitors the Source database logs, capturing and transforming changes in real-time. This ensures minimal data loss and low-latency transfer when loading the transformed data into the target database, keeping it in sync with the Source.
-
Custom Query: Create a customized query and import it into your designated Target.
-
Legacy River: Select a sole Source table for loading into a Target.
Step 3: running the River
Once you have successfully configured the River mode, selected the extraction method, and set up the scheduling, you are ready to start the River and its operation.
Limitation
Data Integration does not support quoted table or column names that use lowercase or mixed case.