ORA-29500: NAMED keyword is invalid in CREATE JAVA CLASS
What triggered the Error:
NAMED keyword was specified in the CREATE JAVA CLASS statement. NAMED keywords are valid only in CREATE JAVA SOURCE or RESOURCE statements.What should we do to fix it:
move the NAMED keyword from the CREATE JAVA CLASS statement.