ORA-00604: error occurred at recursive SQL level 1
Hi ,
We get an error using a tomcat 6 Application , java 1.7 using DB Oracle 11.2.0.4.2 on Linux x86_64 RH 6.4 .
From the tomcat log we see:
Java::JavaSql::SQLException (ORA-00604: error occurred at recursive SQL level 1
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'SYNCRN'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
Please , How can we avoid this error?
regards
Giorgio