DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: How to Find Disk Space from Oracle ?

Hybrid View

  1. #1
    Join Date
    Feb 2004
    Location
    Mumbai, Maharastra
    Posts
    67

    How to Find Disk Space from Oracle ?

    I have all my datafiles spread across various HDD as per the requirement.
    I want a job to be executed which will check the HDD space where in the tablespaces are placed.
    The job would have a procedure which will execute to find the total disk space available on the disks where i have the datafiles spread.

    I NEED TO KNOW IF THERE IS ANY PACKAGE OR IN BUILD PROCEDURE WHICH WILL FACILITATE ME IN GETTING THE DESIRED INFORMATION.
    Regards,
    Surajit K Mitra

  2. #2
    Join Date
    Feb 2004
    Location
    Mumbai, Maharastra
    Posts
    67
    I am using Oracle 9.2.0.7 on Windows Server 2000 SP4
    Regards,
    Surajit K Mitra

  3. #3
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    do it from the os, or have some java proc do it

  4. #4
    Join Date
    Jun 2006
    Posts
    5
    df command for ux machines, v$tablespaces or dba_data_files will do it

  5. #5
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Quote Originally Posted by nguyenjl
    v$tablespaces or dba_data_files will do it

    errr no

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width