7.229 V$GCR_LOG

V$GCR_LOG provides information on the last 30 significant events that have occurred in GCR in the recent past.

Column Datatype Description

INST_ID

NUMBER

Instance identier

ITERATION

NUMBER

GCR internal iteration count

TIME

TIMESTAMP(6)

Timestamp of record

TYPE

VARCHAR2(14)

Type of record:
  • METRIC

  • METRIC ENABLE

  • METRIC DISABLE

  • GLOBAL METRIC

  • ACTION RAN

  • RESET RAN

DESCRIPTION

VARCHAR2(40)

Description of function

RESULT

VARCHAR2(7)

Result:
  • OK

  • FAIL

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 Database 12c Release 2 (12.2.0.1).