En este tutorial que sigue, se explica como llamar a tu propio procedimiento en codigo java.
Se mantiene en ingles la explicación, como en la publicación original.
Explaination
Before I start writing about this post, first I would like to
recommend you, to have basic knowledge of SQL,PL/SQL and Java code. So
that, you will know, what is happening here.
First Step : Writing Store Function and Procedure
First Step : Writing Store Function and Procedure
-- This is a Stored Function, which has one IN parameter and returns String value (in Java)