C.2.15 DBA_HIST_CELL_METRIC_DESC

The DBA_HIST_CELL_METRIC_DESC view displays information about cell metrics. This data is from V$CELL_METRIC_DESC.

Column Datatype NULL Description

DBID

NUMBER

NOT NULL

Database identifier for the snapshot.

METRIC_ID

NUMBER

NOT NULL

Unique identifier for the metric

METRIC_NAME

VARCHAR2(257)

User-readable metric name

METRIC_TYPE

VARCHAR2(17)

NOT NULL

Unit for the metrics, if NULL this is a count.

CON_DBID

NUMBER

The database identifier.

CON_ID

NUMBER

The identifier of the container identified by CON_DBID. Possible values are as follows:

  • 0: This value is used for non-container database (CDB).

  • 1: This value is used for the root container of the CDB.