1. Exception while writing to the Database (org.hibernate.exception.ConstraintViolationException) stackoverflow.comI have a file(this file actually has tab separated values) which has to be written into one of the database tables. This file can contain duplicate entries as well. I am ... |
2. Oracle Synonyms exception on Hibernate startup forum.hibernate.orgNewbie Joined: Thu Dec 09, 2004 4:26 am Posts: 19 Location: Yorkshire, UK Hey Chaps, I have two Oracle databases so instead of two sessions, I created synonyms and only used the one datasource. The synonyms have select permission granted but no write permissions. The classes corresponding to the synonyms are marked Code: mutable="false" in the mappings. On startup the SchemaUpdate ... |
3. Strange ORA-12899 exception forum.hibernate.orgAuthor Message marlonguerios Post subject: Strange ORA-12899 exception Posted: Tue Oct 21, 2008 9:04 am Newbie Joined: Tue Oct 21, 2008 8:56 am Posts: 2 I'm working with hibernate 3.2.5.ga, annotation 3.3.0.ga, commons-annotation 3.0.0.ga, entity-manager 3.3.1.ga with Oracle 10g on Suse Linux, thin driver. I'm getting the following error from time to time. It doesn't happen all the time, ... |