JDBC Driver 10.2.0.2 + Hibernate: ORA-17021 Missing defines
Hi!
In my application (BTW a portlet running in WebSphere Portal 5.1.0.3) I suddenly get a SQLException with the ORA-17021 error code.
Please, could someone explain this error message? The manual says nothing except "Missing defines". What does that mean?
The application:
A portlet running in WPS 5.1.0.3, Java 1.4.2, using Spring and Hibernate.
Last changes made:
- Introduction of a unique constraint
- Introduction of several foreign keys
- Introduction of a new index
The query works if I run it from a tool (?'s replaced with some values), but not from the application.
Thanks for your help!