Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If i select the toracleoutput action on data to Insert or Update, it throws an error stating it requires Key. If i want to do insert or update how do i do it.
For update action, you need to set one column as key on the schema of tOracleOutput.
Best regards
Shong
Hi Shong,
I have a question related to this topic and need the answer.
If my target table uses the sequence numbers generated by Oracle Sequence as a primary key, how to accomplish insert/update on tOracleOutput?
Did you mean I should use an alternate key on the schema of tOracleOutput to do insert/update?
Thanks!