6.161 DBA_KAFKA_CLUSTERS
DBA_KAFKA_CLUSTERS
describes the Oracle SQL Access to Kafka (OSAK) clusters for which any database user has READ
access.
Related View
USER_KAFKA_CLUSTERS
describes the OSAK clusters that are owned by the current user or for which the current user has READ
access. This view does not display the OWNER
or GRANTEE
columns.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the cluster The value of this column is always |
|
|
|
System-generated unique cluster ID |
|
|
|
Current state of the cluster:
|
|
|
|
User-supplied name of the cluster |
|
|
|
Comma-separated list of bootstrap servers for the cluster Each bootstrap server is represented in the following form: |
|
|
|
Provider of the Kafka cluster software:
|
|
|
|
If GRANTEE is currently connected to the cluster, the date and time at which the connection was started; otherwise NULL
|
|
|
|
Optional user-supplied description of the Oracle SQL access to the cluster |
|
|
|
User who is granted access to the cluster |
Note:
This view is available starting with Oracle Database 23ai.
See Also:
-
"DBMS_KAFKA_CLUSTERS" for information about viewing all registered OSAK clusters in the database