【ORACLE】ORACLE session(会话)管理
#查看当前不为空的连接select * from v$session where username is not null #查看不同用户的连接数 select username,co ...
#查看当前不为空的连接select * from v$session where username is not null #查看不同用户的连接数 select username,co ...