ora « Insert « JPA Q&A





1. ORA-04043 Error when insert via synonym using OCI driver    forum.hibernate.org

java.sql.SQLException: ORA-04043: object AUDIT_LOG does not exist at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112) at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:676) at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:602) at oracle.jdbc.driver.T2CConnection.doDescribeTable(T2CConnection.java:3028) at oracle.jdbc.driver.PhysicalConnection.prepareStatement(PhysicalConnection.java:3465) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.hibernate.util.NamedGeneratedKeysHelper.prepareStatement(NamedGeneratedKeysHelper.java:42) ...

2. NullPointerException on INSERT using Oracle ORA_ROWSCN    forum.hibernate.org

Newbie Joined: Thu Jan 18, 2007 2:46 pm Posts: 3 Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp Hibernate version: 3.3.1 I was tying to ORA_ROWSCN as a version column, but it does not appear that the value is assign prior to commit Code: 2008-12-12 11:58:57,065 DEBUG [org.hibernate.SQL] - /* insert com.arccorp.database.salesreporting.domain.Tran ...