Load Plans

As we have seen so far, packages only handle serialized execution. Each step executes after the previous one and before the next. Load Plans will bring additional functionalities that will allow for more advanced orchestration of the processes.

Serial and parallel steps

When a Load Plan is defined, the first operation is to define if steps will be executed in sequence or in parallel. You can obviously mix and match serialized and parallel branches as needed.

Serial and parallel steps

In the previous example, we will load our Customer data and our Product data in parallel, since there is no dependency between these two sets. Each set can be made of several steps that ...

Get Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.