ORA-00600: internal error code, arguments: [15264], [], [], [], [], [], [], []
Solution:
1. purge recyclebin;
2. Bounce(shutdown and startup) the database and retry drop the table.
If above does not help, then try
3. Set init.ora parameter "_recyclebin" = false, bounce the database and drop the table.