Database Error Messages

OCI-19161

XPTY0004 - XQuery type mismatch: invalid argument type 'arg_parameter' for function 'func_parameter'
  • arg_parameter: The argument passed to the function.
  • func_parameter: The function name.

Cause

The type of the argument that is passed to the specified function is not valid.


Action

Fix the argument to be of a type supported by the specified function.