6.160 DBA_KAFKA_APPLICATIONS
DBA_KAFKA_APPLICATIONS
describes all Oracle SQL Access to Kafka (OSAK) applications in the database.
Related View
USER_KAFKA_APPLICATIONS
describes OSAK applications owned by the current user. This view does not display the OWNER
or CLUSTER_ID
columns.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the application |
|
|
|
ID of the OSAK cluster associated with the application |
|
|
|
Name of the OSAK cluster associated with the application |
|
|
|
Application name (also used as the Kafka group name) |
|
|
|
Name of the Kafka topic associated with the application |
|
|
|
Format of the Kafka topic value data:
|
|
|
|
Format of the Kafka topic key data:
|
|
|
|
Number of OSAK views for the application |
|
|
|
Number of Kafka partitions associated with the OSAK views for the application |
|
|
|
Number of OSAK views requested for the application |
|
|
|
Type of application:
|
|
|
|
User-supplied options (excluding AVRO-related schemas) |
|
|
|
User-supplied AVRO schema for the Kafka topic value data |
|
|
|
Reserved for future use |
Note:
This view is available starting with Oracle Database 23ai.
See Also: