calling dbms_java.loadjava to load java class into database
Hey guys..
I have a couple questions with calling dbms_java.loadjava.
1) It is owned by SYS, can APPS call it?
2) Does the class file that I want to load have to be in a particular directory or just in the same directory that I run sqlplus from?
3) I have been trying to do this and the procedure "completes successfully" but when I try to find it in the all_objects table it is not there.. any idea what I am doing wrong?