Create a deployment profile for Java stored procedures, then deploy the classes and, optionally, any public static methods in JDeveloper using the settings in the profile.
Deploying to the database uses the information provided in the Deployment Profile wizard and two Oracle Database utilities:
loadjava
loads the Java class containing the stored
procedures to an Oracle database.publish
generates the PL/SQL call spec wrappers for the
loaded public static methods. Publishing enables the Java methods to
be called as PL/SQL functions or procedures.
To deploy Java stored procedures in JDeveloper:
Copyright © 1997, 2004, Oracle. All rights reserved.