Creating Java Execution Wrappers
This topic describes the procedure for creating Java execution wrappers in Oracle® Database Navigator.
You can create Java wrappers for executing Java programs stored in Oracle databases using OJVM. A public static method/public static void method can be the entry point for running a Java program on OJVM. Since the Java program is called using an SQL procedure/function, SQL arguments need to be changed to Java arguments, while Java return object must be changed to SQL object. Oracle® Database Navigator (with OJVM support) carries out this conversion by creating Java wrapper method around a public static method.
Follow these steps to create Java execution wrappers around Java methods:
Parent topic: Executing Java Programs






