OIC 22 Exam Review and Key Concepts
OIC 22 Exam Review and Key Concepts
Exam 1Z0-1042-22
version 1
comments red highlighted questions needs to be reviewed. Not sure on ans
Sl No
1
5
6
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Question
What fields are used to define static or dynamic list of values in web forms in Process Cloud Service?
A. Links, Email and Message Fields
B. Checklists, Radio button or Select controls
C. Date, Time and Number Fields
D. Text Input and Area Fields
In Oracle Integration Cloud(OIC) Process, you create web forms to interact with end users, As part of creating a web form
its data, and define form behavior.
In Oracle Integration Cloud(OIC) Process, you can use human tasks to model user interaction with the application. You c
specific user, to a group of users, to users with a certain role, or to the same user that already acted on the instance for
When assigning the human task based on a dynamic expression, which is a valid option ?
A. You can use an expression to calculate the user or group, but not a shared role.
B. You can use an expression to calculate the user, group or a shared role.
C. You can use an expression to calculate a shared role, but not users or groups
D. You can use an expression to calculate a specific user, but not a group or a shared role.
E. You can use an expression to calculate the group or shared role, but not specific users.
In Oracle Integration Cloud(OIC) Process web forms editor, which three background colors are displayed ? (autocomplet
You are tasked with creating an Oracle Integration Cloud (OIC) orchestrated integration flow that supports a B2B docum
the B2B action(formerly known as the EDI translate action), there are several capabilities as well as limitations.
A. The code to execute business logic needs to exist and be exposed as an API first before you build a strategy around it.
B. It generally is assumed that SOAP/WSDL are the key specifications for defining the API.
C. The API is to be developed first before any UI or new business logic is created.
D. You define the API definition/contract first before any work on its implementation or any applications that use it, allowi
Integration Insight in Oracle Integration Cloud (OIC) dramatically simplifies the process of modelling and extracting mean
executives to understand, monitor, and react quickly to changing demands
After a model has been activated, which is NOT a valid model instance state ?
A. Recoverable
B. Failed
C. Terminated
D. Healthy
E. Successful
Integration Insight in Oracle Integration Cloud(OIC) provides a business-friendly experience, allowing users to model, co
processes.
You are implementing a synchronous OIC integration flow that is processing file records within a While loop action. At th
delay processing of the next record for a certain period of time.
Your design of an asynchronous OIC integration flow includes the requirement for additional processing logic that is con
returned to the integration instance from earlier external service invocations. You have decided to leverage the Switch a
implementation.
Which is a valid consideration concerning the configuration and capabilities of the Switch action?
A. Data objects returned within a branch of a Switch action will only be visible within the implicit scope of that branch and
integration outside of the Switch action.
B. You may need to create conditional expressions for each branch with greater complexity because nested Switch actions
C. XPath version 2.0 functions can be used to create more complex conditional expressions for a branch.
D. All branches within the Switch action must have a conditional expression defined to include the otherwise branch.
You have use case requiring the design of a synchronous OIC integration flow that will return a custom business fault me
files due to an external runtime fault encountered during the integration instance execution
You are tasked with provisioning a Managed File Transfer(MFT) Cloud Service on Oracle Cloud Infrastructure(OCI).
Oracle Integration Cloud (OIC) provides the File Server component - an embedded SFTP server that enables organization
without needing to host and maintain separate SFTP server. Which statement is NOT true about the OIC File Server com
A. Access to the File Server REST APIs is limited to only users with the ServiceAdministrator role.
B. To access File Server from an internal OIC integration flow, a Connection resource of FTP adapter type or rest adapter ty
C. Any external SFTP client can access file Server as long as an OIC administrator has configured specific folder access perm
D. The File Server component is a feature that is disabled by default into newly provisioned OIC instance
Which three actions once they have been configured are allowed to be repositioned to another location within the desig
integration flow?
One of your downstream application is becoming overwhelmed with too many individual synchronous invocations from
Cloud (OIC) integration. It has been recommended that you redesign the integration to take advantage of the batch proc
application.
Which is the MOST appropriate approach for implementing this OIC design best practice?
A. Create custom batch call function, register the function as a Library in your OIC environment, then use JavaScript action
B. Reactive the integration and use the disable tracing and message tracking option which will optimize performance for e
C. Use the Append option in the Write File operation of the Stage File action within a loop to create a single batch to be se
D. Throttle the individual synchronous calls by adding a Wait activity prior to each invocation to the application within the
You have a single synchronous integration flow that is updating external systems with several invocations (within multip
your OIC integration clients are reporting that they are experiencing timeouts waiting for the response confirmation from
A. Increase the blocking timeout within the OIC integration settings to allow for extended time.
B. Change the implementation logic to invoke multiple fine-grained external API calls within a single loop.
C. Split into smaller integration flows that can be orchestrated sequentially from a master synchronous flow.
D. Change the design implementation strategy to an asynchronous flow that provides a separate notification to clients wh
You can recover unsaved changes in an Oracle Integration Cloud(OIC) integration that crashes during design time becaus
network connectivity, or a server going down.
Which statement is NOT true about this unsaved changes feature in OIC?
A. Changes made while working inside the data mapper cannot be recovered.
B. An OIC administrator with the ServiceAdministrator role can unlock an integration that has unsaved changes.
C. Changes made while editing a Connection page cannot be recovered.
D. Only the person with the ServieDeveloper role that made the changes or an admin with the ServiceAdministrator role c
E. Because a backup copy is created after each completed task, there is no time limit in which you need to log back in and
Oracle Integration Cloud(OIC) integrations can be exported so that they can later be imported into another OIC instance
Which statement is NOT true about the import and export of OIC integrations?
A. Imported integrations cannot be immediately activated if their dependent connection resources are not already presen
B. Integrations must be exported as a package if you want to import them into another OIC environment.
C. Imported integrations can be reconfigured to use different connection resources by using the OIC REST API
D. Exported integrations will include all of their dependent connection resource information with the exception of URL and
Which three are types of certificates that can be imported from Settings?
A. Identity Certificate
B. Multi Domain SSL Certificate
C. Trust Certificate
D. Message Protection Certificate
E. Unified Communications Certificate
Which statement is NOT true about decision models in Oracle Integration Cloud (OIC) Process?
A. A decision service exposes output decisions of a decision model as private internal REST APIs to the process application
B. A decision model must contain at least one decision service in order to be used in a Process application
C. Decisions created using the Function notation return a value only when invoked from another decision
D. In the Graph view, you can create decision requirement diagrams(DRDs) to visually represent but only one DRD per dec
Within the scope of an Oracle Integration Cloud (OIC) Process application, which TWO statements are valid concerning D
Models
Which statements are valid regarding the difference between WSDL/SOAP and REST/JSON (Select Four)
A. Modem API-First architectures prefer to use tried-and-true WSDL SOAP services over REST services because they are qu
B. Unlike WSDL, REST is typically invoked with HTTP verbs.
C. WSDL is a request for a service; REST is a request for a resource
D. WSDL is simpler, REST is richer
E. WSDL is a tight contract; REST is a loose contract
F. REST more easily used in developing Uls than WSDL SOAP. REST is gaining popularity in application development.
Which JNDI name value must be provided when configuring the properties of a new database adapter outbound connec
composite applications?
A. The associated XA database adapter plan deployed with this database adapter outbound connection pool.
B. The defined XA database adapter connection factory configured for this WebLogic domain.
C. The corresponding XA enterprise resource adapter application deployed to the same WebLogic cluster.
D. The corresponding XA datasource configuration deployed to the same WebLogic cluster.
What are two key benefits of Oracle Web Service Manager (OWSM) in the management and security of Web services ac
A. Security is controlled by the developer of the service and this gives greater control to the development of the service.
B. OAuth services are used for REST based services.
C. OWSM provide a framework that is externalized and declarative outside of the web service implementation.
D. Developers no longer need to understand security specifications and security implementation details.
Which two are valid considerations when leveraging the OIC connectivity agent for high availability on-premise environm
A. Each host on which the agent is installed must be configured on separate subnets assigned to the same OIC agent group
B. You should install the connectivity agents on the same host as the target application, then specify different agent group
installation.
C. You cannot have more than two agent instances per agent group. Attempting to include a third agent instance in the sa
in an error.
D. The File Adapter is not supported in high availability environments. When using the File Adapter and if some groups hav
dedicated agent group (with one agent only).
E. You will need to have OIC ServiceDeployer role permissions in order to download and install the OIC on-premise connec
You are designing an OIC integration that will be processing files in a shared file system within your on-premises data ce
various stage file action operations within the integration flow in conjunction with an on-premises OIC aconnectivity age
with regard to the restrictions on using stage file action operations with the file and attachement features of the connec
NOT valid concerning file operation capabilities
A. With regard to both the Read Entire File and Read File in Segments operations, file uploaded through the connectivity a
reference.
B. Files uploaded through the connectivity agent cannot be unzipped using a file reference.
C. Files uploaded through the connectivity agent are not available with the list operation.
D. Files uploaded through the connectivity agent are not available with the zip file operation.
OR
A. With regard to both the Read Entire File and Read File in Segments operations, files uploaded through the connectivity a
reference.
B. The Write File operation is not available for on-premises file systems.
C. Files uploaded through the connectivity agent cannot be unzipped with the Unzip File operation using the file reference
D. The List Files operation is still available for files uploaded through the connectivity agent.
You need to create an OIC integration that will be processing many records individually that are contained within a large
an implementation approach that includes using the Download File operation of an FTP adapter in conjunction with the
Segments operation to mitigate issues with memory consumption.
When using this approach, which is a valid consideration regarding the use of the Read Fie in Segments operation?
A. The Read File in Segments operation allows for you to process the segments sequentially or in parallel.
B. You must provide the actual filename because file references cannot be processed by the Read File in Segments operati
C. Segment sizes will default to 50 records but can be configured to any other segment size.
D. You will need to explicitly configure a Scope action for this operation if you want to add additional actions during the pr
You are tasked with creating a new integration in OIC that will be exposed to clients as a SOAP web service. In addition,
external SOAP web service as part of the orchestration flow logic. Therefore, you must first create two SOAP adapter co
trigger and one for the invoke action)
With regard to the creation of these SOAP adapter connection resources, which is a valid statement
A. Suppress insertion of timestamp into the request and Ignore timestamp in the response message are optional fields onl
connection configuration.
B. The WSDL URL property value can be defined by uploading a file for either the inbound Trigger connection or the outbo
configurations.
C. The SAML and OAuth security policies are available options for creating either the inbound Trigger connection or the ou
configurations.
D. You must explicitly specify the target server TLS version for the external web service outbound Invoke connection config
Which operation is NOT supported by an OIC Connection resource configured with the FTP adapter in the invoke role ?
A. Write File
B. Read File
C. Delete File
D. Read File in Segmenets
E. Download File
F. List Files
You are designing a new integration in OIC that needs to expose a REST-full interface trigger for client applications.
When choosing request and response options using the REST Adapter Endpoint Configuration Wizard, which is a valid co
A. Although you can define both query and template parameters, only template parameters will be available for mapping
parameters are considered optional.
B. If you select a PUT or POST action (HTTP method), you must define a JSON response payload format.
C. Both standard and custom HTTP headers can be defined for either the request or response.
D. File attachments can be accepted as a request option for the Trigger interface, but you cannot include attachments as a
Oracle SOA Cloud Service (SOA CS) includes a number of built-in adapters to include all of the technology adapters deliv
When using one of these technology adapters in a composite application deployed in SOA CS, which two are valid appro
to on-premises applications and systems?
A. WLST script
B. VPN service
C. PL/SQL procedure
D. SSH tunnel
E. SOA on-premises connectivity agent
Which two are NOT start and end event options when creating a structed process in an ORacle Integration Cloud(OIC) Pr
Which adapter is NOT provided in the Oracle Cloud adapter pack bundled with the Oracle SOA Cloud Service ?
A. Identity Certificate
B. Trust Certificate
C. Message Protection Certificate
D. Unified Communication Certificate
E. Multi Domain Certificate
Which three statements are true about business and data objects in Oracle Integration Cloud (OIC) Process ?
You provision an Oracle SOA Cloud Service instance and specify a compute shape so that the JVM heap size for WebLogi
processes are determined automatically.
Which statement is correct after provisioning the instance in this scenario?
You have been tasked with monitoring the SOA composite applications and the underlying environment within a SOA Cl
Which SOA Cloud Service web application is best for viewing completed composite instances?
Which process type should you use to model a non-sequential process in an Oracle Integration Cloud (OIC) Process appli
A. Structured Process
B. Adaptive Case Management (ACM) Process
C. Unstructed Process
D. Dynamic Process
Within an Oracle Integration Cloud (OIC) Process application business process, the Integrations flow element provides yo
with other services
Which THREE can be added and managed from the Integrations flow element?
You are defining application data in an Oracle Integration Cloud (OIC) process application and are seeking to use the Bus
provides the tools required to create and manage various business types
Oracle Integration Cloud (OIC) is a fully managed cloud service that provides many components and use case capabilities
Enterprise Edition instance is provisioned.
Oracle Integration Cloud (OIC) is avaiable in two editions - Standard and Enterprise.
Which OIC Enterprise Edition capabilities are ALSO available in the OIC Standard Edition ? (Select two).
A. Each Connection component associated with a SaaS adapter type will also require a Lookup component configuration.
B. All Connection component configurations require the association of an active OIC Connectivity Agent Group
C. All Connection components must be associated with an adapter type regardless of role configuration
D. Connection components can be configured with either a Trigger role or an Invoke role, but not both.
Your organization maintains two SOA Cloud Service instances used separately for testing and
production.
What is the best practice for defining the property values and endpoint addresses that may be unique to each environm
composite application to both instances?
A. Create two separate configuration plans that contain the environment-specific values for properties and endpoint addre
appropriate plan with the SOA archive deployment.
B. Edit the application's configuration plan to dynamically retrieve values for properties and endpoint addresses from the e
C. Manually Update any required values for changed properties or endpoint addresses in the Fusion Middleware Control w
following the deployment of the SOA
archive.
D. You cannot deploy the same archive to two different environments, Instead, define specific properties and endpoint ad
separate SOA archives.
You are assigned to review the specifications of the SOA composite applications that have been deployed to your SOA C
analysis requires you to catalog the Service Component Architecture (SCA) components that are implemented within ea
To use Integration Insight to map milestones to actions in an Oracle Integration Cloud (OIC) business process implement
conditions must be met.
A. Extraction criteria for the milestone indicator is defined with an XPath expression.
B. Milestones in a single model can be mapped to multiple business processes.
C. The model must be in Draft state in order to map to a milestone to an integration action.
D. Extration criteria for the instance unique identifier is defned with an XPath expression.
E. A buisness process implementation can be mapped to milestones within only one model.
With regard to Oracle Integration Cloud (OIC) Lookups, which two are valid statements
A. You cannot clone an existing lookup if it is being currently referenced in one or more active OIC integrations
B. A custom OIC XPATH function must be used to retrieve data from a look up in the Data Mapper.
C. Lookup values are retrieved from a backend database at runtime
D. Lookup values must include two or more domains associated with corresponding SaaS applications
E. Changes that are made to Lookups referenced in active integrations will take effect immediately without reactivating th
Which OIC XPATH function can be used to retrieve data from OIC Lookup within the data mapper tool?
A. Get-value-from-lookup
B. getLookup
C. get-content-as-string
D. lookupvalue
When creating integration in Oracle Integration Cloud (OIC), a visual mapper enables your element nodes between appl
element nodes onto target element nodes. Which statement is NOT true about the OIC data mapper functionality?
A. When you navigate to the mapper, the Expression Builder launches in user-friendly mode by default when you select a t
B. The data structure for the target service is always displayed on the right side in the Designer view
C. All transformation mapping use extensible Stylesheet language (XSL)
D. All source and target data objects will be represented internally as JSON structures
E. In the Designer view, the Sources section contains the data structures of all available data objects to include integration
global variables, and integration property values
The Oracle Integration Cloud (OIC) integration design editor provides a data mapper UI tool that is available for Map acti
Which two statements are TRUE regarding the use of mapper tool ?
A. You can drag and drop a source data element to multiple target node elements.
B. You cannot drag and drop an XPath function activity directly to a target node element.
C. You cannot drag and drop an XSLT flow control statement directly to a target node element.
D. You cannot drag and drop a source data element to a target node element that is already mapped.
Which three statements are true about SOAP and the advantages it provides?
A. As compared to RPC (remote procedure calls), which are sometimes blocked by firewalls and proxy servers, SOAP over H
B. It provides flexibility for message format flexibility allowing for loose coupling between client and server.
C. It commonly serves as a cleaning agent to remove excess data from the transmission protocol.
D. It leverages XML - based payloads to communicate between two client machines across any modern network.
E. It is platform and programing language independent.
F. SOAP clients can easily hold stateful references to remove server-side SOAP objects.
Which two statements correctly define the use cases for Business Process Execution Language (BPEL) vs. Business Proces
Enterprise Service Bus (ESB)?
A. Decision Model and Notation (DMN) replaces BPMN in modern Cloud Architectures.
B. All are part of a typical/traditional on-premise enterprise integration strategy and can also be an important part of a hyb
architecture.
C. BPEL is inherently better than BPMN in managing orchestrations that involve people, because BPEL can also interact wit
D. An ESB is used primarily for stateless messages and service mediation. The ESB construct is being replaced by API’s and
architectures.
E. BPEL and ESB are both good technologies for doing heavy transformation of data before sending the data to a back-end
Which two types of authentication mechanisms are available for Service Account configurations in API Platform Cloud S
A. WSS Username Token
B. SAML
C. OAuth credentials
D. Basic Authentication
E. Kerberos
What Expression Language does Decision Modeling and Notation (DMN) use?
A. RegEx
B. Groovy
C. Friendly Enough Expression Language (FEEL)
D. Process Expression Language (PEL)
Which Service-Oriented Architecture Cloud Service (SOA CS) component provides stateful orchestration?
A. Oracle Mediator
B. Oracle Business Activity Monitoring
C. Oracle Service Bus
D. Oracle Business Rules
E. Oracle BPEL Process Manager
Which is NOT a valid service provided by Oracle Enterprise Scheduler Service (ESS)?
As a Process Cloud developer, you have been tasked with integrating Oracle Content and Experience Cloud with a proce
document-centric process that will involve collaboration with process participants, it has been determined that the docu
functionality should be used.
Which task is NOT required?
A. You will need to create a new process application since conversation functionality cannot be enabled for pre-existing ap
B. You must manually enable the document and conversation features for your process application.
C. You will need to have the administrator configure the connection between Oracle Process Cloud andOracle Content and
do not have those permissions.
D. You will need to assign conversation viewers to either an Oracle Content and Experience user role or Oracle Documents
Which three Service-Oriented Architecture Cloud Service (SOA CS) Components can route a message to an end point?
A. Oracle Mediator
B. Oracle Business Rules
C. Oracle BPEL Process Manager
D. Oracle Service Bus
Which two are ways Business Rules can be modeled in Process Cloud Service (PCS)?
A. Load balancer configuration may only be configured after the SOA instance cluster has been provisioned.
B. Each load balancer node will share the same public IP address utilizing virtual routing redundancy protocol (VRRP).
C. A SOA instance can include up to three load balancer virtual machine nodes.
D. Oracle Traffic Director (OTD) is the only available implementation option.
Which feature flag lifecyle stage includes OIC features that you can request from Oracle to be disabled within your OIC in
A. General Availability
B. Internal Only
C. Feature Controlled General Availability
D. Feature Controlled
Which three are scenarios where Managed File Transfer (MFT) is a valid approach?
A. Oracle MFT can be used in conjunction with Oracle Integration Cloud (OIC) to push files for processing by OIC.
B. Many SaaS applications still use files as a means for sharing data, so MFT capabilities are still very important.
C. File adapters remove the need to ever have to use MFT.
D. In integration scenarios where it is important to use either compression and/or encryption in the transfer process.
E. File Transfer is an old, outdated method of sharing information and should not be used.
A. When the input data matches the input entries of a rule, the result of the decision table contains the output entry of th
B. A decision table can contain only one rule
C. Rules are expressed as columns within a decision table
D. Every rule consists of one or more input entries and a corresponding output entry.
Which two are On-prem Connectivity Options with Oracle Integration Cloud (OIC)?
A. VPN
B. Connectivity Agent
C. PaaS Agent
D. Execution Agent
Which three options are available for Business rule conflict resolution in Process Cloud Service?
A. No Conflict
B. Skip
C. Override
D. Escalate
E. Conflict
You have been tasked with provisioning a Managed File Transfer (MFT) Cloud Service on Oracle Cloud Infrastructure (OC
A. You are required to obtain an authentication token for an Object Storage bucket within an accessible OCI compartment
B. You can use any Oracle Database instance running in either OCI or OCI Classic.
C. You must create a Virtual Cloud Network in OCI with at least two subnets.
D. Provisioning MFT requires creating a SOA Cloud Service instance in OCI choosing 'MFT Cluster' as a service type.
Which four are valid for integration using Service Oriented Architecture Cloud Service (SOACS)?
A. Retrieve/Update supported data elements on the SaaS applications using REST Services in real time.
B. SOACS has read access to HCM and ERP Cloud (SaaS) Applications data.
C. Create Files in the required format and Orchestrate PBL data loads into the HCM/ERP Cloud.
D. Create Files in the required format and Orchestrate FBDL data loads into the HCM/ERP Cloud.
E. Create Files in the required format and Orchestrate ADFDi data loads into the HCM/ERP Cloud.
F. Create Files in the required format and Orchestrate HDL data loads into the HCM/ERP Cloud.
Which is NOT a valid service provided by Oracle Enterprise Scheduler Service (ESS)?
A. invoking jobs on external On-Prem and SaaS applications as scheduled on the Oracle Enterprise Scheduler
B. distributing job-request processing across a grid of application servers
C. configurable to allow or restrict running multiple job requests associated with a single job definition concurrently
D. running Java, PL/SQL, and binary script jobs
E. invoking jobs on external On-Prem and SaaS applications as scheduled on the those Schedulers
Oracle Application Adapters in Service-Oriented Architecture Cloud Service (SOA CS) can connect to on-Premise systems
need to review in this architecture?
A. Account for network connectivity and latency sensitivity to the on-premise application in the architecture.
B. Ensure that Oracle Support Notes for a hybrid cloud architecture with that application are reviewed and supported.
C. Design a load balancer solution for connectivity.
D. The DMZ needs to open port 80 for proper connectivity.
During a design review of your OIC orchestration-style integration, it has been recommended that you refactor it into sm
Which two things should you do in order to invoke the multiple integrations without needing to create explicit connecti
A.Import each local integration you wish to invoke into your calling integration environment.
B.Add the local-enabled flag for each integration you wish to invoke.
C.Use the local integration wizard to define each integration to be invoked.
D.Request the enablement of the oic.ics.console.integration.local.integration feature flag.
E.Build each smaller integration as a local-only integration interface.
Which Service-Oriendted Architecture Cloud Service(SOA CS) component provides stateful orchestration ?
Which two are types of style patterns available while creating integration with Oracle Integration Cloud (OIC)
A. Notification
B. Map Data
C. Orchestration
D. Metadata
You want to configure SOA Cloud Service instance to allow for a cluster of three WebLogic server instances.
Which is a valid consideration when configuring the Load Balancer within your SOA instance?
A. A SOA instance can include up to three load balancer virtual machine nodes.
B. Each load balancer node will share the same public IP address utilizing virtual routing redundancy protocol (VRRP).
C. Load balancer configuration may only be configured after the SOA instance cluster has been provisioned.
D. Oracle Traffic Director (OTD) is the only available implementation option.
When a connection is in edit mode and the browser crashes, the connection becomes locked, which then prevents it fro
can unlock the connection?
RESULT %
Answer Result Correct Answer
B 1 B
B 1 B
0 B
0 A,E,F
0 B
0 C,D
0 C
0 A
0 C
0 C or A
0 A
0 B
0 A
0 A,C,D
0 C
0 B or D
0 D
0 B
0 A,C,D
0 A
0 B,D
0 B,C,E,F
0 C
0 C,D
0 B
0 C,D
0 A - for first one.
D - for second
one
0 A
0 A
0 D
0 C
0 B,D
0 A,F
0 A
0 A
0 B,D,G
0 C
0 A
0 D
0 C,E,F
0 A
0 B,C,E
0 D,F
0 C
0 B
0 B,C,D
0 A
0 B
0 E
0 D,E
0 D
0 D
0 A,D
0 A,D,E
0 D,E
0 C,D
0 C
0 E
0 B
0 B
0 A
0 A,B,C
0 A,D
0 A
0 C
0 A,B,D
0 A, D
0 A,B
0 A,C,E
0 C
0 A,C,D,F
0 A
0 A,C
0 C,E
0 E
0 B,C
0 C
0 A,C,D
0 B,D
2.5316455696 2
NEW
N
Y
N
N
N
Y
https://docs.oracle.com/en/cloud/paas/integration-cloud/integrations-user/recover-unsaved-integration-changes.html
https://www.techsupper.com/2018/12/change-connection-in-the-integrations-oracle-integration-cloud.html
https://docs.oracle.com/en/cloud/paas/integration-cloud/user-processes/work-decision-models.html
https://docs.oracle.com/middleware/1212/owsm/OWSMC/owsm-intro.htm#OWSMC110
https://docs.oracle.com/en/cloud/paas/soa-cloud/csbcs/adapters-oracle-soa-cloud-service.html
https://docs.oracle.com/en/cloud/paas/soa-cloud/csbcs/adapters-oracle-soa-cloud-service.html
https://docs.oracle.com/en/middleware/bi/analytics-server/administer-oas/manage-system-components-using-fusion-mi
https://docs.oracle.com/cd/E29597_01/dev.1111/e10224/fod_intro1.htm
Y
https://docs.oracle.com/middleware/1213/ess/develop-scheduler/GUID-007A8FDD-C490-46A9-931B-08E5B49F8748.htm
https://docs.oracle.com/en/cloud/paas/process-cloud/user/creating-decision-table-business-rules.html#GUID-26D3DF2A-
https://docs.oracle.com/en/cloud/paas/integration-cloud/user-processes/how-do-i-integrate-oracle-content-managemen
https://docs.oracle.com/en/cloud/paas/soa-cloud/csbcs/components-oracle-soa-cloud-service.html
https://docs.oracle.com/en/cloud/paas/process-cloud/user/creating-business-rules.html
https://docs.oracle.com/en/cloud/paas/process-cloud/user/adding-conflict-resolutions-decision-tables.html
https://docs.oracle.com/en/cloud/paas/integration-cloud/user-int-insight-oci/model-components.html#GUID-29331F1B-C