Creating Java Stored Procedures: Basics

Java Stored Procedures are useful when running Java-based XML processes inside the Oracle database. For example, to run XSLT with Java extensions or perform SAX-based XPath extractions, you can create Java Stored Procedures.

There are several steps needed to create a Java Stored Procedure. These include writing a Java program, setting up Oracle Java Virtual Machine (JVM) in the Oracle database, loading the compiled Java program to Oracle JVM, and creating a PL/SQL procedure for the loaded Java program.

Using Oracle JDeveloper 11g, you can easily create, debug, and deploy Java Stored Procedures. This section explains how to create and deploy a Java Stored Procedure for XML DB applications using Oracle JDeveloper ...

Get Oracle Database 11g Building Oracle XML DB Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.