Here, we will read a comma separated csv file and sends data to target Oracle table.
Steps:
File format:
Here, we will read a comma separated csv file and sends data to target Oracle table.
Steps:
File format:
Here, we will see how to load a XML file to SQL table.
Steps:
Step1: Topology - Physical Architecture - XML
When ODI loads data from source table or datastore to Staging table, it stores to C$_default table then from there it sends the data back to Target table or datastore.
If we want to use unique object name like the unique staging area C$_12unique...default table then we have to go to mapping - physical tab and select option - "Use Unique Temporary object names".
By default, ODI will provide us few of the Global Knkwledge modules. Apart from that, we can also import Oracle provided KMs.
Steps to import:
Step1: Go to your created project and right click on the Knowledge modules object and traverse the following directory and select the required KMs and press ok
Path: C:\Oracle\Middleware\Oracle_Home\odi\sdk\xml-reference
Here, We will create a primary key constraints on dept no. On dept model datastore.
Steps:
Step1: Create a model folder.
📌 Use Case In real-time OIC integrations, JSON payloads are exchanged with external systems via REST APIs. When such integrations fail (du...