Unix下面的Oracle每个会话,每个后台进程都是操作系统的一个进程,而Windows下在操作系统级我们只能看到一个Oracle.exe的进程,Oracle内部所有的会话进程,后台进程都被封装在这个进程中成为线程,这给我们管理Windows平台上的Oracle数据库增加了难度。
下面是几个在Windows平台上用于观察线程的免费软件。感谢Yong Huang的推介。
关于此类工具的讨论主题,在Itpub论坛的下面链接中:
http://www.itpub.net/246048.html
1。QSlice:GUI
http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/qslice-o.asp
2。pstat:命令行
http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/pstat-o.asp
3。pslist:命令行
http://www.sysinternals.com/ntw2k/freeware/pstools.shtml
4。Process Explorer:GUI
http://www.sysinternals.com/ntw2k/freeware/procexp.shtml
5。strace:命令行
http://www.bindview.com/Support/RAZOR/Utilities/Windows/strace_readme.cfm
本文地址:http://com.8s8s.com/it/it20142.htm