Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Looping in ODI Load Plan

Hello.
Does anybody know if it's possible to do a loop in an ODI Load Plan?
I would like to execute a scenario n number of times in a Load Plan, where "n" is going to be looked up as a refresh Load Plan variable, when the Load Plan runs.
Thank you
Boris
Answers
-
Hi Boris,
In a package you can launch the execution of a Load plan using the OdiStartLoadPlan tool.
You can also implement loops using variables, in a very simple way.
So I recommend to test this approach.
Adrian
-
Thank you Adrian.
I am looking at some other options, yours included.
The other options will be somewhat of a "work-around" to what would have been the most desirable and straight forward approach - a loop right within the Load Plan itself. But it looks like that's unfortunately not possible.
The other options will work, though.
Thanks for your continued feedback. It's very helpful.
Boris
-
Hi Developer,
You can use below link to set up your requirement. I had also got one request where I needed to process multiple files in one target table sequentially with one interface and loop in package, kindly let me know if it was helpful