Oracle11gR2RACdbca新建實(shí)例報(bào)錯(cuò)怎么辦

小編給大家分享一下Oracle 11g R2 RAC dbca新建實(shí)例報(bào)錯(cuò)怎么辦,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

站在用戶(hù)的角度思考問(wèn)題,與客戶(hù)深入溝通,找到安多網(wǎng)站設(shè)計(jì)與安多網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗(yàn),讓設(shè)計(jì)與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個(gè)性化、用戶(hù)體驗(yàn)好的作品,建站類(lèi)型包括:網(wǎng)站制作、成都網(wǎng)站建設(shè)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、主機(jī)域名、網(wǎng)絡(luò)空間、企業(yè)郵箱。業(yè)務(wù)覆蓋安多地區(qū)。

此oracle問(wèn)題本人在論壇上作了提問(wèn)http://bbs.51cto.com/thread-1167548-1.html,最后自己找到方法解決,以此博客再作記錄。

環(huán)境:CentOS6.5 64位,Oracle 11g R2 11.2.0.1.0

現(xiàn)象:oracle rac生產(chǎn)環(huán)境中,已經(jīng)有一個(gè)實(shí)例正常使用,有需求再建一實(shí)例。

新建實(shí)例過(guò)程中,最后步驟具體報(bào)錯(cuò)如下:

Oracle 11g R2 RAC dbca新建實(shí)例報(bào)錯(cuò)怎么辦    
[Thread-829] [ 2015-09-09 11:29:42.007 CST ] [DatabaseImpl.createStopDep:3579]  stop dependencies = hard(intermediate:ora.asm,shutdown:ora.DG_DATA.dg)    
[Thread-829] [ 2015-09-09 11:29:42.057 CST ] [InstanceStepOPS.executeImpl:952]  PRCR-1006 : Failed to add resource ora.proxy.db for null    
PRCR-1071 : Failed to register or update resource ora.proxy.db    
CRS-2566: User 'oracle' does not have sufficient permissions to operate on resource 'ora.LISTENER.lsnr', which is part of the dependency specification.    
[Thread-829] [ 2015-09-09 11:29:42.057 CST ] [BasicStep.configureSettings:304]  messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@30394ffa    
[Thread-829] [ 2015-09-09 11:29:42.057 CST ] [BasicStep.configureSettings:304]  messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@30394ffa    
oracle.sysman.assistants.util.step.StepExecutionException: PRCR-1006 : Failed to add resource ora.proxy.db for null    
PRCR-1071 : Failed to register or update resource ora.proxy.db    
CRS-2566: User 'oracle' does not have sufficient permissions to operate on resource 'ora.LISTENER.lsnr', which is part of the dependency specification.    
        at oracle.sysman.assistants.dbca.backend.InstanceStepOPS.executeImpl(InstanceStepOPS.java:953)    
        at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)    
        at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)    
        at oracle.sysman.assistants.dbca.backend.DBEntryStep.executeImpl(DBEntryStep.java:229)    
        at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)    
        at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)    
        at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2667)    
        at java.lang.Thread.run(Thread.java:595)

解決辦法:

1.嘗試用oracle用戶(hù)手動(dòng)注冊(cè)數(shù)據(jù)庫(kù)資源,srvctl add database -d proxy -o $ORACLE_HOME,提示已經(jīng)注冊(cè)Server pool。

2.使用root用戶(hù)刪除,crsctl delete serverpool ora.proxy

3.使用oracle用戶(hù)手動(dòng)注冊(cè)數(shù)據(jù)庫(kù)資源,srvctl add database -d proxy -o $ORACLE_HOME

4.上面執(zhí)行結(jié)果提示權(quán)限問(wèn)題,于是查看報(bào)錯(cuò)資源詳情,crsctl stat res ora.LISTENER.lsnr -p

5.使用root用戶(hù)手動(dòng)修改資源權(quán)限,crsctl modify resource "ora.LISTENER.lsnr" -attr "ACL='owner:grid:rwx,pgrp:oinstall:r-x,other::r--'"

以下是解決過(guò)程截圖:

Oracle 11g R2 RAC dbca新建實(shí)例報(bào)錯(cuò)怎么辦    
Oracle 11g R2 RAC dbca新建實(shí)例報(bào)錯(cuò)怎么辦    
Oracle 11g R2 RAC dbca新建實(shí)例報(bào)錯(cuò)怎么辦

最后問(wèn)題解決。問(wèn)題造成的原因應(yīng)該是操作時(shí)不注意用戶(hù),使用root操作了grid的相關(guān)操作。

以上是“Oracle 11g R2 RAC dbca新建實(shí)例報(bào)錯(cuò)怎么辦”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!

當(dāng)前文章:Oracle11gR2RACdbca新建實(shí)例報(bào)錯(cuò)怎么辦
轉(zhuǎn)載來(lái)于:http://bm7419.com/article46/goeceg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供外貿(mào)網(wǎng)站建設(shè)、電子商務(wù)、搜索引擎優(yōu)化、網(wǎng)站維護(hù)、定制網(wǎng)站、面包屑導(dǎo)航

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

成都定制網(wǎng)站建設(shè)