SearchOracle.com

Find users who have unlimited quota on a tablespace

By Manohar Muluk

Here is a query to find users that have unlimited quota on a tablespace.

select username,tablespace_name,max_bytes from dba_ts_quotas;
If the max_bytes values is -1, that user has unlimited quota on the corresponding tablespace.


06 Aug 2003

All Rights Reserved, Copyright 2003 - 2024, TechTarget | Read our Privacy Statement