free space in oracle 7
From: Tim Maggio <tim_at_sun1.claremont.com>
Date: Mon, 7 Feb 1994 22:21:48 GMT
Message-ID: <TIM.94Feb7172149_at_sun1.claremont.com>
Date: Mon, 7 Feb 1994 22:21:48 GMT
Message-ID: <TIM.94Feb7172149_at_sun1.claremont.com>
I had a query in oracle 6:
select tablespace_name, sum( bytes ) / 1e6 free_mb from dba_free_space group by tablespace_name
It is not working in oracle 7. I seem to be running out of tablespace, but cannot determine how much is available.
Any help would be appreciated.
Also, what manuals describe such sys admin stuff as what system tables are available?
Thanks,
-- Tim Maggio tim_at_claremont.comReceived on Mon Feb 07 1994 - 23:21:48 CET