by http://webgeektutorials.blogspot.com

Thursday, June 28, 2012

Oracle DBA script: Display Quota Allocated

Code:

select * from DBA_TS_QUOTAS
order by Tablespace_Name, Username;

No comments:

Post a Comment