Database Error Messages

ORA-00970

missing WITH keyword

Cause

The keyword START was specified without the keyword WITH. Both keywords were necessary if a START WITH clause is desired in a tree-structured query.


Action

Change the keyword START to the keywords START WITH. Then retry the statement.