How to fix the Oracle error ORA-19026: EXTRACTVALUE can only retrieve value of leaf node?
In this post, you’ll learn more about the Oracle ErrorORA-19026: EXTRACTVALUE can only retrieve value of leaf node with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-19026: EXTRACTVALUE can only retrieve value of leaf node
Reason for the Error ORA-19026: EXTRACTVALUE can only retrieve value of leaf node
Given XPath does not point to a leaf node.
How to fix the Error ORA-19026: EXTRACTVALUE can only retrieve value of leaf node ?
You can fix this error in Oracle by following the below steps
Rewrite the query so that a leaf node is returned.
Leave Your Comment