| 當前的連接數 select count(*) from v$process;
設置的最大連接數(默認值為150) select value from v$parameter where name = 'processes';
修改最大連接數 alter system set processes = 300 scope = spfile;
當數據庫最大連接數不夠時(shí)會(huì )出現客戶(hù)端連接間歇性失敗,報錯ORA-12519。 |
| 當前的連接數 select count(*) from v$process;
設置的最大連接數(默認值為150) select value from v$parameter where name = 'processes';
修改最大連接數 alter system set processes = 300 scope = spfile;
當數據庫最大連接數不夠時(shí)會(huì )出現客戶(hù)端連接間歇性失敗,報錯ORA-12519。 |
聯(lián)系客服