0 pts.
 ORA-01436 error
We are trying to use connect by ..prior feature of oracle. Having said that we had used this type of queries and now we are facing this loop error for connect by prior. Any suggestions.

Software/Hardware used:
ASKED: May 26, 2004  3:59 PM
UPDATED: June 1, 2004  1:40 PM

Answer Wiki:
Hi, ORA-01436 occurs when a row is an descendant of itself (which is what "loop" means in this context). Usually, this means a mistake in your data. It is possible to have loops in your data, but to do a hierarchical query on a subset of the data, as long as that subset does not contain any loops. If this is the case, reply with details of what your data is, exactly what you are trying to do, and the code that is producing the error.
Last Wiki Answer Submitted:  June 1, 2004  1:11 pm  by  FrankKulash   1,240 pts.
All Answer Wiki Contributors:  FrankKulash   1,240 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

We had solved this problem.

Many thanks to all those replied.

 0 pts.