Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Rconfig error when adding resource

User335773Jan 18 2012 — edited Jan 18 2012
Hi Techies,

I am working on converting my EBS db from single instance to RAC.I was used rconfig to convert.rconfig convert the db and db is up and running.

but at the end rconfig error out when it tries to add resource in GI. now how to add the db and listener in crs resource.

<ErrorDetails>
oracle.sysman.assistants.rconfig.engine.CRSConfigurationException: PRCR-1006 : Failed to add resource ora.uat.db for null
PRCR-1071 : Failed to register or update resource ora.uat.db
CRS-2566: User 'orauat' does not have sufficient permissions to operate on resource 'ora.LISTENER_SCAN1.lsnr', which is part of the dependency specification.
Operation Failed. Refer logs at /erp_dev_db/Apps/orauat/cfgtoollogs/rconfig/rconfig_01_17_12_15_15_55.log for more details.
</ErrorDetails>

And also if i try to add database from srvctl

as a rdbms user,i am getting following error
---------------------------------------------------

$ srvctl add database -d UAT -o /oracle/app/tech_st/11.2.0 -p /fra/UAT/spfileUAT.ora
PRCR-1006 : Failed to add resource ora.uat.db for null
PRCR-1071 : Failed to register or update resource ora.uat.db
CRS-2566: User 'orauat' does not have sufficient permissions to operate on resource 'ora.LISTENER_SCAN1.lsnr', which is part of the dependency specification.

as a grid user i am getting this error:
---------------------------------------------

$ srvctl add database -d UAT -o /oracle/app/tech_st/11.2.0 -p /fra/UAT/spfileUAT.ora
PRCD-1025 : Failed to create database UAT
PRKH-1014 : Current user grid is not the same as oracle owner orauat of oracle home /oracle/app/tech_st/11.2.0.

OS User details:
$ id
uid=205(orauat) gid=1000(oinstall) groups=1200(dba)
$ id
uid=1100(grid) gid=1000(oinstall) groups=1200(dba)
oracle@db02-test>id
uid=1101(oracle) gid=1000(oinstall) groups=1200(dba)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2012
Added on Jan 18 2012
1 comment
796 views