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!

ORA-00600: internal error code while drop package !

shipon_97Jan 19 2014 — edited Jan 20 2014

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  ? 

This post has been answered by Suntrupth on Jan 19 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 17 2014
Added on Jan 19 2014
5 comments
1,008 views