 
 
 
 
 
 
 
 
 
 
 
If you are using Trusted Oracle7 in DBMS MAC mode, your DBMS label must match the tablespace's creation label or you must satisfy one of the following criteria:

tablespace Keywords and Parameters
is the name of the tablespace to be dropped.
drops all the contents of the tablespace
CASCADE CONSTRAINTS
drops all referential integrity constraints from tables outside the tablespace that refer to primary and unique keys in the tables of the tablespace. If you omit this option and such referential integrity constraints exist, Oracle7 returns an error message and does not drop the tablespace.
You may want to alter any users who have been assigned the tablespace as either a default or temporary tablespace. After the tablespace has been dropped, these users cannot allocate space for objects or sort areas in the tablespace. You can reassign users new default and temporary tablespaces with the ALTER USER command.
You cannot drop the SYSTEM tablespace.
Example
The following statement drops the MFRG tablespace and all its contents:
DROP TABLESPACE mfrg
INCLUDING CONTENTS
CASCADE CONSTRAINTS
![[*]](jump.gif) CREATE DATABASE command
CREATE DATABASE command ![[*]](jump.gif) CREATE TABLESPACE command
CREATE TABLESPACE command ![[*]](jump.gif)
 
 
 
 
 
 
 
 
