zoukankan      html  css  js  c++  java
  • 查看pga使用

    select s.username username,s.serial# serial,se.sid,n.name,
           max(se.value) maxmem
    from v$sesstat se,
         v$statname n,
         v$session s
    where n.statistic# = se.statistic#
    and s.sid=se.sid
    and s.username is not null
    group by n.name,se.sid,s.username,s.serial#
    order by 2
  • 相关阅读:
    假设的立场
    Win32资源的使用
    printf()可变域宽输出
    C语言qsort()函数
    OSG-VS2013-X64编译
    Windows下64位SQLite3.10动态库编译
    linux常用命令-个人收藏
    MongoDB3.0安装
    nginx+fastcgi+spawn-fcgi
    linux中codeblocks程序编译运行后不出现控制台窗口
  • 原文地址:https://www.cnblogs.com/czjie/p/2251939.html
Copyright © 2011-2022 走看看