功能

v$ob_cluster_event_history 用于显示本集群主备库相关的事件历史,用于跟踪主备库运维、切换流程详细信息,报错日志等,方便诊断问题。

字段说明

字段名称

类型

是否可以为 NULL

描述

facility

varchar(64)

NO

产生事件的模块名:

  • add cluster :添加集群

  • remove cluster :删除集群

  • enable cluster synchronization :开启集群同步

  • disable cluster synchronization:禁止集群同步

  • switchover to physical standby:无损切换到备集群角色

  • switchover to primary:无损切换到主集群角色

  • failover to primary:有损切换到主集群角色

  • convert to physical standby:转换成备集群角色

  • set cluster protection mode:设置保护模式

  • update protection level in maximum availability mode:最大可用模式下,保护级别的变化

  • update sync standby protection level:备集群从RESYNCHRONIZATION级别进入MAXIMIZE AVAILABLE或者MAXIMIZE PROTECTION事件

  • amend primary protection level:当主集群的保护级别和保护模式不匹配时,需要推进保护级别或者回滚保护模式

  • amend standby protection level:当备集群的保护级别和主集群的保护模式不匹配时,需要调整备集群的保护级别

severity

varchar(256)

YES

事件的级别:

  • CONTROL:预期内的状态变更事件,例如,一个操作的开始或者完成,包括 Switchover、Failover、Add cluster、Remove cluster 等。

  • INFO:普通消息事件

  • WARN:警告消息事件

  • ERROR:错误消息事件

error_code

varchar(256)

YES

错误码,0 表示正常

timestamp

timestamp(6)

NO

日期

message

varchar(256)

YES

消息内容