December 2010
Intermediate to advanced
451 pages
11h 16m
English
You are attempting to compile Java source within the database, and you are receiving an unsuccessful result. You need to determine the underlying issue to the problem that is preventing the Java source from compiling correctly.
Query the USER_ERRORS table to determine the cause of the compilation issue. For example, suppose the JavaUtils class source is loaded into the database with an incorrect variable name. This will cause a compiler error that will be displayed within the USER_ERRORS table. The following is an excerpt from a SQL*Plus session where an attempt has been made to compile the code:
SQL> ALTER JAVA SOURCE "JavaUtils" RESOLVE;
Warning: Java altered ...Read now
Unlock full access