ORA-29513: referenced class name too long
What triggered the Error:
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.What should we do to fix it:
orten the referenced class name in the .class file.