当前位置:首页 > 数据库 > Oracle

oracle查看经常使用的系统信息

sessiona,vsqlarea b where a.sql_address =b.address order by cpu_time/executions desc;

6.当前的session连接数
select count(*) from v$session

7.并发连接数
select count(*) from v$session where status=’ACTIVE’

8.最大连接
show parameter processes

oracle查看经常使用的系统信息

标签:

本文系统来源:http://www.cnblogs.com/hrhguanli/p/4489735.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!

相关教程推荐

其他课程推荐