Database Error Messages

ORA-19036

invalid query result set in newContextFromHierarchy()

Cause

The result set of the query passed to newContextFromHierarchy() did not have the same property as the result set generated by a CONNECT BY query.


Action

Ensure that the query passed to newContextFromHierarchy() is a CONNECT BY query or that the query returns a result set having the same property as the result set generated by a CONNECT BY query.