文章詳情頁(yè)
Sybase和Oracle安裝過(guò)程中常遇到的問(wèn)題
瀏覽:5日期:2023-11-07 16:41:47
目錄 一、sybase12.5 for NT版本在win2000平臺(tái)安裝,界面中文字符出現(xiàn)亂碼問(wèn)題 二、sybase在網(wǎng)絡(luò)共享或拷貝到本機(jī)硬盤(pán)后,仍不能安裝的問(wèn)題 三、安裝完sybase后不能啟動(dòng)的問(wèn)題 四、syabse創(chuàng)建設(shè)備時(shí)死鎖, win和unix下都存在 五、Oracle8.1.X版本在P4機(jī)器上安裝程序不能運(yùn)行問(wèn)題 內(nèi)容 一、sybase12.5 for NT版本在win2000平臺(tái)安裝,界面中文字符出現(xiàn)亂碼問(wèn)題 問(wèn)題的解決,方法如下: 說(shuō)明:該版本在NT4平臺(tái)安裝正常,在win2000平臺(tái)安裝界面中文亂碼。 step1:將光盤(pán)安裝程序拷貝到硬盤(pán); step2:修改.shared_1.0jre1.2.2libfont.properties.zh.NT4.0為.shared_1.0jre1.2.2libfont.properties.zh.NT5.0 因?yàn)閣in2000內(nèi)核實(shí)際上是NT5 二、sybase在網(wǎng)絡(luò)共享或拷貝到本機(jī)硬盤(pán)后,仍不能安裝的問(wèn)題: 檢查安裝的父目錄是否有中文,有中文時(shí),安裝有問(wèn)題,建議: step1:將安裝程序拷貝到本地; step2:放在父目錄沒(méi)有中文字符的文件夾下安裝; 三、安裝完sybase后不能啟動(dòng)的問(wèn)題 僅給出原因之一,檢查你的機(jī)器上是否安裝了db2,假如安裝了DB2,sybase和DB2共用了一個(gè)環(huán)境變量LC_ALL,db2使用的是ZH_CN,sybase使用的是ZH,假如想使用sybase,只好遷就地改為ZH了,該問(wèn)題限于11.9.2 四、syabse創(chuàng)建設(shè)備時(shí)死鎖, win和unix下都存在 檢查一下你的master設(shè)備建的是不是太小了,重新創(chuàng)建master,設(shè)備在150M以上。 五、oracle8.1.X版本在P4機(jī)器上安裝程序不能運(yùn)行問(wèn)題 因?yàn)槲覀儗?shí)驗(yàn)室沒(méi)有P4,呵呵,在這兒沒(méi)遇見(jiàn)過(guò)。出現(xiàn)在新華網(wǎng)。上次我去新華社搭建e5 demo環(huán)境又碰到該問(wèn)題。運(yùn)行oracle安裝程序,就像飛騰沒(méi)有檢測(cè)到加密狗一樣,鼠標(biāo)變成漏斗又恢復(fù)成箭頭,CPU和MEM不動(dòng)。 另注:該問(wèn)題僅限于Oracle8.1X在P4上,Oracle 9i正常。下文是網(wǎng)上摘錄的解決方法 Oracle 8i在P4上的安裝 方法一: 1、將ORACLE軟件拷貝到硬盤(pán)。 2、將 硬盤(pán)目錄文件stageComponentsoracle.swd.jre1.1.7.30/1 DataFilesEXPandedjrewin32binsymcjit.dll 的文件改名為 symcjit.old 3.從installwin32 目錄下運(yùn)行SETUP.exe 文件進(jìn)行安裝。 前提是:機(jī)器上沒(méi)有裝過(guò)Oracle產(chǎn)品。如有的話請(qǐng)先卸載,再將注冊(cè)表中Oracle項(xiàng)刪除。 方法二:(此方法斑竹成功安裝,但較麻煩,方法的核心是加 -nojit) .. Copy only the install Directory from the CD to the hard disk ,say, e:temp. b. Open oraparam.ini and make the following modifications (Assuming CD drive is f:) * Change the 'SOURCE=' line to use the full path to the CD instead of a relative path. (i.e., SOURCE=f:stageprodUCts.jar) * Change the 'JRE_LOCATION' line to use the full path to the CD instead of a relative path. (i.e., JRE_LOCATION=f:stageComponentsoracleswdjre1.1.71DataFilesExpanded)* Change the 'OUI_LOCATION' line to use the full path to the CD instead of a relative path. (i.e., OUI_LOCATION=f:stageComponentsoracleswdoui1.6.0.9.01DataFilesExpanded* Change the 'JRE_MEMORY_OPTIONS' line to add '-nojit' as the first argument. (i.e., JRE_MEMORY_OPTIONS=-nojit -ms16m -mx32m) ^^^^^^ * Other entries should remain the same c. Launch setup.exe from the temporary location on your hard drive (i.e. e:tempinstallwin32setup.exe). This will use the modified oraparam.ini and pick up the information from the CD since the absolute locations are specified. Choose a Custom install and choose not to create a database during the install. This way, the Database Configuration Assistant will not be launched during installation. The Net8 Configuration Assistant will still be launched, and there is no way to suppress it. You will need to kill the Net8 Configuration Assistant if it hangs due to the bug. The installation still will have been successful, and you can run the DBCA and NetCA after installation. To kill NetCA if it hangs during installation: In the 'Configuration Tools' window, highlight the 'Net8 Configuration Assistant' and click 'Stop'. If that does not work, look for the most recent JRE process using the Task Manager, and kill it manually. NOTE: the OUI itself will also have a jre process. Be sure to kill the one with the most recent date, which should be the jre process being used for Net8CA, not the one for OUI itself. After killing the configuration tools and continuing through the installation to the 'End of Installation' screen, you should modify the configuration tools to use '-nojit', then call the appropriate tools from the Start Menu. Once installation is complete, each of the following files in the ORACLE_HOME needs to be modified: assistantsdbcadbassist.cl assistantsdbmadbmig.cl assistantsifaifa.cl binelogin.cl binowm.cl ldapoidamdinoidadmin.cl networktoolsnetasst.cl networktoolsnetca.cl owminstallinstelogin.cl owminstallinstowm.cl Edit the contents of the above files to add '-nojit' as shown below: Command=('C:Program FilesOraclejre1.1.7BINJREW' -nojit -classpath .... this is the only thing you need to add --> ^^^^^^方法三: 升級(jí)oracle帶的jre。
標(biāo)簽:
Oracle
數(shù)據(jù)庫(kù)
排行榜
