Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Fri, 16 Mar 2012 @ 16:50:23 GMT


     
  <Prev Next>   <<First <Prev Next> Last>>  


Subj:   Re: Missing space in the Database
 
From:   Mankala, Mahesh

Hi Sravan,

Please run the below query. It will give you the total space on the system.

     select sum(maxperm)/1024/1024/1024  as  MAXallocated ,
            sum(currentperm)/1024/1024/1024  as CurrentOccupied,
            (MAXallocated-CurrentOccupied) free,
            (((CurrentOccupied)/nullifzero(MAXallocated))*100) used_per
     from dbc.diskspace

Thanks,

Mahesh



     
  <Prev Next>   <<First <Prev Next> Last>>  
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023