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
  • 相关阅读:
    Linux删除文件相关命令
    Bing语句
    VS2013配置Winpcap
    node10-mongoose
    node09-cookie
    node08-express
    node07-http
    node06-path
    node05-fs
    node04-buffer
  • 原文地址:https://www.cnblogs.com/czjie/p/2251939.html
Copyright © 2011-2022 走看看