I want to see how much space my users have and what tablespaces they use. I do this query:
SELECT *
From
dba_ts_quotas
but my users are missing from the result list.
Where should I look for this info?
I want to see how much space my users have and what tablespaces they use. I do this query:
SELECT *
From
dba_ts_quotas
but my users are missing from the result list.
Where should I look for this info?