This Oracle issue I asked in the forum http://bbs.51cto.com/thread-1167548-1.html, and finally find a way to solve, with this blog to record.
Environment: CentOS6.5 64-bit, Oracle 11g R2 11.2.0.1.0
Phenomenon: In Oracle RAC production environment, there is already an instance of normal use, there is a need to build another instance.
In the process of creating a new instance, the final steps are as follows:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/72/EA/wKiom1Xv0OuRZThLAAJ6qlZaA_o771.jpg "alt=" Wkiom1xv0ourzthlaaj6qlzaa_o771.jpg "/>
[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 has 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 [email protected]
[Thread-829] [2015-09-09 11:29:42.057 CST] [basicstep.configuresettings:304] MessageHandler being [email protected]
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 has 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)
Workaround:
Reference to the Http://www.linuxidc.com/Linux/2015-01/111579.htm article,
1. Attempt to manually register the database resource with the ORACLE user, srvctl add database-d proxy-o $ORACLE _home, indicating that the server pool has been registered.
2. Delete with root user, crsctl delete serverpool ora.proxy
3. Manually register database resources with ORACLE users, srvctl add database-d proxy-o $ORACLE _home
4. The above execution results prompt permission problem, so view error resource details, crsctl stat res ora. Listener.lsnr-p
5. Manually modify the resource permissions using the root user, Crsctl Modify resource "Ora. Listener.lsnr "-attr" acl= ' owner:grid:rwx,pgrp:oinstall:r-x,other::r--' "
The following are the resolution procedures:
650) this.width=650; "border=" 0 "src=" http://s3.51cto.com/wyfs02/M02/72/F1/wKiom1XwAnGTX59-AAQZQ7IWBrc376.jpg "/ >
650) this.width=650; "border=" 0 "src=" http://s3.51cto.com/wyfs02/M00/72/F1/wKiom1XwAnHggwjlAAL7K0YgagI743.jpg "/ >
650) this.width=650; "border=" 0 "src=" http://s3.51cto.com/wyfs02/M00/72/EE/wKioL1XwBJ2xyWV9AAKCMYbElbE316.jpg "/ >
Finally, the problem is solved. The cause of the problem should be that the user is not aware of the operation, and the operation of the grid is done using root.
This article is from the "YGQYGQ2" blog, make sure to keep this source http://ygqygq2.blog.51cto.com/1009869/1869883
Oracle 11g R2 RAC DBCA new instance Error