unable to drop a tablespace [message #54172] |
Fri, 01 November 2002 09:15 |
Joe
Messages: 138 Registered: November 1999
|
Senior Member |
|
|
I have a tablespace (test_data) that I would like to drop.
I issue the command:
sqlplus> drop tablespace test_data including contents;
and receive: ORA-14404: partitioned table contains partitions in a different tablespace
I am attempting to find out the name of the partitions in this particular tablespace so that I may drop them, drop the tablespace, then recreate the tablespace along with the partitions.
Thank you.
|
|
|
|