Multiple choice technology platforms and products

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 can be invoked from OSB services using either the Database Adapter (which provides a dedicated interface for database operations) or Java Callouts (which can execute custom Java code including JDBC calls to stored procedures). Both methods are valid approaches depending on the use case and integration requirements.