您好,登錄后才能下訂單哦!
安裝ORACLE 11G 64位報錯
報錯信息:
準備從以下地址啟動 Oracle Universal Installer /tmp/OraInstall2012-07-25_03-10-02PM. 請稍候...[oracle@redhat database]$ #
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x00000034c9c14d70, pid=2082, tid=139676636473104
#
# JRE version: 7.0_05-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.1-b03 mixed mode linux-amd64 compressed oops)# Problematic frame:
# C [ld-linux-x86-64.so.2+0x14d70]
#
# An error report file with more information is saved as hs_err_pid2082.log
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp
解決方法:
在oracle用戶的.base_profile文件中加入:
export LD_BIND_NOW=1
這個環境變量的作用是,讓連接器在程序執行前把所有的函數地址都連接好。
錯誤記錄2:
Exception in thread "main" java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at java.awt.Toolkit$2.run(Toolkit.java:821)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
at javax.swing.UIManager.initialize(UIManager.java:1262)
at javax.swing.UIManager.maybeInitialize(UIManager.java:1245)
解決方法:
[oracle@rhel6 database]$ export DISPLAY=192.168.67.1:0.0
[oracle@rhel6 database]$ xhost +
Warning: Missing charsets in String to FontSet conversion
[oracle@rhel6 database]$ ./runInstaller
就o了
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。