6.164 DBA_KAFKA_OPS_RESULTS

DBA_KAFKA_OPS_RESULTS displays the results of operations for all Oracle SQL Access to Kafka (OSAK) views in the database.

Related View

USER_KAFKA_OPS_RESULTS displays the results of operations for Oracle SQL Access to Kafka (OSAK) views owned by the current user. This view does not display the OWNER column.

Column Datatype NULL Description

OWNER

VARCHAR2(128)

NOT NULL

Owner of OSAK view

OP_KEY

VARCHAR2(30)

Unique operation key (replacement for the location file)

ROWS_READ

NUMBER(38)

Number of Kafka records read and returned by the operation

LAST_OFFSET

NUMBER(38)

Kafka offset of the last record read by the operation

Note:

This view is available starting with Oracle Database 23ai.