7.184 DBMS_KAFKA_APPLICATIONS
DBMS_KAFKA_APPLICATIONS
describes all Oracle SQL Access to Kafka (OSAK) applications in the database.
The role OSAK_ADMIN_ROLE
allows users with no administrative privileges to query this table.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the application |
|
|
|
ID 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 |
|
|
|
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 |
|
|
|
Name of the external table created for the application |
|
|
|
Schema of the external table created for the application |
|
|
|
Name of the PARTITIONS table created for the application
|
|
|
|
Schema of the PARTITIONS table created for the application
|
|
|
|
Name of the PARTITIONS view created for the application
|
|
|
|
Schema of the PARTITIONS view created for the application
|
Note:
This view is available starting with Oracle Database 23ai.
See Also: