Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-19035

Invalid items are selected in the query passed to newContextFromHierarchy().

Cause

The query should only select a number followed by an XMLType.


Action

Ensure that the result set of the query passed to newContextFromHierarchy() has only two selected items: the first must be a number and the second must be an XMLType.