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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] After Job Update SQL In Talend Jobs

Hi Gurus,
I have a Talend job that loads into a Oracle Table 'XYZ'. Once the job completes loading, I want to run a small update SQL on the same XYZ table. 
I do not want to create a Store Procedure for this small update SQL. So is there anyway we can run SQL's in the same job as a after job trigger? 
Thanks in advance,
Raj
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thank you, tOracleRow worked for me. Appreciate your help.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi Raj,
You can use txxxRow component with OnSubJobOk link from your job, this should do the work... Use whatever update query you have inside this txxxRow component.
Vaibhav
Anonymous
Not applicable
Author

Thank you, tOracleRow worked for me. Appreciate your help.