首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle查询现阶段连接数与最大连接数

2013-07-09 
oracle查询当前连接数与最大连接数select * FROM v$sessionselect value from v$parameter where name

oracle查询当前连接数与最大连接数

select * FROM v$session;

select value from v$parameter where name = 'processes' ;

热点排行