Oracle Error Message
ORA-29531: no method string in class string
Reason for the Error
An attempt was made to execute a non-existent method in a Java class.
Solution
Adjust the call or create the specified method.
ORA-29531: no method string in class string
An attempt was made to execute a non-existent method in a Java class.
Adjust the call or create the specified method.