December 2010
Intermediate to advanced
451 pages
11h 16m
English
You want to load a compiled Java class into the database so that you can use one or more of its methods as stored procedures.
Use the loadjava command-line utility to load the compiled Java class into the database. The following line of code demonstrates how to use the loadjava utility to load a compiled Java class file named Employees.class into the database.
loadjava -user dbuser -resolve Employees.class
You will be prompted to enter the password for the database user who you designated when issuing the command.
The loadjava utility can be used to load compiled Java class files into the database. To do so, you have access to the binary loadjava utility executable. ...
Read now
Unlock full access