Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I just wanted to copy column operation using simple update.
e.g UPDATE TAB SET C1= C2
Wanted achieve this through talend component. Table has huge volume of data. So will not update through tOracleRow (wanted to update row by row with commit size).
Is it possible to update through tOracleOutput without where clause?
How will i update through tOracleoutput as table doesn't have key column.
@senthilswing ,since voulme is huge, that to this is simple update,i will suggest you to create a stored procedure and call that in Talend using tOracleSP component .