新聞中心
這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
查看Oracle當(dāng)前連接數(shù)用SQL語句的實際操作
下面的文章主要是介紹如何運用SQL語句查詢來查看Oracle當(dāng)前連接數(shù),如果你對如何運用SQL語句查詢來查看Oracle當(dāng)前連接數(shù)的具體操作步驟不是很了解的話,你就可以點擊以下的文章對其進(jìn)行了解。

怎樣查看Oracle當(dāng)前的連接數(shù)呢?只需要用下面的SQL語句查詢一下就可以了。
- select * from v$session where username
is not null- select username,count(username) from
v$session where username is not null group by username
查看不同用戶的連接數(shù)
- select count(*) from v$session
連接數(shù)
- Select count(*) from v$session where status='ACTIVE'
并發(fā)連接數(shù)
- show parameter processes
最大連接
- alter system set processes = value scope = spfile;
重啟數(shù)據(jù)庫修改連接
- /home/Oracle9i/app/Oracle9i/dbs/init.ora
- /home/Oracle9i/app/Oracle9i/dbs/spfilexxx.ora
## open_cursor
以上的相關(guān)內(nèi)容就是對Oracle當(dāng)前連接數(shù)相關(guān)內(nèi)容的介紹,望你能有所收獲。
標(biāo)題名稱:查看Oracle當(dāng)前連接數(shù)用SQL語句的實際操作
鏈接地址:http://www.5511xx.com/article/cddojoi.html


咨詢
建站咨詢
