1. Oracle OCI Driver forum.hibernate.orgI'm using JBoss 3.2.3, Hibernate 2.1 and Oracle 9.2. My datasource is configure to use the OCI client and JBoss keeps throwing these exceptions. 17:46:28,539 INFO [STDOUT] Hibernate: insert into spool (repository_name, message_state, erro r_message, sender, recipients, remote_host, remote_addr, message_body, last_updated, message_n ame) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 17:46:28,613 WARN [TransactionImpl] XAException: tx=TransactionImpl:XidImpl [FormatId=257, Gl ... |
2. Problem with WebLogic OCI driver for Oracle 8.1.7 forum.hibernate.org |
3. Hibernate 2.14 and Oracle 9i OCI XA driver forum.hibernate.org |
4. Oracle OCI driver forum.hibernate.orgHi I am trying to get Hibernate 2 working with the Oracle OCI driver. As you might all know there is a size limit of 4K when using CLOBs through the JDBC Thin Driver. When using the OCI, you won't have that issue. Problem is, I can't get Hibernate to work with this driver. If anyone has any thoughts on this, ... |
5. make_statement error with oracle oci and pl/sql forum.hibernate.orgNewbie Joined: Wed Sep 07, 2005 4:54 am Posts: 4 I'm using a hibernate session, to get a database-Connection for executing an Oracle Stored Procedure, which returns a cursor. The statement/Javafunction works on my client, but on the server an exception is thrown: java.lang.UnsatisfiedLinkError: make_statement oracle.jdbc.oci8.OCIDBAccess.make_statement(Native Method) The configuration of bove systems is equal. Hibernate version: 3.0 Code between sessionFactory.openSession() and ... |