Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
Create an integration pipeline to move records from Oracle to a flat file.
It looks like you're trying to create a mapping. Let's gather some more information. Here's a list of connections for the source: 1. OracleSource_ProdDB 2. OracleSource_SalesDB 3. Oracle_Connection 4. OracleSource_DevEnvironment 5. OracleSource_HRData
Let's use 3.
I made a note of source connection Oracle_Connection. I'm trying to find a source object using Oracle_Connection.
Check if the EMPLOYEE table is present and use it if it's there.
I successfully validated source connection Oracle_Connection and source object EMPLOYEE. Here's a list of connections for the target: 1. FF_SalesData_2025 2. FF_CustomerRecords 3. FF_InventoryUpdate 4. FF_Target 5. FF_EmployeeDetails
Wait, I wanted to use EMPLOYEE using FF_Source connection. Can you change the source connection?
I successfully validated source connection FF_Source and source object EMPLOYEE. Here's a list of connections for the target: 1. FF_SalesData_2025 2. FF_CustomerRecords 3. FF_InventoryUpdate 4. FF_Target 5. FF_EmployeeDetails
I want to insert the data into a file called "Employee_Oracle_Records" using the FF_Target connection.
I successfully validated target connection FF_Target and source object Employee_Oracle_Records. All connections have been identified and updated.
Can you filter the records where location is 'US'?