Linux oracle 9i圖文安裝教程四
發(fā)布時間:2008-12-28 21:21:32 作者:佚名
我要評論

前期工作:
前面已經(jīng)講到了安裝Linux系統(tǒng)及加載相應(yīng)的軟件包,參考地址如下:
Linux oracle 9i圖文安裝教程一(http://www.dbjr.com.cn/os/RedHat/9918.html),
Linux oracle 9i圖文安裝教程二(http://www.dbjr.com.cn/os/RedHat/9919.html)
Linux oracle 9i圖文安裝教程
前期工作:
前面已經(jīng)講到了安裝Linux系統(tǒng)及加載相應(yīng)的軟件包,參考地址如下:
Linux oracle 9i圖文安裝教程一(http://www.dbjr.com.cn/os/RedHat/9918.html),
Linux oracle 9i圖文安裝教程二(http://www.dbjr.com.cn/os/RedHat/9919.html)
Linux oracle 9i圖文安裝教程三 (http://www.dbjr.com.cn/os/RedHat/9920.html)
這一節(jié)將將開始Oracle的安裝.其中包括更改Oracle默認(rèn)的JRE的路徑,解決"Error:You do not have sufficient provileges to write to the specified path. in component Database Configuration Assistant 9.2.0.1.0,Installation cannot continue for this component."的錯誤及安裝中必須的步驟. 本節(jié)中需在計(jì)算機(jī)中輸入的數(shù)據(jù)將以藍(lán)色字體標(biāo)記.


















這里有一點(diǎn)不明白,為什么數(shù)據(jù)庫會默認(rèn)安裝在"/oradata"下,不知哪位大俠知道怎樣更改這里的設(shè)置,還請?zhí)崾疽欢?br />Linux oracle 9i圖文安裝教程一(http://www.dbjr.com.cn/os/RedHat/9918.html),
Linux oracle 9i圖文安裝教程二(http://www.dbjr.com.cn/os/RedHat/9919.html)
Linux oracle 9i圖文安裝教程三 (http://www.dbjr.com.cn/os/RedHat/9920.html)
Linux oracle 9i圖文安裝教程四 (http://www.dbjr.com.cn/os/RedHat/9921.html)
Linux oracle 9i圖文安裝教程五 (http://www.dbjr.com.cn/os/RedHat/9922.html)
Linux oracle 9i圖文安裝教程六 (http://www.dbjr.com.cn/os/RedHat/9923.html)
前面已經(jīng)講到了安裝Linux系統(tǒng)及加載相應(yīng)的軟件包,參考地址如下:
Linux oracle 9i圖文安裝教程一(http://www.dbjr.com.cn/os/RedHat/9918.html),
Linux oracle 9i圖文安裝教程二(http://www.dbjr.com.cn/os/RedHat/9919.html)
Linux oracle 9i圖文安裝教程三 (http://www.dbjr.com.cn/os/RedHat/9920.html)
這一節(jié)將將開始Oracle的安裝.其中包括更改Oracle默認(rèn)的JRE的路徑,解決"Error:You do not have sufficient provileges to write to the specified path. in component Database Configuration Assistant 9.2.0.1.0,Installation cannot continue for this component."的錯誤及安裝中必須的步驟. 本節(jié)中需在計(jì)算機(jī)中輸入的數(shù)據(jù)將以藍(lán)色字體標(biāo)記.
一:下載和解壓Oracle軟件包,將文件存到"/usr/Oracle"
http://www.oracle.com/technology/software/products/oracle9i/index.html
http://www.oracle.com/technology/software/products/oracle9i/index.html
su oracle
gunzip ship_9204_linux_disk1.cpio.gz
gunzip ship_9204_linux_disk2.cpio.gz
gunzip ship_9204_linux_disk3.cpio.gz
cpio -idmv < ship_9204_linux_disk1.cpio
cpio -idmv < ship_9204_linux_disk2.cpio
cpio -idmv < ship_9204_linux_disk3.cpio
gunzip ship_9204_linux_disk1.cpio.gz
gunzip ship_9204_linux_disk2.cpio.gz
gunzip ship_9204_linux_disk3.cpio.gz
cpio -idmv < ship_9204_linux_disk1.cpio
cpio -idmv < ship_9204_linux_disk2.cpio
cpio -idmv < ship_9204_linux_disk3.cpio

二:更改默認(rèn)的jre路徑
su oracle
vi /usr/Oracle/Disk1/install/linux/oraparam.ini
JRE_LOCATION=/usr/jre1.3.1
vi /usr/Oracle/Disk1/install/linux/oraparam.ini
JRE_LOCATION=/usr/jre1.3.1

三:開始安裝
su oracle
cd /usr/Oracle/Disk1
./runInstaller
cd /usr/Oracle/Disk1
./runInstaller




四:進(jìn)入/tmp運(yùn)行安裝時必須的腳本
su -
cd /tmp
sh orainstRoot.sh
cd /tmp
sh orainstRoot.sh



五:繼續(xù)安裝




六:解決下一個畫面中可能出現(xiàn)的錯誤"Error:You do not have sufficient provileges to write to the specified path. in component Database Configuration Assistant 9.2.0.1.0,Installation cannot continue for this component."
su -
cd /
mkdir oradata
chown oracle.dab /oradata
cd /
mkdir oradata
chown oracle.dab /oradata





這里有一點(diǎn)不明白,為什么數(shù)據(jù)庫會默認(rèn)安裝在"/oradata"下,不知哪位大俠知道怎樣更改這里的設(shè)置,還請?zhí)崾疽欢?br />Linux oracle 9i圖文安裝教程一(http://www.dbjr.com.cn/os/RedHat/9918.html),
Linux oracle 9i圖文安裝教程二(http://www.dbjr.com.cn/os/RedHat/9919.html)
Linux oracle 9i圖文安裝教程三 (http://www.dbjr.com.cn/os/RedHat/9920.html)
Linux oracle 9i圖文安裝教程四 (http://www.dbjr.com.cn/os/RedHat/9921.html)
Linux oracle 9i圖文安裝教程五 (http://www.dbjr.com.cn/os/RedHat/9922.html)
Linux oracle 9i圖文安裝教程六 (http://www.dbjr.com.cn/os/RedHat/9923.html)
相關(guān)文章
windows系統(tǒng)安裝oracle11g停在了2%該怎么解決?
windows系統(tǒng)安裝oracle11g停在了2%該怎么解決?WINDOWS 2008 R2 11G的ORACLE11.2.0.1 創(chuàng)建數(shù)據(jù)實(shí)例2% 如題。安裝過程沒問題,創(chuàng)建數(shù)據(jù)庫實(shí)例的時候,卡在2% 系統(tǒng)的情況,下2015-05-07- Oracle Linux 7.1 發(fā)布,此版本所有包都提供在 ULN 和 public yum;ISO 安裝鏡像可以從 Oracle Software Delivery Cloud 下載2015-03-17
Linux服務(wù)器要如何啟動oracle數(shù)據(jù)庫(命令啟動法)
oracle數(shù)據(jù)庫能夠事項(xiàng)分布式處理功能,那么Linux服務(wù)器要如何啟動oracle數(shù)據(jù)庫呢?下面以圖文的形式為大家介紹下Linux使用命令啟動oracle數(shù)據(jù)庫的步驟2015-01-14windows系統(tǒng)下oracle數(shù)據(jù)庫定時自動備份
為避免數(shù)據(jù)丟失或錯誤,對數(shù)據(jù)庫數(shù)據(jù)的定時備份2014-02-11Oracle VM Virtual中CentOS自動獲取IP地址設(shè)置方法
Oracle VM Virtual中CentOS自動獲取IP地址設(shè)置方法,大家參考使用吧2013-12-16RedHat Linux5.5下Oracle 11g安裝圖解教程
Linux下安裝Oracle系統(tǒng)最好是1G內(nèi)存,2G的swap空間,硬盤至少需要4.5G空間2013-07-28linux oracle 亂碼 Linux環(huán)境Oracle顯示亂碼解決犯法
故障現(xiàn)象:所有出現(xiàn)漢字的地方,都以?替代,或者是直接亂碼,本文介紹詳細(xì)解決方法,需要的朋友可以參考下2012-12-06Ubuntu 12.10下安裝 Oracle Java分享教程
下面將給大家介紹如何在 Ubuntu 操作系統(tǒng)下如何安裝 Oracle 的 Java Runtime和SDK ,需要的朋友可以參考下2012-11-28Oracle數(shù)據(jù)庫網(wǎng)絡(luò)與安全FAQ精粹匯集
[Q]如何限定特定IP訪問數(shù)據(jù)庫[A]可以利用登錄觸發(fā)器、cmgw或者是在$OREACLE_HOME/network/admin下新增一個protocol.ora文件(有些os可能是. protocol.ora),9i可以直接修改s2012-07-04- oracle9i for linux A3安裝指南 by tangyi 警告:如果修改unix 參數(shù)文件或者oracle 參數(shù)文件,切忌備份并且確認(rèn)后才能修改,否則可能發(fā)生無法挽回的錯誤2008-12-28