oracle 10.2.0.3 dbca建庫報Failed to retrieve size of raw device 問題解決方法
Oracle 10.2.0.3 的 RAC環境,作業系統是AIX 5.3,在使用dbca建立資料庫的時候,報如下錯誤:
Failed to retrieve size of raw device "/dev/rrac_spfile_512m", exec():0509-036 Cannot load program /oracle/app/oracle/10.2/bin/rawutl because of the fllowing errors: 0509-150 Dependent module /oracle/app/oracle/10.2/lib32/libtssh10.a(shr_ttsh10.o) could not be loaded. 0509-103 The module has an invalid magic number.". |
這是因為oracle 10.2.0.3的rawutl檔案的一個bug(bug號為:6020638),暫時可因使用10.2.0.1的rawutl替換10.2.0.3的相同檔案來修正。
[@more@]方法如下:
將10GR2的安裝包解壓,找到
stage/Components/oracle.has.common/10.2.0.1.0/1/DataFiles/filegroup17.jar |
檔案,複製到臨時目錄中
解壓filegroup17.jar檔案
$ unzip filegroup17.jar |
複製rawutl替換$ORACLE_HOME/bin目錄下的同名檔案
$ cp rawutl $ORACLE_HOME/bin |
--end--
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22049049/viewspace-1030416/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to Choose Size of Datafile on Raw Devicedev
- oracle10g在RAW上建庫遇到的問題和解決方法Oracle
- oracle dbca報Exception in thread main 問題解決一例OracleExceptionthreadAI
- Redhat 下raw device建庫介紹(ZT)Redhatdev
- oracle 9i DBCA建庫報錯Oracle
- Oracle OCP(36):DBCA建庫Oracle
- [Oracle] Raw device上Create TablespaceOracledev
- DBCA響應檔案建庫報模版不存在解決辦法
- raw devicedev
- 10G RAC DBCA報錯 ORA-27504問題的解決
- DBCA靜默建庫中的兩個小問題
- Oracle 10.2.0.5 DBCA建庫報錯ORA-27125Oracle
- Failed to install *.apk on device null解決辦法AIAPKdevNull
- 解決umount.nfs: /data: device is busy 問題NFSdev
- PHP報錯getimagesize(): SSL operation failed with code 1問題解決方案PHPAI
- 手工建庫與dbca建庫
- Mysql 報Row size too large 65535解決方法MySql
- Oracle問題解決方法ORA-0Oracle
- MySQL資料庫index column size too large. the maximum column size is 767 bytes問題解決MySql資料庫Index
- 【問題處理】dbca建庫過程中報 ORA-04031錯誤的排查
- DBCA建庫報錯ORA-119
- Doris建立表報錯Failed to find enough host with storage medium問題解決AI
- 檔案系統變成RAW問題解決
- raw device, first blockdevBloC
- about raw device[zt]dev
- 啟動Amoeba報The stack size specified is too small解決方法
- 解決ssh的"Write failed: Broken pipe"問題AI
- 關於Failed to resolve的問題解決AI
- flutter開發提示Flutter device daemon #1報錯解決方法Flutterdev
- dbca java.lang.NullPointerException解決方法JavaNullException
- 豐田汽車問題解決方法(A3報告)
- 【故障處理】 DBCA建庫報錯CRS-2566
- Linux DBCA 報ORA-12547錯誤解決方法Linux
- Oracle10.2.0.3 fox aix 上 In memory undo latch導致高CPU佔用問題解決OracleAI
- solaris 10_raw device_建立資料庫dev資料庫
- pyenv BUILD FAILED解決方法UIAI
- 解決Spring Boot測試方法Failed to load ApplicationContext問題Spring BootAIAPPContext
- Raw Device vs File Systemdev