Oracle 10g « Oracle « JPA Q&A





1. Oracle 10g??    forum.hibernate.org

Hi, seeing that no one has post a reply to your question, I guess I have no other choice but to see if you have already used it and with what degree of succes (if any) My company is planing to move to 10g soon and I'd love to know if Hibernate has known problems with it. Did you finally tried ...

2. Hibernate and Oracle 10g UltraSearch    forum.hibernate.org

3. Oracle 10g and the org.hibernate.StaleObjectStateException    forum.hibernate.org

Author Message Trooper80 Post subject: Oracle 10g and the org.hibernate.StaleObjectStateException Posted: Tue Oct 24, 2006 5:27 am Newbie Joined: Sun Feb 19, 2006 2:46 pm Posts: 6 Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp Hibernate version:The one shipping with JBoss 4.0.4GA - I think 3.1.x Mapping documents: Code between sessionFactory.openSession() and session.close(): Full stack trace of ...

4. Hibernate 3.1 giving problem with oracle 10g    forum.hibernate.org

Full stack trace of any exception that occurs:org.hibernate.exception.SQLGrammarException: could not execute query at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:65) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) at org.hibernate.loader.Loader.doList(Loader.java:2150) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2026) at org.hibernate.loader.Loader.list(Loader.java:2021) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:369) at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:298) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1020) at org.hibernate.impl.QueryImpl.list(QueryImpl.java:74) at workflowtracker.Tracker.workflowCompleted(Tracker.java:129) at workflowtracker.Tracker.startNewWorkflow(Tracker.java:213) at workflowtracker.WorkflowTracker.eventOccured(WorkflowTracker.java:78) at watchdog.manager.WatchDog.eventOccured(WatchDog.java:63) at watchdog.monitors.Monitor.eventOccured(Monitor.java:138) at watchdog.monitors.FileSystemMonitor.monitorAnyFileCreation(FileSystemMonitor.java:133) at watchdog.monitors.FileSystemMonitor.monitor(FileSystemMonitor.java:88) at watchdog.monitors.FileSystemMonitor.run(FileSystemMonitor.java:72) at java.lang.Thread.run(Thread.java:595) Caused by: java.sql.SQLException: ORA-00933: SQL command not properly ended at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112) at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331) ...

5. Hibernate3 and Oracle 10g    forum.hibernate.org

Hi, I am using Hibernate 3 and oracle 10g. When using mapping between two tables for example Employee and Department, hibernate throws the following exception WARN [org.hibernate.util.JDBCExceptionReporter] - ERROR [org.hibernate.util.JDBCExceptionReporter] -

6. Hibernate 2.1 compatibility with Oracle 10g    forum.hibernate.org

7. Maven 2 + Hibernate + Oracle 10g    forum.hibernate.org

I've just started using hibernate as a jpa provider for my maven 2 project (I use Oracle 10g as a database). I fail to find a hibernate dependency with Oracle 10g dialect. Is there any way to solve this problem or should I just use Oracle 9 dialect ? Thanks in advance.

8. ORACLE 10G WITH Hibernate    forum.hibernate.org

Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp I am using oracle 10g with hibernate 3 . i am using it in an ejb application when ever i insert many records of a table with CLOB as a field then i get exception. The version of driver i am using is 10.2.0.1.0. in pojo i am using string for ...

9. Resolving oracle 10g dependencies using Hibernate    forum.hibernate.org

Hi all, I am new to hibernate. I am working on a web project which is tightly coupled with oracle 10g, and oracle features and utility functions like nvl, to_date, to_char etc are extensively used in the queries. Some queries are embedded in code, some are written in xmls to show some reports depending on the outputs of queries written in ...





10. Oracle 10g woes    forum.hibernate.org

Hibernate version: 3.0 We are using hibernate 3.0, spring 2.0.6 and trying to connect to an Oracle 10G database. Following are the connections.xml file details. Code:

11. oracle 10g and hibernate    forum.hibernate.org

12. Hibernate problem with Oracle 10g failover    forum.hibernate.org

Hi, I have an application using hibernate to connect to Oracle 10g. The application gives the following error when the database is switched from Primary server to Failover or from Failover server to Primary. org.hibernate.exception.GenericJDBCException: could not execute query 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.loader.Loader.doList(Loader.java:2216) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104) at org.hibernate.loader.Loader.list(Loader.java:2099) at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:94) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1569) at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:283) Caused by: java.sql.SQLException: No ...