Database Error Messages

ORA-19226

XPTY0006 - XQuery dynamic type mismatch: expected exp_type given got_type
  • exp_type: The expected type.
  • got_type: The actual type.

Cause

The expression cannot be used because its dynamic type does not match the required type as specified by XQuery sequence type's matching rules.


Action

Fix the expression to return the expected type or use the appropriate cast functions.