Oracle Error Message
ORA-29500: NAMED keyword is invalid in CREATE JAVA CLASS
Reason for the Error
A NAMED keyword was specified in the CREATE JAVA CLASS statement. NAMED keywords are valid only in CREATE JAVA SOURCE or RESOURCE statements.
Solution
Remove the NAMED keyword from the CREATE JAVA CLASS statement.