loadjava versus DBMS_JAVA
492699Mar 20 2006 — edited Jul 30 2008Is 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?