Oracle Error ORA-29663: Unable to find a method that matches one or more of the functions

Oracle Error Message

ORA-29663: Unable to find a method that matches one or more of the functions

Reason for the Error

The EXTERNAL NAME option of one or more functions do not match any method in the defined class.

Solution

Make sure the EXTERNAL NAME option of each function matches a method in the defined in the defined class.