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

Thread: Drop Tablespace

  1. #1
    Join Date
    Jan 2001
    Posts
    515

    Drop Tablespace

    I have a 8.1.7 database. I deleted the datafile for a tablespace before I dropped the tablespace.

    I want to drop the tablespace but I cannot open that database to drop it. It will only do to mount mode.

    How do I drop the tablespace? I keep getting a message that the database is not open so I cannot drop the tablespace.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    alter database datafile '' offline drop;

    then open and drop the tablespace

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