溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

AIX 5.3 Install Oracle 10g RAC會(huì)出現(xiàn)什么錯(cuò)誤

發(fā)布時(shí)間:2021-11-25 09:52:50 來源:億速云 閱讀:142 作者:小新 欄目:關(guān)系型數(shù)據(jù)庫

這篇文章給大家分享的是有關(guān)AIX 5.3 Install Oracle 10g RAC會(huì)出現(xiàn)什么錯(cuò)誤的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過來看看吧。

系統(tǒng)環(huán)境:

操作系統(tǒng): AIX 5300-08

集群軟件: CRS 10.2.0.1

數(shù)據(jù)庫:   Oracle 10.2.0.1

                    系統(tǒng)架構(gòu)圖

AIX 5.3 Install Oracle 10g RAC會(huì)出現(xiàn)什么錯(cuò)誤

故障現(xiàn)象:

AIX 5.3 Install Oracle 10g RAC會(huì)出現(xiàn)什么錯(cuò)誤

解決方法:

[root@aix215 tmp]# cat /etc/oratab

# This file is used by ORACLE utilities.  It is created by root.sh

# and updated by the Database Configuration Assistant when creating

# a database.

# A colon, ':', is used as the field terminator.  A new line terminates

# the entry.  Lines beginning with a pound sign, '#', are comments.

# Entries are of the form:

#   $ORACLE_SID:$ORACLE_HOME:<N|Y>:

# The first and second fields are the system identifier and home

# directory of the database respectively.  The third filed indicates

# to the dbstart utility that the database should , "Y", or should not,

# "N", be brought up at system boot time.

# Multiple entries with the same $ORACLE_SID are not allowed.

prod:/u01/app/oracle/product/10.2.0/db_1:N

prod1:/u01/app/oracle/product/10.2.0/db_1:N

[root@aix215 tmp]#    

刪除文件中的:

prod:/u01/app/oracle/product/10.2.0/db_1:N

prod1:/u01/app/oracle/product/10.2.0/db_1:N

問題依舊,沒能解決!

刪除/etc/oratab 文件:

[root@aix215 rootpre]# ls /etc/ |grep -i ora

oraInst.loc

ora_save_14-05-09.11:36:18

oracle

oratab

[root@aix215 rootpre]# rm -rf /etc/ora_save_14-05-09.11:36:18

[root@aix215 rootpre]# rm -rf /etc/oracle

[root@aix215 rootpre]# rm -rf /etc/oratab

問題解決:(執(zhí)行‘next’成功)

AIX 5.3 Install Oracle 10g RAC會(huì)出現(xiàn)什么錯(cuò)誤

@至此,問題解決,原因應(yīng)該是,沒有徹底清除以前遺留的CRS安裝信息!感謝各位的閱讀!關(guān)于“AIX 5.3 Install Oracle 10g RAC會(huì)出現(xiàn)什么錯(cuò)誤”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,讓大家可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI