Stored procedures can be called from an OSB service by
-
Java Callout
-
DB Adapter
-
both A and B
-
None of the above
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.