BUG 3028673--ORACLE ON AIX DOES NOT SHARE MANY CONST STRUCTS - PER PROCESS MEMORY OVERHEAD 即:Oracle on IBM AIX platfor
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補丁.
重新鏈接數據庫產品步驟如下:
?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.
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com