Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Checking available free space

Re: Checking available free space

From: Ari Kaplan <akaplan_at_interaccess.com>
Date: 23 Jun 1998 04:16:57 GMT
Message-ID: <6mna7p$dl2$1@supernews.com>


Chris Mahoney (mahoneyc_at_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: <->
<-> <->
<-> http://homepage.interaccess.com/~akaplan <->
<-> <->
<-> email: akaplan_at_interaccess.com <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
Received on Mon Jun 22 1998 - 23:16:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US