For errors like this you should involve oracle support. Unfortunately you do not mention what oracle release you are using. The error can be related to optimizer bind peeking. Depending on the oracle version different workarounds apply.
You have two ways to address this:
- upgrade to 11.2
- set oracle parameter
_optim_peek_user_binds = false
Of course underscore parameters should only be set if advised by oracle support
Related Posts:
- issue ORA-00001: unique constraint violated coming in INSERT/UPDATE
- ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
- Hibernate dialect for Oracle Database 11g?
- SQL error “ORA-01722: invalid number”
- ORA-12514 TNS:listener does not currently know of service requested in connect descriptor
- QL Error: ORA-00933: SQL command not properly ended
- ORA-01017 Invalid Username/Password when connecting to 11g database from 9i client
- ORA-28040: No matching authentication protocol exception
- SQL Error: ORA-00942 table or view does not exist
- ORA-00984: column not allowed here [duplicate]
- ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
- How to resolve ORA 00936 Missing Expression Error?
- SQL not a single-group group function
- PLS-00201 – identifier must be declared
- HTTP Status 405 – Request method ‘POST’ not supported (Spring MVC)
- org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘MyController’:
- ORA-30926: unable to get a stable set of rows in the source tables
- Error creating bean with name ‘entityManagerFactory’ defined in class path resource : Invocation of init method failed
- Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
- PLS-00103: Encountered the symbol “CREATE”
- Oracle client ORA-12541: TNS:no listener
- SQL error “ORA-01722: invalid number”
- ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist
- Error creating bean with name ‘entityManagerFactory’ defined in class path resource : Invocation of init method failed
- Unable to create requested service [org.hibernate .engine.jdbc.env.spi.JdbcEnvironment]-MySQL
- ORA-12899: value too large for column
- Oracle startup not possible – ORA-00845: MEMORY_TARGET not supported on this system – but memory size seems to be fine
- How does spring.jpa.hibernate.ddl-auto property exactly work in Spring?
- Oracle date format picture ends before converting entire input string
- HTTP Status 405 – Request method ‘POST’ not supported (Spring MVC)
- SQLPLUS error:ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
- SQL Error: ORA-00913: too many values
- UTL_FILE.FOPEN() procedure not accepting path for directory?
- ORA-01653: unable to extend table by in tablespace ORA-06512
- SQL Error: ORA-01861: literal does not match format string 01861
- ORA-28001: The password has expired
- ORA-01461: can bind a LONG value only for insert into a LONG column-Occurs when querying
- Oracle “SQL Error: Missing IN or OUT parameter at index:: 1”
- sqldeveloper error : no ocijdbc11 in java.library.path on windows 7
- Oracle SQL Developer: Failure – Test failed: The Network Adapter could not establish the connection?
- ORA-01747: invalid user.table.column, table.column, or column specification
- How to solve the “failed to lazily initialize a collection of role” Hibernate exception
- SQL Queries “00904. 00000 – “%s: invalid identifier”
- How to display databases in Oracle 11g using SQL*Plus
- SQL Error: 0, SQLState: 08S01 Communications link failure
- grant select on view
- What kind of Java type is “[B”?
- Query to display all tablespaces in a database and datafiles
- ‘NOT LIKE’ in an SQL query
- What does java:comp/env/ do?
- ORA-20002: YOU ARE NOT ALLOWED TO CHANGE THE PASSWORD FOR CRITICAL SCHEMAS
- How can I set a custom date time format in Oracle SQL Developer?
- How to copy files into a virtual box oracle box
- Find out the history of SQL queries
- Spring Hibernate – Could not obtain transaction-synchronized Session for current thread
- ORA-00904: invalid identifier
- What is a spring service annotation? [duplicate]
- java.lang.ClassNotFoundException: com.mysql.jdbc.Driver in Eclipse
- This application has no explicit mapping for /error
- java.lang.ClassNotFoundException: com.mysql.jdbc.Driver in Eclipse
- how to fix oracle ORA-01722 invalid number error
- ORA-00979 not a group by expression
- ORA-00907: missing right parenthesis
- com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
- error: ORA-65096: invalid common user or role name in oracle
- ORA-12154 could not resolve the connect identifier specified
- com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
- How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
- ORA-01843 not a valid month- Comparing Dates
- DB2 jdbc connection error Connection refused. ERRORCODE=-4499, SQLSTATE=08001
- Understanding Spring @Autowired usage
- com.atomikos.icatch.SysException: Error in init: Log already in use? tmlog in ./
- ORA-00918: column ambiguously defined in SELECT *
- Spring @PropertySources value not overriding
- Oracle error : ORA-00905: Missing keyword
- What does SQL Select symbol || mean?
- How do I limit the number of rows returned by an Oracle query after ordering?
- Oracle SELECT TOP 10 records
- “NoClassDefFoundError: Could not initialize class” error
- Can a foreign key be NULL and/or duplicate?
- How to Select Top 100 rows in Oracle?
- ORA-12560: TNS:protocol adaptor error
- Java Project: Failed to load ApplicationContext
- No String-argument constructor/factory method to deserialize from String value (”)
- BeanFactory vs ApplicationContext
- Spring boot – Request method ‘POST’ not supported. Tried everything
- What does the following Oracle error mean: invalid column index
- org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect’ not set
- “NoClassDefFoundError: Could not initialize class” error
- “NoClassDefFoundError: Could not initialize class” error
- ORA-00972 identifier is too long alias column name
- ORA-01830: date format picture ends before converting entire input string / Select sum where date query
- What does the following Oracle error mean: invalid column index
- What is difference between CrudRepository and JpaRepository interfaces in Spring Data JPA?
- java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
- Difference between spring @Controller and @RestController annotation
- How to fix org.hibernate.LazyInitializationException – could not initialize proxy – no Session
- Oracle Apex column link from LOV values
- PLS-00103: Encountered the symbol when expecting one of the following:
- What’s the difference between RANK() and DENSE_RANK() functions in oracle?