OCI-19224
XPTY0004 - XQuery static type mismatch: expected expected_type - given given_type
- expected_type: The expected static type.
- given_type: The actual type.
Cause
The expression cannot be used because the static type is not appropriate for the context in which it is used.
Action
Fix the expression to be of the required type or add the appropriate cast functions around the expression.
OCI-19224
XPTY0004 - XQuery static type mismatch: expected - string got - string
Cause
The expression could not be used because it's static type is not appropriate for the context in which it was used.
Action
Fix the expression to be of the required type or add appropriate cast functions around the expression.
OCI-19224
XPTY0004 - XQuery static type mismatch: expected - string got - string
Cause
The expression could not be used because it's static type is not appropriate for the context in which it was used.
Action
Fix the expression to be of the required type or add appropriate cast functions around the expression.