Showing posts with label Calling java from PL/SQL Oracle loadjava. Show all posts
Showing posts with label Calling java from PL/SQL Oracle loadjava. Show all posts

Monday, July 26, 2010

Calling Java from PL/SQL inside Oracle database

How to call java classes inside PL/SQL:

Senario: In this example I have implemented Digital Signature Verfication funtion inside PL/SQL using java classes.


Step 1: Create a java class in any text editor or IDE, i have created this class in NetBeans 6.