Hi,
I use Multi-Threaded Server Oracle.
I'd like to know what happens with Oracle when I kill all dispatchers.
thanks a lot
Ba
Printable View
Hi,
I use Multi-Threaded Server Oracle.
I'd like to know what happens with Oracle when I kill all dispatchers.
thanks a lot
Ba
Killing a dispatcher process causes all clients connected to that dispatcher to be disconnected. Killing a shared server process only affects the clients currently being serviced by that shared server. This is none if the server is idle.
Before you kill a dispatcher process make sure MTS is not hung. Once your analysis is complete, you can kill dispatchers and/or shared servers to free up the system without having to restart the instance. They are automatically restarted by PMON after a few minutes.