Friends ,
I am using oracle 10g in Oracle Ent Linux 5.0 . Now I want to drop a user , when I give the 'drop user' command I got the below error :
SQL> drop user user cascade;
drop user user cascade
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [psdtyfnd_with_suffix], [], [], [],
[], [], [], []
Then I try to manually drop all the object of the specified schema . All objects are dropped except a 'PACKAGE' . When I manually drop that PACKAGE
again then I found the above error again . Now I am sure that this 'package' is the main culprit .
Now would anyone please help me how I drop this package manually ?