Debugger gets message ora-3113

null0000

Member³
Any new suggestions on that problem???

pl/sql 6.0.5.931 trial and
5.1.3.704 licensed
problem on both, installed in diff. directories
Debugger did work, but after extensive debug of one packaged procedure stopped!!??
And now stops with ora-3113.
I did see other posts, but did not find any solutions. :(
:confused:

DB is oracle9i Release 9.2.0.3.0 - 64bit on Solaris 2.7
Client windows xp (5.1)
Different procedures were tried and result is the same, as well as if connection on the LAN or thru VPN, same problem.

pl-sql IDE debugger is really cool , too bad I can't use it :( :(
 
ORA-03113 usually means that the Oracle Server process for the current session has crashed. Can you check if a user trace dump file exist on the database server that corresponds to this ORA-03113 error? Usually you will see an ORA-00600 error here, with some error codes that may help us find the cause of the problem. If it does, can you send it to me?
 
I'll check with our DBA's , but i am not sure about trace file for DB.
However , I did enable debug mode for IDE as you had adviced on one of the previos posts.
I could send it if you would be interesting.
 
Back
Top