Database Error Messages

ORA-29524

wrong types of arguments in call to 'method_name'
  • method_name: The method name.

Cause

A method was called with arguments of incompatible type or types.


Action

Correct the arguments of the specified method.