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 -> finding disk space utilization using shell scripts

finding disk space utilization using shell scripts

From: Dave <opnets_at_yahoo.co.uk>
Date: 29 May 2003 13:26:34 -0700
Message-ID: <c9e9d941.0305291226.6f568d5d@posting.google.com>


Hi all,

I need to otain disk utilization, free space one the machines running oracle.So, shell scripts should be run using tsnames on all the machines and then finding for the space using

select tablespace_name,sum(bytes) from dba_data_files

select tablespace_name,sum(bytes) from dba_free_space

Could anyone please help me out with the scripts.

Thanks in advance.

Dave. Received on Thu May 29 2003 - 15:26:34 CDT

Original text of this message

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