V$DATA_ACCESS_URL_STATS and
GV$DATA_ACCESS_URL_STATS Views 🔗
Displays access to each Table Hyperlink owned by an Autonomous Database instance.
When a Table Hyperlink is accessed, CPU time, User I/O wait time, are updated
in the V$DATA_ACCESS_URL_STATS view.
The GV$DATA_ACCESS_URL_STATS view contains the additional
column named INST_ID of data type NUMBER. The
INST_ID column displays the instance from which the associated
V$ view information was obtained. The INST_ID
column can be used as a filter to retrieve V$DATA_ACCESS_URL_STATS
information from a subset of available instances.
Column
Datatype
NULL
Description
INST_ID
NUMBER
NOT NULL
Instance ID
SQL_ID
VARCHAR2(13)
NOT NULL
SQL ID of SQL accessing data when a Table Hyperlink is
accessed