Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys
I have tKafkaInput component in my job and I need to transfer the data from kafka to oracle database. I use tOracleOutputBulk and tOracleBulkExec for insert data to DB. Data from kafka is successfully write into csv file on tOracleOutputBulk component.
But tOracleBulkExec seem not executed because the log file isn't refreshed.
Maybe because tkafkainput as consumer its always listen so the subjob is never finished. And my tOracleBulkExec is never executed.
How can I execute the tOracleBulkExec when the subjob doesn't finished??
I tried to run the tOracleBulkExec on different job without kafka component and it's works perfectly.