Multiple choice technology

Stored procedures can be called from an OSB service by

  1. Java Callout

  2. DB Adapter

  3. both A and B

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Stored procedures in OSB can be called using both Java Callout and DB Adapter. Java Callout enables procedural logic while DB Adapter directly connects to databases to execute stored procedures.