Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

loadjava versus DBMS_JAVA

492699Mar 20 2006 — edited Jul 30 2008
Is there any difference wich method to use when loading java to a database - loadjava utility or DBMS_JAVA package?

When it is better to put all the jars to the server, and use DBMS_JAVA instead of loading directly from a client PC using loadjava utility?

For example in the JSSE use case (http://www.oracle.com/technology/tech/java/jsp/pdf/JavaDB_Use_Case.pdf) for a Oracle 8i, to load JSSE libs they are using loadjava, but to complete the same task in a Oracle 9iR2, they suggest putting libraries directly to the server and then using DBMS_JAVA.

Could anybody describe why is it so?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2008
Added on Mar 20 2006
8 comments
9,889 views