Database Error Messages

OCI-19287

XPST0017 - invalid number of arguments to function - context_name:function_name
  • context_name: The context name.
  • function_name: The name of the function.

Cause

The name and arity of the function call specified cannot be matched with an in-scope function in the static context.


Action

Fix the name of the function or the number of parameters to match the list of in-scope functions.