Oracle

PRKO-2012 : instance オブジェクトは OracleRestart ではサポートされていません

Restart環境で、DBの起動を確認しようとしたらPRKO-2012が発生した!

実行例

[oracle@oracle ~]$ srvctl  status instance -d orcl -n oracle
Usage: srvctl <command> <object> [<options>]
    commands: enable|disable|start|stop|status|add|remove|modify|update|getenv|setenv|unsetenv|config|upgrade|downgrade
    objects: database|service|asm|diskgroup|listener|home|ons
For detailed help on each command and object and its options use:
  srvctl <command> -help [-compatible] or
  srvctl <command> <object> -help [-compatible]
PRKO-2012 : instance object is not supported in Oracle Restart  
[oracle@oracle ~]$ 

srvctl status instance コマンドは RAC 環境にのみ使えるコマンドなのでエラーとなっている。

Restart 環境で DB の起動状況を確認したい場合、以下のコマンドを使う必要がある。

srvctl status database -d <インスタンス名>

実行例

 [oracle@oracle ~]$ srvctl status database -d orcl
 Database is running.

この記事が役に立ったという方は
ボタンをポチッとしてくれたら喜びます

-Oracle
-,