6.162 DBA_KAFKA_LOAD_METRICS
DBA_KAFKA_LOAD_METRICS
displays metrics for DBMS_KAFKA.EXECUTE_LOAD_APP
operations on all tables in the database.
Related View
USER_KAFKA_LOAD_METRICS
displays metrics for DBMS_KAFKA.EXECUTE_LOAD_APP
operations on tables owned by the current user. This view does not display the OWNER
or CLUSTER_ID
columns.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the table into which the Kafka data was loaded ( |
|
|
|
ID of the OSAK cluster associated with the |
|
|
|
Name of the OSAK cluster associated with the OSAK cluster ID |
|
|
|
Application name (also used as the Kafka group name) |
|
|
|
Name of the table into which the Kafka data was loaded |
|
|
|
Schema of the table into which the Kafka data was loaded |
|
|
|
Total number of rows inserted into the table by the load operation |
|
|
|
Total number of Kafka records fetched for the load operation |
|
|
|
Date and time at which the Kafka data started being loaded into the table |
|
|
|
Date and time at which the Kafka data finished being loaded into the table |
Note:
This view is available starting with Oracle Database 23ai.
See Also:
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_KAFKA.EXECUTE_LOAD_APP
procedure