ORA-55622: DML, ALTER and create unique index operations are

Source: Internet
Author: User

ORA-55622: DML, ALTER and create unique index operations are not allowed on table execute statement: delete tablespace reports error, drop tablespace name error symptom: ORA-55622: DML, ALTER and create unique index operations are not allowed on table "PROC ". "SYS_FBA_TCRV_76187" error cause: the user wants to delete the tables with the authorized flash back features. Solution: revoke the permission granted to the corresponding table. 1. Find the table with the error "PROC ". "SYS_FBA_TCRV_76187" where 76187 is the authorization number of the ID in the flash back archive SQL> select object_id, owner, object_name from dba_objects where object_id = '000000' OBJECT_ID OWNER OBJECT_NAME ---------------------- expose 76187 PROC TEST0172. Find all tables in the authorization flashback archive (the owner must log on and allow, for example, proc) SQL> select table_name from user_flashback_archive_tables; TABLE_NAME ------------------------------ TEST0173. Remove the flashback archive function in the table alter table <owner>. <tablename> no flashback archivew; 4. Run the drop tablespace tableName including contents and datafiles command to delete the tablespace;

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.