安裝9204 for rhel4出現的問題總結
最近由於需要測試的原因,安裝了9204 for rhel4 u4,太長時間沒有裝這個版本的了,搞了兩天時間,哎。
期間出現很多問題,把出現的問題列一下:
[@more@]
1:一開始就不順利,執行 runInstaller時出錯:
Error occurred during initialization of VM
Unable to load native library: /tmp/OraInstall2003-10-25_03-14-57PM/jre/lib/i386/libjava.so:
symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
解決方法:
需要安裝 patch p3006854_9204_LINUX.zip
也同時安裝了p3119415_9204_LINUX.zip和p3238244_9204_LINUX.zip包,裝這兩個包時需要用到p2617419_220_GENERIC.zip的OPATH.
2:安裝到60%多的時候出錯:
"Error invoking target install of makefile /u01/app/oracle/product/9.0.1/plsql/lib/ins_plsql.mk"
解決方法:
兩個包沒有安裝:
compat-libcwait-2.1-1.i386.rpm
compat-oracle-rhel4-1.0-5.i386.rpm
為了裝這個包,需要安裝其它的包
freetype-devel-2.1.9-1.i386.rpm
fontconfig-devel-2.2.3-7.i386.rpm
xorg-x11-devel-6.8.2-1.EL.13.36.i386.rpm
xorg-x11-deprecated-libs-devel-6.8.2-1.EL.13.36.i386.rpm
xorg-x11-deprecated-libs-6.8.2-1.EL.13.36.i386.rpm
3.安裝到DBCA建庫時出錯
/u01/app/oracle/jre/1.1.8/bin/../lib/i686/native_threads/libzip.so:
symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link
time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM
解決方法:
To rectify this problem, run the following command and restart runInstaller:
oracle$ export LD_ASSUME_KERNEL=2.4.19
oracle$ DBCA
最好將export LD_ASSUME_KERNEL=2.4.19放在.bash_profile中。
4.dbca建庫時也出錯:
/u01/app/oracle/product/9.2.0/bin/dbca: line 124: 26649 Segmentation fault
$JRE_DIR/bin/jre
-DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH
oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
解決方法:
I executed the following command:
su - root
touch /etc/rac_on
Now try to restart dbca..
Another option is to edit $ORACLE_HOME/bin/dbca and to put the following lines under comment except the line marked in blue:
# if [ -f /etc/rac_on ]; then
# Run DBCA
$JRE_DIR/bin/jre -native -DORACLE_HOME=$OH ...
# else
# Run DBCA
# $JRE_DIR/bin/jre -DORACLE_HOME=$OH ...
# fi
Now try to restart dbca.
需安裝的補丁地址:
http://www.itpub.net/viewthread.php?tid=435527&highlight=libc.so.6
比較好的檔案連結:
http://blogimg.chinaunix.net/blog/upfile/070912012103.pdf
http://blog.chinaunix.net/u/12631/showart_527475.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/271283/viewspace-1026199/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Keepalived安裝後出現的問題總結
- flutter安裝問題總結Flutter
- 在rhel4上安裝oracle 10.2.0.1出錯的怪問題Oracle
- oracle安裝出現的問題Oracle
- mysql 安裝出現的問題MySql
- vmware RHEL AS4 RAC安裝出錯問題總結
- Windows安裝Filebeat遇到問題總結Windows
- 關於Android安裝apk出現解析包異常問題情況總結AndroidAPK
- 安裝jive時出現這樣的問題:
- 安裝出問題
- 也遇到安裝裝置出現怪問題!
- 常見問題--安裝好後出現新問題
- rhel4 oracle 10g rac安裝問題集錦Oracle 10g
- Laravel 安裝 voyager 出現的資料庫問題Laravel資料庫
- 安裝jivejdon出現的問題,請指點一二
- 安裝oracle+php+apache出現的新問題OraclePHPApache
- oracle9i(含oracle9204)安裝問題大集_精品Oracle
- npm install 使用過程出現的問題總結NPM
- python資料庫-安裝問題總結(48)Python資料庫
- oracle 11gR2 rac 安裝問題總結Oracle
- RAC環境下安裝部署OWB問題總結
- VMware中安裝ORACLE RAC出現的CRS錯誤總結Oracle
- expdpnf 匯出問題總結
- Sublime Text3安裝包時出現的問題
- RHEL6安裝過程出現的奇怪的問題
- Mysql安裝過程問題總結及處理方法MySql
- 在Centos和Docker上安裝STF 遇到的若干問題總結CentOSDocker
- composer安裝laravel-socialite出現版本問題Laravel
- 剛剛學習Jdon,安裝出現問題。求助!
- jive3.1.4安裝資料庫出現問題!!!資料庫
- SimpleJdonFrameworkTest安裝完後執行,出現問題Framework
- rabbitmq安裝使用問題彙總MQ
- AIX安裝oracle遇到的問題彙總AIOracle
- 在suse9上安裝oracle9204_dbca建庫出錯_歸結Oracle
- 問題小結:Linux下oracle常見安裝錯誤總結LinuxOracle
- RedHat7.4安裝在個人電腦(筆記本)中安裝遇到的問題總結Redhat筆記
- 解決npm 安裝部分依賴失敗問題總結NPM
- AIX 6.1安裝RAC出現時斷時續問題AI