This site is not tested with Internet Explorer(c) :)
Have you heard of the “Not tested in IE initiative“?
If your site matches this criteria, use one of these images there.


Regards
Usn
Have you heard of the “Not tested in IE initiative“?
If your site matches this criteria, use one of these images there.


Regards
Usn
Manually stopping a dispatcher process is one of the things I have to look up each time, since it’s needed not that often. And, the word “dispatcher” does not appear in the command line! :)
alter system shutdown immediate 'D000';
where “D000″ is the dispatcher process name selected from v$dispatchers or gv$dispatchers. (In the latter case, be careful to issue the stop command on the correct instance!
Furthermore, the command “ALTER SYSTEM SET DISPATCHERS=” has a mad behaviour, if you are using a multi-threaded server setup and you are configuring the DISPATCHERS init parameter in the appropriate way. Let me give you an example (mind to remove the CR/LF, alter system won’t like them):
Read more…