Chris Mahoney (mahoneyc@mh.adi-ltd.com.au) wrote:
: How can you check the amount of space available in a database without
: using the Oracle GUI?
:
: Thanks in advance
: Chris
Try:
SELECT * FROM DBA_FREE_SPACE
ORDER BY TABLESPACE_NAME, BYTES;
-Ari Kaplan
Independent Oracle DBA Consultant
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
<-> For 175+ Oracle tips, visit my Web Page: <->
<-> <->
<-> www.arikaplan.com <->
<-> <->
<-> email: akaplan@interaccess.com <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
Back to Ari Kaplan's Home Page