Tags

11g (3) 12c (4) 18c (2) 19c (3) ASM (3) Critical Patch (13) Dataguard (10) GRID (3) GitLab (2) Linux (11) OEM (2) ORA Errors (16) Oracle (20) RMAN (5)

Friday, February 12, 2021

PRCR-1001 : Resource does not exist

 Error Message:


PURPOSE: All documents are provided on this Blog just for educational purposes only.  Please make sure that you run it in your test environment before to move on to production environment. 

srvctl start database -db KARDB

PRCD-1120 : The resource for database KARDB could not be found.

PRCR-1001 : Resource ora.kardb.db does not exist

 

Solution:

It is missing detail in the server Control (srvctl) Utility. We need to add as follow.

srvctl add database -db KARDB -o $ORACLE_HOME

srvctl start database -db KARDB

srvctl status database -db KARDB


If you get the same error due to start asm: 

srvctl start asm

PRCR-1001 : Resource ora.asm does not exist

srvctl add asm -p '$ORACLE_HOME/dbs/spfile+ASM.ora'

srvctl start asm

srvctl status asm

ASM is running on ....


In generally init+ASM.ora seems to as follow:

+ASM.__oracle_base='/oracle'
*.asm_diskstring='/dev/sd*'
*.asm_power_limit=1
*.large_pool_size=12M
*.remote_login_passwordfile='EXCLUSIVE'

 


No comments:

Post a Comment

Critical Patch 19c April 2026

    Oracle Critical Patch Update on 19c - April 2026 GI RU Combo: Patch 39062956 - Combo of OJVM Component Release Update 19.31.0.0.260421 +...