Posted on 2007-09-12 09:33
怎么羨慕天空的飛鳥 閱讀(2167)
評論(0) 編輯 收藏 所屬分類:
java 、
DataBase
個人經(jīng)常在測試軟件時使用這個命令??梢杂行Р榭茨骋挥脩暨B接數(shù)據(jù)庫的實例個數(shù)。
select * from v$session where username is not null
select username,count(username) from v$session where username is not null group by username
核心: 勇敢進(jìn)取年輕的心