oracle RAC srvctl命令关闭节点实例的时候 不能正常执行
场景描述:
[oracle@oracle01 admin]$ srvctl stop database -d oradb1 PRCD-1120 : The resource for database ORADB1 could not be found. PRCR-1001 : Resource ora.oradb1.db does not exist [oracle@oracle01 admin]$ srvctl stop database -d ORADB1 PRCD-1027 : Failed to retrieve database ORADB1 PRCR-1115 : Failed to find entities of type resource that match filters ((NAME == ora.oradb1.db) && (TYPE == ora.database.type)) and contain attributes VERSION,ORACLE_HOME,DATABASE_TYPE
[oracle@oracle01 admin]$ srvctl stop instance -d ORADB -i ORADB1