利用SQL语句实现数据库性能监控
select ROWNUM top, x.* from (select/*cpu*/u.SID, u.serial#,s.VALUE cpu, u.username, u.machine,u.program u.osuserfrom v$session u ,v$sesstat s where s.SID = u.SID andstatistic# IN(12) order by cpu DESC) x where ROWNUM⑵ 内存占用前20select ROWNUM top x.* from (select u.SID, u.serial#,s.VALUE mem, u.username, u.machine, u.program u.osuserfrom v$session u ,(
<<上一页 下一页>>
广州市越秀区图书馆版权所有。
联系电话:020-87673002
本站访问人数: