ORA-12519資料庫連接間接性中斷

來源:互聯網
上載者:User

ORA-12519資料庫連接間接性中斷

當前的串連數

select count(*) from v$process;

設定的最大串連數(預設值為150)

select value from v$parameter where name = 'processes';

修改最大串連數

alter system set processes = 300 scope = spfile;

當資料庫最大串連數不夠時會出現用戶端串連間歇性失敗,報錯ORA-12519。

修改Oracle最大串連數的方法

1、 進入“SQL*Plus Worksheet”,

2、 點擊“改變資料庫連接…”按鈕,

3、 進入“資料庫連接資訊”介面,輸入使用者名稱、口令、需要修改最大串連數的資料庫服務名,串連身份選擇“SYSDBA”,點擊“確定”,

4、 輸入指令“show parameter processes;”並執行,查看目前最大串連數,

5、 輸入指令“alter system set processes=600 scope=spfile;”並執行,修改最大串連數為600,

6、 輸入指令“create pfile from spfile;”並執行,建立Profile,

7、 關閉“Enterprise Manager Console”,重啟Oracle服務或重啟Oracle資料庫伺服器

8、 重複操作1、2、3、4步,確認最大串連數修改成功。

在CentOS 6.4下安裝Oracle 11gR2(x64)

Oracle 11gR2 在VMWare虛擬機器中安裝步驟

Debian 下 安裝 Oracle 11g XE R2

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.