Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
gpinumalla
Creator
Creator

hadnling partiton talbes in oracle using toracleoutput

Hi,

I am new to talend with using the partitioning tables in oracle. I need to how to push data into the partition tables

 

Thank you. 

 

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Using a tOracleRow component you should be able to insert rows into a specific partition table.

View solution in original post

2 Replies
TRF
Champion II
Champion II

Using a tOracleRow component you should be able to insert rows into a specific partition table.
gpinumalla
Creator
Creator
Author

TRF,

I have a partition in source table and partition in target. I have to load data with same partitons on source and target. This partitions have to change dynamically each time for every partition. Is it possible with Talend?