ORA-01436 CONNECT BY loop in user data

  • Share
  • Share

Description:
ORA-01436 CONNECT BY loop in user data

Cause:
The condition specified in a CONNECT BY clause caused a loop in the query, where the next record to be selected is a descendent of itself. When this happens, there can be no end to the query.

ORA-00900 to ORA-01499 , , , , , ,

  1. admin
    March 20th, 2009 at 13:46 | #1

    Check the CONNECT BY clause and remove the circular reference.

  1. No trackbacks yet.