Unable to drop user in Oracle9i database
We're facing some problems when trying to drop normal database users on Oracle9i database. I thought by applying patchset 7 might solve this problem but sill the following error showing whenever drop user command is issued:
SQL> drop user test cascade;
drop user test cascade
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 2
ORA-20001: You Cannot Delete This Object Contact DBA
ORA-06512: at line 8
Any suggestion regarding this error?
Thanks.