August 2011
Intermediate to advanced
416 pages
10h 14m
English
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 ...
Read now
Unlock full access