Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: sppurge (Statspack Purge) does not seem to free up space

Re: sppurge (Statspack Purge) does not seem to free up space

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Fri, 11 Feb 2005 15:56:37 -0800
Message-ID: <1108166027.781395@yasure>


bdbafh_at_gmail.com wrote:

> SQL> drop tablespace :tablespace_name including contents including
> datafiles;
>
> -bdbafh

For anyone trying this the correct syntax is:

DROP TABLESPACE <tablespace_name>
INCLUDING CONTENTS AND DATAFILES
CASCADE CONSTRAINTS;

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Fri Feb 11 2005 - 17:56:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US