Skip to Main Content

Java and JavaScript in the Database

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!

Error: ORA-03113 while executing complex java code from Oracle PL/SQL

917348Feb 14 2012 — edited Feb 14 2012
Hi,

I am trying to execute a complex java code from Oracle PL/SQL. The classes were resolved successfully. But in the middle of execution, I am getting the following error:

ERROR:
ORA-03114: not connected to ORACLE


begin
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Process ID: 13685
Session ID: 21 Serial number: 20

Is there a way to debug the Java classes loaded into oracle? Or is there any utility to find out why the connection was lost?

Regards,
Saravana
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 13 2012
Added on Feb 14 2012
1 comment
453 views