We had recently purchased PL/SQL Developer and after one or two of my colleagues run the PL/SQL Debugger, it causes the Oracle Server to crash. On a closer look at it, it seems like the Debugger is causing an infinite loop to be executed, which causes the Server to be starved of any resources. Even such a session could not be killed. So, the Admin tries to login via sys and tries to 'shutdown immediate' and even that doesn't work. Finally the Admin, is forced to do a 'shutdown abort' and then restarts the Oracle Server 9.2.
This is becoming a problem, primarily because, not only the Server is crashing and not responding, but even it doesn't allow certain packages to compile, because of the locks being held by the Debugger loop ad infinitum while it goes into a silent oblivion