标题: ORA-19036: Invalid query result set in newContextFromHierarchy [打印本页] 作者: admin 时间: 2016-8-31 12:07 标题: ORA-19036: Invalid query result set in newContextFromHierarchy ORA-19036: Invalidquery result set in newContextFromHierarchy() Cause: The result set of the query used in thenewContextFromHierarchy() does
not have the same property as the result set generated by a CONNECT BY query. Action: Makesure the query used in newContextFromHierarchy() is a CONNECT
BY query or the query returns the result set have the same property as theresult
set generated by a CONNECT BY query.