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

Thread: expand database space

  1. #1
    Join Date
    Jan 2000
    Posts
    387

    Cool

    Hi,

    How do I determine the amt of free space for database in MB? May I know how ro expand the database space if i need more free space for more data? Just add extra extents to the tablespaces?

    Thank you!

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Check the DBA_TABLESPACES, DBA_DATA_FILE DBA_FREE_SPACE and DBA_EXTENTS. Accordingly, you can either add a datafile or just RESIZE the current datafile.

    For detail on ALTER TABLESPACE tablespace_name, refer your manual.

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


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