Table: USER_TS_QUOTAS
Tablespace quotas for the user
| Column Name | Description |
|---|---|
| BLOCKS | Number of ORACLE blocks charged to the user |
| BYTES | Number of bytes charged to the user |
| MAX_BLOCKS | User's quota in ORACLE blocks. NULL if no limit |
| MAX_BYTES | User's quota in bytes. NULL if no limit |
| TABLESPACE_NAME | Tablespace name |