Oracle Integration Cloud (OIC) Style Patterns: Types and Integration Options

Style Patterns for Oracle Integration Cloud (OIC)

Question

Which two are types of style patterns available while creating integration with Oracle Integration Cloud (OIC)? (Choose two.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

CD.

The correct answers are C. Orchestration and D. Map Data.

Oracle Integration Cloud (OIC) is a cloud-based integration platform that enables enterprises to integrate cloud and on-premises applications. When creating integrations with OIC, you can use various design patterns to achieve the desired functionality. Two of these design patterns are Orchestration and Map Data.

  1. Orchestration: Orchestration is a design pattern that enables you to create complex integrations by orchestrating multiple smaller integrations. In an orchestration pattern, you can design a flow that includes various actions or steps, each of which is represented by an integration. These integrations can be either internal (within OIC) or external (connecting to external systems). You can define the order in which these integrations execute and specify conditions for the execution of each integration. Orchestration pattern allows for greater control over the flow of data and better error handling.

  2. Map Data: Map Data is a design pattern that enables you to transform data between different formats and structures. With Map Data, you can map the input data from a source system to the output data required by a target system. This pattern is particularly useful when you need to integrate systems that use different data formats or structures. Map Data allows you to create mappings between the source and target systems, specifying how the data is transformed.

Notification and Metadata are not types of style patterns available while creating integration with Oracle Integration Cloud (OIC). Notification refers to the process of sending notifications to users or systems, while Metadata refers to data that provides information about other data.