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

Thread: Question on drop tablespace

  1. #1
    Join Date
    Nov 2003
    Posts
    48

    Question on drop tablespace

    I would like to ask what does including contents really mean? what does the contents represent?

    DROP TABLESPACE tools
    INCLUDING CONTENTS;

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    any objects which are stored in that tablespace - shuld also have 'and datafiles' to delete the os file

  3. #3
    Join Date
    Nov 2003
    Posts
    48
    Does it support Oracle version 8.0.4?

  4. #4
    Join Date
    Nov 2002
    Location
    Geneva Switzerland
    Posts
    3,142
    It's not a command I'd use on db that I really cared about. Better to look in DBA_SEGMENTS and drop or move the objects until the DROP command works without using INCLUDING CONTENTS. That way you'll know what went out of the window.

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