ODIExperts.com

The blog for Oracle Data Integrator ( ODI )

November 27, 2011
by kdevendr
12 Comments

Categories: How to , Logic , ODI , Others , SDK , SQL , Tips and Tricks

Tags: , , , , , , ,

Single Post View


Export and Importing Scenarios based on Project (or)Folder

Hi Everyone, Keeping our “java series” we have one more piece of code to share. I hope you “enjoy” it! The below code is used to Export and Import all the Scenario from Development Work Rep to Execution Work Rep … Continue reading

November 16, 2011
by kdevendr
0 comments

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

Single Post View


Creating Interface for Single Source and Target

This particular Code generate Interface and Scenario for one single Source and Target. By default the target datastore name is used as the Interface Name package odi_sdk; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; import oracle.odi.core.OdiInstance; import oracle.odi.core.config.MasterRepositoryDbInfo; import oracle.odi.core.config.OdiInstanceConfig; import … Continue reading

November 15, 2011
by kdevendr
1 Comment

Categories: Logic , ODI , Others , SDK

Single Post View


Creating Package using SDK

This post is about on how to Create Package and call Variable in different mode namely Declare, Set, Refresh and Evaluate Mode and Interface and Scenarios inside the Package ,using ODI . As you know that in Package we define … Continue reading


© Copyright 2024 | All Rights Reserved


Creative Commons License


Scroll to Top