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.
ORA-19226
XPTY0006 - XQuery dynamic type mismatch: expected string got string
Cause
The expression could not be used because it's dynamic type did not match the required type as specified by XQuery sequencetype matching rules.
Action
Fix the expression to return the expected type or use appropriate cast functions.
ORA-19226
XPTY0006 - XQuery dynamic type mismatch: expected string got string
Cause
The expression could not be used because it's dynamic type did not match the required type as specified by XQuery sequencetype matching rules.
Action
Fix the expression to return the expected type or use appropriate cast functions.