DBA_CLOUD_LINK_AUTHORIZATIONS View Displays details of which databases are authorized to access data sets. This applies to data sets that require additional authorization.
DBA_CLOUD_LINK_SERVICE_MAPPINGS View Displays details of all service mappings for Cloud Links consumer databases. Each service mapping consists of a Cloud Link database ID and a database service.
Displays details of all service mappings for Cloud Links consumer
databases. Each service mapping consists of a Cloud Link database ID and a database
service.
Only the ADMIN user and users with the PDB_DBA role are
privileged to access DBA_CLOUD_LINK_SERVICE_MAPPINGS. You cannot grant
access to other users.
Column
Datatype
NULL
Description
CLOUD_LINK_DATABASE_ID
VARCHAR2(40)
NOT NULL
Database Identifier of consumer database or
"ANY".
V$CLOUD_LINK_ACCESS_STATS and
GV$CLOUD_LINK_ACCESS_STATS Views 🔗
Displays access to each registered data set owned by an Autonomous Database instance.
V$CLOUD_LINK_ACCESS_STATS tracks the elapsed time, DB CPU
time, the number of rows retrieved, the number of executions, and the unique database
identifier of the database accessing a registered data set.
In addition to the V$CLOUD_LINK_ACCESS_STATS information, the
GV$CLOUD_LINK_ACCESS_STATS view contains an extra 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$CLOUD_LINK_ACCESS_STATS
information from a subset of available instances.
The unique database identifier does not disclose the OCIDs (Tenancy, Compartment,
Database). This information can be used for auditing an Autonomous Database.
Column
Datatype
NULL
Description
INST_ID
NUMBER
NOT NULL
Instance ID
OWNER
VARCHAR2(128)
NOT NULL
Owner of object(table or view owner)
OBJECT_NAME
VARCHAR2(128)
NOT NULL
Name of object
DATA_SET_NAMESPACE
VARCHAR2(128)
NOT NULL
Namespace of registered data set
DATA_SET_NAME
VARCHAR2(128)
NOT NULL
Name of registered data set
SQL_ID
VARCHAR2(13)
NOT NULL
SQL ID of local SQL accessing a registered data
set
LAST_ACTIVE_TIME
DATE
NOT NULL
Time when local SQL was last active
CLOUD_LINK_DATABASE_ID
VARCHAR2(512)
NOT NULL
Database identifier of database accessing a registered data
set