Debugging Java Programs
This topic describes the procedure to debug Java programs in Oracle® Database Navigator.
As part of OJVM support provided for Oracle Database Navigator plug-in, debugging a Java program running within Oracle databases involves setting up a Java debugger (JDB) listener and connecting to it using the Java Debug Wire Protocol (JDWP). Debugging a Java program through the DBN interface consolidates the following processes:
- Opening a listener for "Remote JVM Debug" on the IDE platform.
- Giving appropriate privileges to a database schema for:
- debugging Java program
- connecting to the Listener
- Connecting to the Listener using Java Debug Wire Protocol (JDWP) from the database schema.
- Executing the Java program.
Follow these steps to debug a Java program:
Parent topic: Debugging Engine






