9.174 V$RESULT_SUBCACHE_STATISTICS

V$RESULT_SUBCACHE_STATISTICS displays various result cache settings and usage statistics on a per subcache basis.

Column Datatype Description

ID

NUMBER

Statistic number

NAME

VARCHAR2(128)

Name of the statistic

This view displays the same statistics as the V$RESULT_CACHE_STATISTICS view. See Table 9-6 in the documentation for V$RESULT_CACHE_STATISTICS.

VALUE

VARCHAR2(81)

Value of the statistic

SUBCACHE_ID

NUMBER

Subcache ID

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 21c.