Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JvdK
  • Order by date
  1. JvdK

    Anyone have script to show tablespace > 90% used

    Simple view, last column shows the space used per tablespace SELECT d.status , d.tablespace_name , d.contents , d.extent_management "Extent Management" , TO_CHAR(NVL(a.bytes / 1024 / 1024 , 0) ,'99G999G990D900') , TO_CHAR(NVL(a.bytes - NVL(f.bytes , 0) , 0)/1024/1024 ,'99G999G990D900') ...

Part and Inventory Search

Back
Top