Database Error Messages

ORA-02023

START WITH or CONNECT BY predicate cannot be evaluated by remote data base

Cause

The statement contained a tree query on a remote database, and the tree query's START WITH or CONNECT BY predicate contained a term that could not be evaluated at the remote database. Such terms included calls to user functions, calls to USERENV, and references to ROWID.


Action

Remove the disallowed term, directly connect, or log on to the remote database.