Feature
DBA_OB_DATABASES displays the database metadata of a tenant.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| DATABASE_NAME | VARCHAR2(128) | NO | The database name. |
| IN_RECYCLEBIN | VARCHAR2(3) | NO | Indicates whether the database has been dropped and is in the recycle bin.YESNO |
| COLLATION | VARCHAR2(128) | NO | The default collation of the database. |
| READ_ONLY | VARCHAR2(3) | NO | |
| COMMENT | VARCHAR2(2048) | NO | The description of the database. |