Online Access Free 1Z0-478 Exam Questions
Exam Code: | 1Z0-478 |
Exam Name: | Oracle SOA Suite 11g Essentials |
Certification Provider: | Oracle |
Free Question Number: | 75 |
Posted: | Sep 10, 2025 |
Composite A has two versions deployed lo the SOA runtime. Version 2.0 is the default revision, and Version 1.0 is an earlier (but active) revision. Version 2.0 has 100 instances in the Running state also hits 50 instances that are waiting for a callback on a mid-process < receiver> within a BPEL component in the composite. You undeploy Version 2.0.
Which statement describes what happens after undeployment completes?
Composite X invokes an outbound DB adapter to write data to a database table. You have configured JCA at the binding component as follows:
<property name = "jca.retry.count" type = "xs:int" many = "false" override = "may" > 2</property>
<property name = "jca.retry.interval" type = "xs:int" many = "false" override = "may" > 2</property>
You have also modeled a modeled a fault policy to retry the invocation three times in case of remoteFault as follows:
<retryCount>3<retryCount>
<retryInterval>3<retryInterval> Which result describes what happens when the database that is being accessed by the above binding component goes down?