8.180 V$DG_BROKER_TAG

V$DG_BROKER_TAG displays all tags stored in an Oracle Data Guard broker configuration.

Each configuration can have configuration-level tags and member tags. A tag consists of a key and a value.

Column Datatype Description

MEMBER

VARCHAR2(30)

Member name

This column is null for configuration-level tags.

NAME

VARCHAR2(30)

Tag name (also referred to as the key)

VALUE

VARCHAR2(4000)

Tag value

CON_ID

NUMBER

The ID of the container to which the data pertains. Possible values include:

  • 0: This value is used for rows containing data that pertain to the entire CDB. This value is also used for rows in non-CDBs.

  • 1: This value is used for rows containing data that pertain to only the root

  • n: Where n is the applicable container ID for the rows containing data

Note:

This view is available starting with Oracle AI Database 26ai, Release Update 23.26.1.