java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1 ORA-06550: line 6, column 13: PLS-00306: wrong number or types of arguments in call to 'ODCISTATSINDEXCOST' ORA-06550: line 6, column 7: PL/SQL: Statement ignored
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 452043, 1 year ago
via Oracle Community by 452043, 1 year ago
via Oracle Community by 424830, 1 year ago
via Google Groups by Alex Grivnin, 10 months ago
via Oracle Community by 632825, 1 year ago
via Hibernate JIRA by Fabio Tudone, 1 year ago
java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1 ORA-06550: line 6, column 13: PLS-00306: wrong number or types of arguments in call to 'ODCISTATSINDEXCOST' ORA-06550: line 6, column 7: PL/SQL: Statement ignored
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:2321)
at oracle.jdbc.oci8.OCIDBAccess.parseExecuteDescribe(OCIDBAccess.java:1255)
at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2391)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2672)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:589)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:527)