error while drop user / tablespace
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