Oracle在AIX上不停佔用系統的記憶體BUG

來源:互聯網
上載者:User

BUG 3028673--Oracle ON AIX DOES NOT SHARE MANY CONST STRUCTS - PER PROCESS MEMORY OVERHEAD

即:Oracle on IBM AIX platforms (AIX 5L and 4.3.3) use a large amount of memory per dedicated connection. For Oracle 9.2 on AIX 5L the memory required per idle Oracle process appears to be about 5Mb. A significant portion of this is related to non-shared const structures (probably about 1Mb) .造成這個問題是因為AIX上C的編譯器問題,使得本來可以共用的部分,最後都沒有共用,造成每個串連進程都浪費了大約1MB的記憶體。

如果擔心是由於使用C編譯器而帶來的ORACLE 進程佔用了過多的記憶體,則可以通過以下方法來修正這個問題。ORACLE軟體本身沒有補丁,但是可以通過修改系統內容變數和給系統打補丁來修正。

如果作業系統是AIX 5.2一下版本的,只要一個辦法去修改環境變數.

如果作業系統是AIX 5.2以上(含5.2),則最好打系統補丁IY49415,並RELINK ORACLE產品.

安裝AIX APAR IY49415補丁.

重新連結資料庫產品步驟如下:

http://updates.oracle.com/ARULink/PatchDetails/process_form?aru=5336110,在這個位置下載指令碼

  1) save your current version of $ORACLE_HOME/oracle

  2) create a working directory $ORACLE_HOME/relink

  3) cd to $ORACLE_HOME/relink

  4) unzip the relinking package

  5) link $ORACLE_HOME/bin/oracle to ./oracle0

  6) run the script ./genscript to generate some required files and scripts

  7) run ./relink.sh to generate the new oracle binary oracle0.new.$$

  8) copy oracle0.new.$$ to $ORACLE_HOME/bin/oracle and verify that the permissions match the original oracle binary.

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.