Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. SQL> select instance_name,status from gv$instance;
  2. INSTANCE_NAME STATUS
  3. node01 OPEN
  4. node02 OPEN
  5. node04 MOUNTED
  6. node03 MOUNTED
  7.  
  8. ~$ srvctl status database -d cldb -v
  9. Instance node01 is running on node srv-n01. Instance status: Open,Readonly.
  10. Instance node02 is running on node srv-n02. Instance status: Open,Readonly.
  11. Instance node03 is running on node srv-n03. Instance status: Mounted (Closed).
  12. Instance node04 is running on node srv-n04. Instance status: Mounted (Closed).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement