Oracle Error Message
ORA-29513: referenced class name too long
Reason for the Error
An attempt was made to import a .class file containing a class name of length greater than %d. The .class file could not be imported because the referenced class name was too long.
Solution
Shorten the referenced class name in the .class file.