Please help me I am confused. I had am impression that if quota is unlimited it would show up as -1 in dba_ts_quotas. When I query dict_columns it says it would be null for both max_bytes and max_blocks.
SELECT * FROM DICT_COLUMNS
WHERE TABLE_NAME='DBA_TS_QUOTAS'
TABLE_NAME COLUMN_NAME COMMENTS
--------------- --------------- --------------------------------------------------
DBA_TS_QUOTAS TABLESPACE_NAME Tablespace name
DBA_TS_QUOTAS USERNAME User with resource rights on the tablespace
DBA_TS_QUOTAS BYTES Number of bytes charged to the user
DBA_TS_QUOTAS MAX_BYTES User's quota in bytes. NULL if no limit
DBA_TS_QUOTAS BLOCKS Number of ORACLE blocks charged to the user
DBA_TS_QUOTAS MAX_BLOCKS User's quota in ORACLE blocks. NULL if no limit
Bookmarks