ODI Experts

The blog for Oracle Data Integrator

October 22, 2009
by Cezar Santos
11 Comments

Categories: How to , Logic , ODI , Tips and Tricks

Tags: , , , , , , , , , , , , , , , ,

Single Post View


How to show Business Messages on Operator and, too, debug variables…

Hi Guys, I frequently got emails asking how to do show Business messages on OD and, as there isn’t such feature until version 10.1.3.5, I created a way to have it. It’s just like a magic trick! We will need … Continue reading

September 10, 2009
by Kshitiz Devendra
5 Comments

Categories: ODI

Tags: ,

Single Post View


Sequence

Database Sequence Create a database Sequence in Oracle. create sequence test_sequence minvalue 2 maxvalue 999 start with 2 increment by 2 Map your interface Call the sequence in the respective column using this format <SCHEMA_NAME>.<SEQUENCE_NAME>.NEXTVAL TEMP.TEST_SEQUENCE.NEXTVAL TEMP                    -  SCHEMA_NAME TEST_SEQUENCE   … Continue reading


© Copyright 2012 | All Rights Reserved


Creative Commons License


Scroll to Top