ODIExperts.com

The blog for Oracle Data Integrator ( ODI )

September 10, 2009
by kdevendr
15 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

September 9, 2009
by Cezar Santos
3 Comments

Categories: Common Errors , ODI , Tips and Tricks

Tags: , , , , , , ,

Single Post View


How to get a constant or pseudo-column from source mapping

Hi, Let me show you a small trick when is necesary to obtain some psedo-column (like rowid) or database function (like sysdate) . If a direct mapping of those values is done, a error like this will happens: For bypass … Continue reading

September 6, 2009
by kdevendr
0 comments

Categories: ODI , Tips and Tricks

Single Post View


Lock Windows Layout

To Lock the Windows Layout in Designer, Operator, Topology and Security Manager from moving  , check mark option ” Lock windows Layout ” Topology – > Windows – > Lock Windows Layout .

September 6, 2009
by kdevendr
2 Comments

Categories: ODI , Tips and Tricks

Single Post View


Hide Unused Technologies

To see only the list of Technologies used in Topology and Designer , check mark option ” Hide Unused Technologies ” Topology – > Windows -> Hide Unused Technologies

September 6, 2009
by kdevendr
0 comments

Categories: ODI , Tips and Tricks

Single Post View


Tab at the Top

To have the Tab at the Top in Designer, Operator, Topology and Security Manager , check mark option ” Tab at the Top ” Topology – > Windows -> Tab at the Top Revert back the option to have Tab … Continue reading

September 6, 2009
by kdevendr
5 Comments

Categories: Drivers , ODI , Technology

Single Post View


Oracle to Flat file

This is the Sample of source Table to be populated as Flat File. Target [Flat File – region.dat] 1. Go to the Physical architecture of the Topology and insert a New Data Server under File Technology 2. For the JDBC … Continue reading

September 6, 2009
by kdevendr
18 Comments

Categories: ODI

Single Post View


Scheduling using ODI Scheduler

Start the agent using agent scheduler or agent service Scheduling process Under the  scenario , right click on scheduling , click on ” Insert scheduling ” Define all the scheduling parameter and the logical agent and log level. Set the … Continue reading


© Copyright 2024 | All Rights Reserved


Creative Commons License


Scroll to Top