Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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?