oracle 9i dbca Ora-00603, ORA-27300 問題處理
環境: oracle 9.2.0.7+aix 5.3
好久沒有安裝oracle 9i for aix 版本了,今天安裝好軟體後,用dbca建庫,
報以下錯誤:
ORA-00603: ORACLE server session terminated by fatal error
ORA-27504: IPC error creating OSD context
ORA-27300: OS system dependent operation:sendmsg failed with status: 59
ORA-27301: OS failure message: Message too long
ORA-27302: failure occurred at: sskgxpsnd1
透過查metalink id號為295832.1
主要原因udp_recvspace和udp_sendspace 引數太小
The size of udp_recvspace and udp_sendspace should be larger than db_block_size
解決方法:
# no -p -o tcp_sendspace=262144
# no -p -o tcp_recvspace=262144
# no -p -o udp_sendspace=65536
# no -p -o udp_recvspace=262144
-p引數,主要是防止OS重啟後,引數恢復預設值
UDP related OS parameters can be queried with the following command:
no -a --獲取當前設定值
Set the udp_sendspace and udp_recvspace to the OS maximum with:
no -o --修改當前值
做了上面調整後,dbca建庫就正常執行了。
好久沒有安裝oracle 9i for aix 版本了,今天安裝好軟體後,用dbca建庫,
報以下錯誤:
ORA-00603: ORACLE server session terminated by fatal error
ORA-27504: IPC error creating OSD context
ORA-27300: OS system dependent operation:sendmsg failed with status: 59
ORA-27301: OS failure message: Message too long
ORA-27302: failure occurred at: sskgxpsnd1
透過查metalink id號為295832.1
主要原因udp_recvspace和udp_sendspace 引數太小
The size of udp_recvspace and udp_sendspace should be larger than db_block_size
解決方法:
The buffer size should be greater or equal than db_block_size * db_file_multiblock_read_count
udp_sendspace = <DB_BLOCK_SIZE> X <db__file_multiblock_read_count>
udp_recvspace = Generally suggested to be 4 times the sendspace
Refer to Note 181489.1 for UDP parameters for each platform
# no -p -o tcp_sendspace=262144
# no -p -o tcp_recvspace=262144
# no -p -o udp_sendspace=65536
# no -p -o udp_recvspace=262144
-p引數,主要是防止OS重啟後,引數恢復預設值
UDP related OS parameters can be queried with the following command:
no -a --獲取當前設定值
Set the udp_sendspace and udp_recvspace to the OS maximum with:
no -o --修改當前值
做了上面調整後,dbca建庫就正常執行了。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-2122938/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE 9I RAC IPC Send timeout detected問題處理Oracle
- ORA-27300 OS system dependent operation:if_not_found 問題處理
- 【故障處理】DBCA建庫詭異問題處理--rac環境不能建立rac庫
- Oracle啟動問題處理Oracle
- Oracle壞塊問題處理Oracle
- oracle 9i DBCA建庫報錯Oracle
- crontab對oracle操作問題處理Oracle
- oracle SP2-問題處理Oracle
- ORA-27300 ORA-27301 ORA-27302問題處理
- ORA-27300 錯誤處理
- ORACLE問題處理十個指令碼Oracle指令碼
- Oracle delete 高水位線處理問題Oracledelete
- oracle 10G rac 執行dbca 報錯處理方法Oracle 10g
- Oracle日常問題處理ORA-04031Oracle
- oracle taf unknown 問題處理過程Oracle
- ORACLE ORA-27504 ORA-27300 ORA-27301 ORA-27302 ORA-27303 問題處理Oracle
- 【問題處理】dbca建庫過程中報 ORA-04031錯誤的排查
- ORACLE懸疑分散式事務問題處理Oracle分散式
- linux處理oracle問題常用命令LinuxOracle
- Oracle CPU使用率過高問題處理Oracle
- Oracle_dg歸檔丟失問題處理Oracle
- Oracle資料庫無效物件問題處理Oracle資料庫物件
- jive+oracle 9i 配置問題 急!!~~~Oracle
- oracle 9i 刪除dblink問題Oracle
- 處理問題的方法
- perl中文處理問題
- 漢字處理問題?
- xml處理的問題XML
- 貨品問題處理
- [git] git問題處理Git
- oracle系統表空間過大問題處理Oracle
- Oracle資料庫中的逐行處理問題NEOracle資料庫
- 近期處理的Oracle資料庫問題總結Oracle資料庫
- oracle bdump 下.trc檔案過大問題處理Oracle
- ORACLE 11G EM 配置命令及問題處理Oracle
- oracle 9i 臨時表空間問題Oracle
- oracle 10g for solaris 10(x86),dbca建庫out of memory處理Oracle 10g
- Oracle日常問題處理-資料庫無法啟動Oracle資料庫