Note
This view is available starting with V4.4.1.
Purpose
The DBA_OB_SS_SPACE_USAGE view records the storage space usage on the object storage of the current tenant.
Note
This view is applicable only to the Shared-Storage (SS) mode. In the Shared-Nothing (SN) mode, the query result of this view is empty.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| ENDPOINT | varchar(128) | NO | The endpoint of the shared storage. |
| PATH | varchar(128) | NO | The path of the shared storage. |
| STORAGE_TYPE | varchar(32) | NO | The storage type. Valid values:
|
| VALUE | bigint(20) | NO | The storage space occupied by the STORAGE_TYPE value, in bytes. |