My Oracle Support Banner

ORA-14404 or ORA-14407 When Trying to Drop a Tablespace (Doc ID 1674989.1)

Last updated on FEBRUARY 21, 2024

Applies to:

Oracle Database - Enterprise Edition - Version 10.2.0.1 and later
Information in this document applies to any platform.

Symptoms

SH@dw24> drop tablespace <tablespace name>  including contents and datafiles;
drop <tablespace name> including contents and datafiles
*
ERROR at line 1:
ORA-14404: partitioned table contains partitions in a different tablespace

 SH@dw24> drop <tablespace name> including contents and datafiles;
drop <tablespace name> including contents and datafiles
*
ERROR at line 1:
ORA-14407: partitioned table contains subpartitions in a different tablespace

 

SH@dw24> select owner,segment_name,segment_type, partition_name,tablespace_name from dba_segments where tablespace_name='<tablespace name>';

no rows selected

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
 For ORA-14404
 For ORA-14407
References

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.