When a connection is in edit mode and the browser crashes, the connection becomes locked, which then prevents it from being edited.
Which two users can unlock the connection? (Choose two.)
When a connection is in edit mode and the browser crashes, the connection becomes locked, which then prevents it from being edited.
Which two users can unlock the connection? (Choose two.)
The same user who has edited the connection can unlock it because they originally had control over it. Additionally, a user with the Administrator Role can unlock the connection due to their broader permissions that typically include overriding user locks or restrictions.
Which type of certificate requires the uploading of a keystore (.jks) file in Oracle Integration Cloud to facilitate two-way SSL communication with external services? (Choose the best answer.)
An Identity Certificate is required for uploading a keystore (.jks) file in Oracle Integration Cloud to facilitate two-way SSL communication with external services. This certificate is used to authenticate the identity of the client or server involved in the communication, ensuring secure interactions between them.
Which two statements are true about rules in a decision table? (Choose two.)
A decision table is a structured way to represent conditions and corresponding actions. Every rule in a decision table consists of one or more input entries that define the conditions to be evaluated, and a corresponding output entry that specifies the resulting action when those conditions are met. Furthermore, when the input data matches the input entries of a specific rule, the decision table results in the output entry associated with that rule. This logical structuring ensures that all possible scenarios are covered in a systematic manner.
You are developing orchestration-style integrations in the OIC Designer Portal and have discovered that the Outline View is not available in your OIC instance environment.
What is the name of the feature flag you will need to request to be enabled by raising a Service Request from My Oracle Support? (Choose the best answer.)
To enable the Outline View in the Oracle Integration Cloud (OIC) Designer Portal, the correct feature flag to request is 'oic.console.integration.outlineview'. This feature flag directly corresponds to the functionality described, which is the Outline View in the OIC instance environment.
You have a synchronous integration flow updating systems with several external invocations. Most client applications are experiencing timeouts waiting for the synchronous response confirmation of the complex processing logic.
Which is a legitimate strategy that will mitigate this issue? (Choose the best answer.)
To mitigate the issue of client applications experiencing timeouts due to complex synchronous processing, the best approach is to redesign the integration flow to be asynchronous. An asynchronous flow allows the system to handle complex processing in the background, providing clients with immediate acknowledgment and a separate notification once the processing is complete. This way, clients are not left waiting for the processing to finish, hence avoiding timeouts.