6.163 DBA_KAFKA_OPS
DBA_KAFKA_OPS
describes operations for all Oracle SQL Access to Kafka (OSAK) views in the database.
Related View
USER_KAFKA_OPS
describes operations for OSAK views owned by the current user. This view does not display the OWNER
or CLUSTER_ID
columns.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the OSAK view |
|
|
|
Unique operation key (replacement for the location file) |
|
|
|
Generic operation type |
|
|
|
Specific type of operation within |
|
|
|
ID of the OSAK cluster associated with the operation |
|
|
|
Name of the OSAK cluster associated with the operation |
|
|
|
Name of the OSAK application associated with the operation (also used as the Kafka group name) |
|
|
|
Name of the Kafka topic associated with the operation |
|
|
|
Partition ID of the Kafka topic associated with the operation |
|
|
|
Next offset from which an SEQ operation will start reading |
|
|
|
Number of offsets, including the watermark, from which an SEQ operation will start reading |
|
|
|
Basis for the start read offset for an SEQ operation ( |
|
|
|
Timestamp (in milliseconds) that determines the next offset from which the operation will start reading This value is used by the |
|
|
|
Timestamp (in milliseconds) that determines the end offset at which the operation will stop reading This value is used by the |
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.INIT_OFFSET_TS
andDBMS_KAFKA.SEEK_OFFSET_TS
procedures