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

Thread: OS Drop data file

  1. #1
    Join Date
    Sep 2000
    Location
    VA
    Posts
    343

    OS Drop data file

    I am on Solaris where I need to drop a tablespace. I issued the 'DROP TABLESPACE ... INCLUDING CONTENTS' - now what is the OS command to drop the datafile - just 'rm filename' will do ? Are there additional precautions that I need to follow ?

    Thanks.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    yes, use rm, but if you are using 9i, use including contents and datafiles; and oracle will do it for you

  3. #3
    Join Date
    Sep 2000
    Location
    VA
    Posts
    343
    Yes, I am using 9i - will make it a point to use 'DROP TABLESPACE ..AND DATAFILES' next time. But for now, will just an 'rm' suffice ?

  4. #4
    Join Date
    Oct 2002
    Posts
    807
    Yes, an "rm" will suffice after having issued the "drop tablespace ### inclduing contents"

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