输入banner图图片脚本导航/分类

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查看经常使用的系统信息

标签: