You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

My job need to insert data in an Oracle table using an Oracle Sequence.
I saw I have to use advenced setting Additionnals columns to use mysequence.nexval(), to increment it.
It is OK, I have a clean ID column.
I would like to keep this value on my flow, to use it later.
When using main link On tOracleOutput component, to print it with a tLogrow,
ID column value is null on console, but is good in oracle Table.
I want to create my id, using oracle sequance nexval, and then add it to my data.
Offline
Pages: 1