Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

error while drop user / tablespace

user3266490May 10 2012 — edited May 10 2012
Hi,

Db :10.2
OS : aix

While droping user and tablespace .we getting the error

SQL> drop user PPA cascade
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-04098: trigger 'SYS.DDL_LOG_TRIGGER' is invalid and failed re-validation

and


QL> drop tablespace C02 including contents and datafiles cascade constraints;
drop tablespace C02 including contents and datafiles cascade constraints
*
ERROR at line 1:
ORA-25183: index-organized table top index segment is in a different tablespace


and

drop tablespace C03 including contents and datafiles cascade constraints
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-02429: cannot drop index used for enforcement of unique/primary key


SQL> drop tablespace C01 including contents and datafiles cascade constraints
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-04098: trigger 'SYS.DDL_LOG_TRIGGER' is invalid and failed re-validation



Thanks & Regards,
VN

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 7 2012
Added on May 10 2012
2 comments
988 views