My company is writing some java program , and use JDBC to execute SQL statment. However, somtimes the java program will throw an exception with this message : "ORA-00604: error occurred at recursive SQL level 1. Can anyone tell me what is recursive SQL ?
According to the Oracle documentation, a recursive sql statement is simply one that applies to internal catalog tables. Unfortunately this means that the Ora-00604 doesn't give you a real clue as to what is wrong. There is supposed to be another error that describes the actual problem. Are you seeing any other errors being returned?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.