platforms and products Online Quiz - 38
Description: platforms and products Online Quiz - 38 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: platforms and products |
A message can be validated against
What is the WLS version used within OSB 10gR3?
Stored procedures can be called from an OSB service by
Which of the OSB activities is used for raising an error in the service flow?
Which of the following adapters are out-of the box supported by OSB 10gR3?
The mechanism by which the flow of requests to the downstream system can be regulated in OSB is called as
In case of a high request flow, we can regulate the message processing by setting
A JMS Topic can have
For integrating two instances of OSB, which protocol is used
For large payloads, which is the better resource to be used for message transformation
Employee table : Emp_No Emp_Name Salary 101 Emp1 10000 102 Emp2 80000 103 Emp3 50000 Employee is the source table and the records has to pass through the update strategy , the update strategy expression is IIF(Emp_No = 102,4,1) then the record with Emp_no=102 would be ______