Oracle 9 « Oracle « JPA Q&A





1. Hibernate 3 reconnecting problem with oracle 9    coderanch.com

Hi I am getting Exception while reconnecting to the Oracle database.with Hibernate 3. I was getting this problem when Data Base server restarts. its start working when restartig the application server. Here is the error message I am getting in logs JDBCException W org.hibernate.util.JDBCExceptionReporter logExceptions SQL Error: 17002, SQLState: null JDBCException E org.hibernate.util.JDBCExceptionReporter logExceptions Io exception: The Network Adapter could not ...

2. HIBERNATE 3 to ORACLE 9i    coderanch.com

I'm connecting to oracle 9.2.0.1 enterprise edition on win 2000 I'm using hibernate3.jar: "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> I found an error when connecting to DB that I not find when I connect on Oracle 9.2.0.4 on win 2000 server. The error is: it.netsphere.core.BusinessException: at it.netsphere.hibernate.HibernateUtil.beginTransaction(HibernateUtil.java:147) at it.netsphere.hibernate.HibernateSessionRequestFilter.doFilter(HibernateSessionRequestFilter.java:30) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at ...

3. Hibernate 1.1.8 and Oracle 9    forum.hibernate.org

4. Using hibernate with tapestry on Oracle 9i AS    forum.hibernate.org

Hello, I have a hibernate project that works in Tomcat with pooled jdbc datasource. When I deployed it to Oracle hibernate is no longer working. My questions is...where can I see the hibernate errors when it's deployed to oracle? I can't find a log that has the hibernate exceptions at all. Instead buildSessionFactory() just returns null and all I see is ...

6. Problem with Oracle 9.2.0.5.0 Hibernate 3.2.0    forum.hibernate.org

Hi All, I am facing a stange problem in my live environment all of a sudden . I am using the below version of softwares ORACLE 9.2.0.5.0 Hibernate 3.2.0 JDK 1.5 Driver - ojdbc14.jar version 10.2.0.2.0 my application is throwing the below exceptions. org.hibernate.exception.GenericJDBCException: could not get next sequence value at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103) at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) at org.hibernate.id.SequenceGenerator.generate(SequenceGenerator.java:96) at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:98) at ...