博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
檢查RAC狀態
阅读量:5892 次
发布时间:2019-06-19

本文共 1404 字,大约阅读时间需要 4 分钟。

1.使用srvctl工具檢查RAC當前配置和狀態

$ srvctl config database -h

Displays the configuration for the database.

Usage: srvctl config database [-d <db_unique_name> [-a] ] [-v]

    -d <db_unique_name>      Unique name for the database
    -a                       Print detailed configuration information
    -v                       Verbose output
    -h                       Print usage

[root@phaws1 ~]# srvctl config database -d phaws

Database unique name: phaws
Database name: phaws
Oracle home: /oracle/product/11.2.0
Oracle user: oracle
Spfile: +SYSDG1/phaws/spfilephaws.ora
Domain:
Start options: open
Stop options: immediate
Database role: PRIMARY
Management policy: AUTOMATIC
Server pools: phaws
Database instances: phaws1,phaws2
Disk Groups: SYSDG1,BACKUPDG,SYSDG2,DATADG
Mount point paths:
Services:
Type: RAC
Database is administrator managed

Displays the current state of the database.

Usage: srvctl status database -d <db_unique_name> [-f] [-v]

    -d <db_unique_name>      Unique name for the database
    -f                       Include disabled applications
    -v                       Verbose output
    -h                       Print usage

[root@phaws1 ~]# srvctl status database -d phaws

Instance phaws1 is running on node phaws1
Instance phaws2 is running on node phaws2

2.V$ACTIVE_INSTANCES view can also display the current status of the instances

SQL> select INST_NAME from v$active_instances;

INST_NAME

--------------------------------------------------------------------------------
phaws1:phaws1
phaws2:phaws2

转载于:https://www.cnblogs.com/guilingyang/p/5481759.html

你可能感兴趣的文章
京东&微信、手机QQ引领社交化购物趋势
查看>>
Linux xcache缓存安装
查看>>
WebSocket上传控件 ,Uploader6.0 上传控件代码重构
查看>>
ubuntu 64 安装/卸载wps office(32位)
查看>>
centos7搭建docker本地regsitry
查看>>
Nginx安装
查看>>
MyEclipse中编译js错误Multiple markers at this line - Missing
查看>>
Java功底篇系列-04-基本类型/包装类型/Collections/Arrays
查看>>
Linux下网站安全加固方案
查看>>
查看操作系统位数
查看>>
我的友情链接
查看>>
数据依赖
查看>>
myeclipse开发Webservice
查看>>
解决Esxi安装server 2008 R2 鼠标轻飘飘现象
查看>>
千古兴亡多少事,一江春水向东流--转任总文章
查看>>
开源社区工具
查看>>
DEDE全站评论总数调用以及与使用方法
查看>>
1-2 给容器和PODS 分配CPU资源
查看>>
natas系列0--10
查看>>
Kubernetes 1.5.1 部署
查看>>