Read Oracle Sequence Nextval and use in Counter
Article Number: 000001142 - Last Modified: Jul 8, 2011
You want to use the nextval in an Oracle Sequence as the start count in a Counter transformer.
You can use eitherĀ SQLCreator orĀ Creator + SQLExecutor transformers. Add the appropriate SQL, i.e. SELECT test_seq.nextval from DUAL. You can add AttributeExposer to make the return Oracle value accessible as an attribute in workbench.
|
Suggested Similar Articles