Skip to Main Content

Oracle Database Discussions

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!

java trace files

user628135Oct 21 2010
i'm using dbms_loadjava on al oracle 11g to load jar i need.
but i get error and i don't find any trace file.
have i to enable them ? where to find ?
how can i find what is the problem that make the jar invalid ?

thanks



example

begin
sys.dbms_java.loadjava('-v -r -force -grant SCOTT -synonym /app/oracle/classi_java/log4j-1.2.8.jar');
end;

ORA-29532: chiamata Java terminata a causa di un'eccezione Java non ottenuta: oracle.aurora.server.tools.loadjava.ToolsError:
Error during loadjava: Failures occurred during processing.
Check trace file for details
ORA-06512: a "SYS.DBMS_JAVA", line 655
ORA-06512: a line 2
29532. 00000 - "Java call terminated by uncaught Java exception: %s"
*Cause: A Java exception or error was signaled and could not be
resolved by the Java code.
*Action: Modify Java code, if this behavior is not intended.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2010
Added on Oct 21 2010
0 comments
231 views