ORA-01436: CONNECT BY loop in user data

ORA-01436: CONNECT BY loop in user data
======================================

this error will produce mostly from CONNECT BY looping from staement, this looping from sql cause never ending so it generates error.

 check with your trace file and check with  application team to know what they runing and rectify it 

No comments:

Post a Comment

View running queries in postgresql

 View running queries in postgreSQL: SELECT * FROM pg_stat_activity;