oracle for solaris 安裝錯誤FAQ
2024-08-29 13:36:25
供稿:網(wǎng)友
 
             
  聲明:以下均為從論壇上整理而來,有什么錯誤之處敬請大家指出,并請大家補充這上面沒有的^_^ 
  
  
  Q:Oracle for solaris有64-bit和32-bit的區(qū)別嗎? 
  A:有,安裝時視操作系統(tǒng)而定。檢查操作系統(tǒng)是32位還是64位:#isoinfo -v 
                                                                                              
  Q: 安裝ORACLE時無法更換第二張盤 
  A: 當安裝程序提示插入第二張盤時,必須將當前目錄改變到其他目錄。使用cd / 
  退出光盤目錄,光盤就可以退出了,再將第二張mount上 
  
  Q:Solaris8 x86 下安裝oracle8i 
  ./runInstaller 提示說“文件不能執(zhí)行” 
  A:檢查以下幾個方面: 
  1.數(shù)據(jù)庫版本對不對,看清楚使用的安裝版本是for sparc還是for X86的 
  2.在oracle用戶下,執(zhí)行$ DISPLAY=ip:0.0 eXPort DISPLAY 
  3.ls -al看該文件權限,chmod +x ./runInstaller,或者對整個目錄chmod -R +x 
  
  Q:solaris 上安裝oracle 9i是否需要java虛擬機? 
  A:不需要 
  
  Q:安裝oracle 8i到25%時出現(xiàn)錯誤 
  在solaris下安裝ORACLE時有一個錯誤信息 
  File not found /usr/local/java/java1.2.2 
  Ignore Or Abort 
  A:可以手工指定到/usr/java1.2 
  
  Q:安裝過程中跳出窗口“Unable to find make utility in location:/usr/ccs/bin/make" 
  A:需要make工具,請先設置環(huán)境變量,方法如下 : 
  PATH=$PATH:/usr/ccs/bin export PATH 
  再安裝試下,假如不行,請到www.sunfreeware.com下一個make,還有gcc下來編譯再裝,應該可以 
  
  Q:"調用目標install(在makefile /exPRot/home/oracel/orant/cts/lib/ins_ctx.mk)出錯" 
  A:在oracle用戶下執(zhí)行make,假如找不到,把它加到路徑里。 
  安裝時ignore可以,結束后到$ORACLE_HOME/bin下,用oracle用戶運行(先確認make可以執(zhí)行): 
  relink all 
  然后再建庫 
  
  Q:我安裝數(shù)據(jù)庫都快完了,在創(chuàng)建數(shù)據(jù)庫的時候,系統(tǒng)報錯:提示核心陷阱 
  A:檢查內核參數(shù)配置 
  
    
  Q:the error is the oracle universal installer inventory on this system does not exist or is not writable.the possible causes are : 
  1.the /tmp/orainstall/orainstRoot.sh script was not excuted with root priveleges,or an error occurred during execution. 
  2 you are not a mmber of the specified installer group 
  A:假如你的安裝用戶所屬的組是DBA時,在安裝過程中就會提示你運行一個/tmp/oraistall/oranstRoot.sh腳本去建立一些文件,另開一個窗口su成ROOT用戶去執(zhí)行/tmp/orainstall/orainstRoot.sh就可以了! 
  
  Q: 開始安裝,運行/cdrom/cdrom0/runInstaller進入OUI界面,然后安裝/tmp/OraInstall/orainstRoot.sh ,到提示Directory for database file后,下一步即跳出,安裝退出,沒任何提示。 
  A:檢查內核參數(shù)中 shmsys:shminfo_shmmax 是否設置太小,以及swap區(qū)是否設置太小 
  
  Q:(Oracle 817 for Solaris 8 x86)安裝成功 100% 
  鏈接也成功了. 100% 
  然后wdbsvr_db.app在復制,然后,還有一個...xml在復制,,忽然..退出!! 
  A:不要在中文界面上安裝就可以了! 
  
  
  Q:安裝oracle9i for solaris 9時出錯!我用的是en_US.ISO8859-1字符集 
  提示信息:Font specified in font.properties not found [-urw-itc zapfdingbats-medium-r-normal--*-%d-*-*-p-*-sun-fontspecific] 
  安裝界面可以運行,字符無法顯示。
                          
  A:用C字符集安裝export LANG=C 
  
  Q:在Solaris 8 下安裝Oracle817數(shù)據(jù)庫時,在.profile的NLS_LANG后加入LANG=zh.GBK后, 
  ../.profile時出現(xiàn)Couldn't set locale correctly 錯誤, 
  假如#LANG=zh.GBK,則一切正常,各位,請問該如何解決!!! 
  A:改成LANG = ZKS16GBK ,也可以改成ZHS16CGB231280 
  
  Q:在solaris2.8上安裝了oracle8.1.7,完成之后運行startup時出現(xiàn)下面的錯誤: ORA-03114: not connected to ORACLE 
  A:重新配置內核參數(shù),加大semmni,semmsl,semmns等參數(shù)的數(shù)值