Deploying to the Oracle Database

Use to deploy Loadjava and Java stored procedures to the Oracle database.

Requirements:

To deploy Loadjava and Java stored procedures in JDeveloper:

  1. Right-click the loadjava_stproc_deploy_profile <storedProc>.deploy deployment profile icon which appears in the Navigator below the specified project.
  2. From the context menu, choose Deploy to and select one of the already existing database connections; the Java application's source files are uploaded directly into the selected database.

    Or, select New Connection to display the Database Connection Wizard.
  3. (Optional) If you want to edit the deployment profile, right-click loadjava_stproc_deploy_profile <storedProc>.deploy in the Navigator below the specified project and choose Settings.

Note: If you are deploying your files "As both compiled files and source files" and the you've selected either - resolve or -andresolve in the Resolver page, then the deployment profile will only upload the source files. The reason is that when loadjava resolves the uploaded .java source files, loadjava also compiles the .java source files into .class files. You will only see the source files when previewing the loadjava deployment profile settings.


Using Java Stored Procedures

 

Copyright © 1997, 2004, Oracle. All rights reserved.