Oracle 视图 V$DG_BROKER_CONFIG 官方解释,作用,如何使用详细说明
本站中文解释
URATION
V$DG_BROKER_CONFIGURATION视图用于展示Data Guard代理配置信息。 数据库使用此视图展示最新的配置文件,它包含实例、系统ID、和私有配置参数(private configuration parameters)的信息。
使用此视图的方法是,可以执行一条SELECT语句,来检查Data Guard代理配置,及实例和私有配置参数:
SELECT *
FROM V$DG_BROKER_CONFIGURATION;
官方英文解释
V$DG_BROKER_CONFIG
provides a summary of an Oracle Data Guard broker configuration.
This is similar to the DGMGRL CLI’s SHOW CONFIGURATION
command. It provides a view of the entire Oracle Data Guard broker configuration from any database in the configuration.
Column | Datatype | Description |
---|---|---|
|
|
Database unique name |
|
|
Net connect identifier used to reach the database |
|
|
Oracle Data Guard role of the database:
|
|
|
The database unique name of the redo source |
|
|
TRUE or FALSE to denote whether or not the database is managed by Oracle Data Guard broker |
|
|
An Oracle error number denoting the database’s current status |
|
|
Severity of the Oracle error. Possible values:
|
|
|
Error message associated with the Oracle error number in the |
|
|
Version of the broker configuration |
|
|
The ID of the container to which the data pertains. Possible values include:
|