Home » Developer & Programmer » JDeveloper, Java & XML » Unable to load the java Stored procedure Error ORA : 03113
Unable to load the java Stored procedure Error ORA : 03113 [message #92421] Thu, 08 July 2004 11:38
Oracle Java Stored Proced
Messages: 1
Registered: July 2004
Junior Member
I am trying to load the Oracle Java stored procedure using the folllowing command...

loadjava -u navtmatd2/navtmatd2@navtmatd -v -r SelectSP.java

I am getting the following error message

arguments: '-u' 'sumeet/password@senna' '-v' '-r' 'SelectSP.java'
identical: SelectSP
resolving: source SelectSP
Error while resolving SelectSP
    ORA-03113: end-of-file on communication channel

The following operations failed
    source SelectSP: resolution
exiting  : Failures occurred during processing

The Oracle Version is 9.2.0.1.0

The code for SelectSP is as follows:-

public class SelectSP{
 public static String select(){
  return "Hello World";
 }

}

Any Pointers in this regard will be highly appreciated.

Thanks

Vishal
Previous Topic: XSL EXAMPLES!!!!
Next Topic: Character sets again
Goto Forum:
  


Current Time: Fri Apr 26 12:48:48 CDT 2024