Oracle Error Message
ORA-29503: SCHEMA keyword not valid with NAMED keyword
Reason for the Error
SCHEMA and NAMED keywords were used together in the same CREATE JAVA command, but only one may be used in a CREATE JAVA command.
Solution
Remove either the NAMED or the SCHEMA keyword.