You are on page 1of 1

SELECT tablespace_name ta, username un, bytes / 1024 usd,

max_bytes / 1024 maxb


FROM dba_ts_quotas
WHERE username LIKE UPPER ('&username')
ORDER BY tablespace_name, username;

Sample Output

14-JUL-08 Database Users Space Quotas by Tablespace

Tablespace User Name K Used Max K


------------------------- ------------------------- ---------- ----------
REVEAL_DATA SCOTT 0 -0
TEST_DBA 0 -0

REVEAL_INDEX TEST_DBA 0 -0

You might also like