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

Thread: drop table question

  1. #1
    Join Date
    Jun 2000
    Location
    dumfries,va,usa
    Posts
    227
    Hi,

    If you have 2 databases (A & B) on the same server, and you drop a table in database A, is this space available to database B. If not, how can you make space available to other databases from dropping objects in one.

    Thanks
    leonard905
    leonard905@yahoo.com

  2. #2
    Join Date
    May 2002
    Posts
    2,645
    No.

    Resize datafiles/tablespaces.

  3. #3
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    Its available if you meet following conditions:

    - The datafile of 'A' where the table has been dropped needs to be resized (if it can be resized to reclaim the space occupied by the table dropped)
    - The datafile of 'B' (assuming table in 'B' need more space) should available on the same filesystem.
    Reddy,Sam

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