标题: ORA-30008: CONNECT BY clause must reference [打印本页] 作者: admin 时间: 2016-9-4 19:02 标题: ORA-30008: CONNECT BY clause must reference ORA-30008: CONNECT BY clause must reference a PRIOR Cause: A CONNECT BY clausedid not include a predicate referencing a PRIOR
so there was no condition connecting a parent row to its child row. Action: Add a reference to aPRIOR in the CONNECT BY clause.