ORA-14401 error occurred while deleting the tablespace in which the partition table is located

Source: Internet
Author: User

Database: Oracle11.2.0.3

Ora14401 error occurred when deleting the tablespace where the partition table is located:

SYS @ vimop01_ B> drop tablespaceUSER_TS_MONI_11B including contents and datafiles;

Drop tablespace USER_TS_MONI_11B including contents anddatafiles

*

ERROR at line 1:

ORA-14404: partitioned table contains partitions in adifferent tablespace

Solution:

Select segment_name, partition_name from dba_segments wheretablespace_name = 'user _ TS_MONI_11B ';

Select * from dba_tab_partitions wheretablespace_name = 'user _ TS_MONI_11B ';

Delete the objects in the tablespace. Some empty partition tables do not generate segment and cannot be seen under dba_segments. You need to find dba_tab_partitions and delete all the partitions found.

Delete operation commands such as ALTER TABLEMON_DATA_DAY_BUFFER_TOTAL drop partition D_20120530;

SYS @ vimop01_ B> drop tablespaceUSER_TS_MONI_11B including contents and datafiles;

Tablespace dropped.

ORA-00600 [2662] troubleshooting

Troubleshooting for ORA-01078 and LRM-00109

Notes on ORA-00471 Processing Methods

ORA-00314, redolog corruption, or missing Handling Methods

Solution to ORA-00257 archive logs being too large to store

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.