Welcome to the online walkthrough for Java Stored Procedures.
In addition to creating and debugging java classes, JDeveloper 2.0 provides facilities for
easily deploying java methods to an Oracle 8i database.
Once deployed, these methods are run inside the RDBMS via the JVM that is integrated into Oracle 8i.
The benefits of deploying classes to run in the database include:
- direct access to JDBC
- reduced network traffic
- server management of resources and security
Click on one of the following links to continue: