遇到這種錯(cuò)誤,一般是因?yàn)椴l(fā)過大引起的。
查詢解決方法:
查看一下數(shù)據(jù)庫現(xiàn)有的進(jìn)程數(shù),是否已經(jīng)達(dá)到參數(shù)processes的大小。
1.select count(*) from v$process; 取得數(shù)據(jù)庫目前的進(jìn)程數(shù)。
2.select value from v$parameter where name = 'processes'; 取得進(jìn)程數(shù)的上限。
3.如已達(dá)到上限,修改initSID.ora中的processes的大小。
4.重新啟動(dòng)數(shù)據(jù)庫到nomount狀態(tài)下,執(zhí)行create spfile from pfile; 并startup open。
查詢數(shù)據(jù)庫自啟動(dòng)以來最大的并發(fā)數(shù)量
select * from v$license