What fields are used to define static or dynamic list of values in web forms in Process Cloud Service?

Q7: 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 Answer: B https://docs.oracle.com/en/cloud/paas/integration-cloud/user-processes/configure-static-and-dynamic-list-values-fields.html#GUID-0A790FE5-AF8A-496D-A7C5-6C4203915B7C Use checklists, radio button or select controls […] →Read more

Which two statements are true about implementing an API-First strategy?

Q6: Which two statements are true about implementing an API-First strategy? A. The API is to be developed first before any UI or new business logic are created. B. It generally is assumed that SOAP/WSDL are the key specifications for defining the API C. The code to execute business logic needs to exist and be […] →Read more

What policy is required to be in an API if that API is to be used under a Plan?

Q5: What policy is required to be in an API if that API is to be used under a Plan? A. Application Rate Limiting B. Basic Auth C. Key Validation D. Interface Filtering Answer: C →Read more

You provision an Oracle SOA Cloud Service instance and specify a compute shape so that the JVM heap size for WebLogic Serve, and Load Balancer processes are determined automatically. Which statement is correct after provisioning the instance in this scenario?

Q4:You provision an Oracle SOA Cloud Service instance and specify a compute shape so that the JVM heap size for WebLogic Serve, and Load Balancer processes are determined automatically. Which statement is correct after provisioning the instance in this scenario? A. You can change the heap size to a maximum of 32GB. B. You can […] →Read more

Q3:What Mapper function can you use to gel the lookup value in Mapping Builder?

Q3:What Mapper function can you use to gel the lookup value in Mapping Builder? A. GetLookupValue B. FindLookupValue C. LookupValue D. SearchLookupValue Answer: C https://docs.oracle.com/en/cloud/paas/integration-cloud-service/icsug/accessing-lookup-function.html →Read more

Q2:Which operation is NOT supported by Stage activity?

Q2:Which operation is NOT supported by Stage activity? A. Read Entire File B. Delete File C. Write File D. Unzip File E. Zip File F. Read File in Segments Answer: B →Read more

Q1: Which three Service-Oriented Architecture Cloud Service Components can route a message to an end point?

Q1: Which three Service-Oriented Architecture Cloud Service 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 Answer: A, B, C https://docs.oracle.com/en/cloud/paas/soa-cloud/csbcs/components-oracle-soa-cloud-service.html SOA Suite includes the following core components: BPEL — (Business Process Execution Language) Orchestrates integration processes. Human Workflow — Creates […] →Read more

Debugging Techniques in Oracle Application Framework (OAF)

Use System.out.println When running the OA Framework pages from jDeveloper itself, you can write debug messages using System.out.println. These debug messages will be displayed in the console of jDeveloper. Pro Ease of use, as you simply enter free text messages Debug messages simply appear without the need to set any profile options Cons Too much […] →Read more

Oracle ICS – Sample with Multiple Action Elements

Please check this link to download the Source Code →Read more

OAF MDS Table/PLSQL Utils

An OAF page consists of 2 Deployable Regions – SharedRegion and Page and they are with the naming convention RN.xml and PG.xml. The technology is designed such a way that , the definition of RN/PG gets stored in the below MDS (Meta Data Service) – DB tables, whey get deployed on the server. If they […] →Read more