Debugger won't initialize

Kristi M

Member
I'm running version 7.0.3.1123 of the debugger with Oracle version 9.2.0.1.0 on RAC.

When I try to run the debugger it just hangs on the initialization step. Eventually I have to open another session and kill it. This behavior started some time ago but at that point it only hung periodically if I tried to look at the value of a variable while stepping through code. Now I can't even get that far. I did try having my DBA reload the dbms_debug package as I had seen that suggestion in a previous post but that didn't seem to make any difference.

Any suggestions? I've had to resort to putting in dbms_output statements everywhere which has its limitations.

Thanks
Kristi Miller
 
It seems u narrowed the issue. I didn't have this problem, and I tried to fix it by disabling plugins. I can go further in debugging operations now, but you're right: I didn't have this problem before Oracle RAC was implemented.
 
Back
Top