Search notes:

DBA_TS_QUOTAS

dba_ts_quotas records tablespace quotas assigned to users.
select /*+ parallel(16) */
  username,
  tablespace_name,
  round(bytes/1024/1024/1024, 2) gb,
  max_bytes,
  blocks,
  max_blocks
from
  dba_ts_quotas
order by
  username,
  tablespace_name;
Github repository Oracle-Patterns, path: /Installed/data-dictionary/ts_quotas/show.sql

See also

ORA-01950: no privileges on tablespace '…'
Oracle's data dictionary

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758205791, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/ts_quotas(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78