6.165 DBA_KAFKA_PARTITIONS
DBA_KAFKA_PARTITIONS
describes partitions for Kafka topics associated with all Oracle SQL Access to Kafka (OSAK) views in the database.
Related View
USER_KAFKA_PARTITIONS
describes partitions for Kafka topics associated with 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 |
|
|
|
ID of the OSAK cluster associated with the topic/partition |
|
|
|
User-supplied name of the associated Kafka server/cluster |
|
|
|
Application name (also used as the Kafka group name) |
|
|
|
Kafka topic name associated with the topic/partition |
|
|
|
Partition ID of the Kafka topic |
|
|
|
ID of the OSAK view associated with the topic/partition |
|
|
|
Name of the OSAK view associated with the topic/partition |
|
|
|
Name of the OSAK global temporary table associated with the topic/partition The value of this column is null if the application type is |
Note:
This view is available starting with Oracle Database 23ai.
See Also: