Executing Java Programs
This topic describes the procedure to execute Java programs.
Oracle® Database Navigator tool enables you to compile and execute Java programs and display the result on the DB Execution Console window. With OJVM support in place, when you execute a Java program in Oracle database through the plug-in interface, the following background processes take place:
- Java files are loaded in the DB schema
- The Java execution wrapper (or SQL wrapper) is created around a public static method within the Java file.
- The corresponding SQL script is written to call the wrapper class and execute the Java program on Oracle database.
To execute a Java method:
- Java Execution History
This topic provides an overview of maintaining a history of input parameters for executed Java programs. - Creating Java Execution Wrappers
This topic describes the procedure for creating Java execution wrappers in Oracle® Database Navigator. - Project Code Base Synchronization
This topic provides an overview of synchronizing Java code base in a Java project.
Parent topic: Execution Engine







