extractvalue returns value of only one node
9.2.0.5.0
I have a working view that extractsvalue() from a clob column containing xml. When I select more than one record or select * from the view, for a few records, I get "ora-19025 extractvalue returns value of only one node". The problem is the error message doesnt give me hints as to what record or element is causing the problem? Is there a way to determine which records or which elemment is the culprit when only a few records in the clob column are causing this to happen?