Re: Dangling processes
From: Dennis Buddenborg <thebuddman_at_delphi.com>
Date: Sun, 6 Nov 94 19:45:33 -0500
Message-ID: <hux2Tvt.thebuddman_at_delphi.com>
Date: Sun, 6 Nov 94 19:45:33 -0500
Message-ID: <hux2Tvt.thebuddman_at_delphi.com>
These "dangling" processes are usually the result of end-user's abnormally
terminating their SQL*NET connections (i.e. re-booting their PC's). We
experienced a lot of this with SQL*NET v1. SQL*NET v2 with the Multi-threaded
Server does a good job of preventing this from happening. The only way to get
rid of these processes is
to issue the UNIX "kill -9 ####" where #### is the process id
associated with the dedicated connection. Hope this helps. -Dennis
Received on Mon Nov 07 1994 - 01:45:33 CET