oracle 3 « Database « Spring Q&A





1. oracle.jdbc.xa.OracleXAException when using XA with spring jdbc    forum.springsource.org

Apr 19th, 2010, 12:26 PM #1 shashi View Profile View Forum Posts Private Message Senior Member Join Date Jul 2006 Posts 126 oracle.jdbc.xa.OracleXAException when using XA with spring jdbc Hi, We ...

2. Configura Datasource for oracle 10g application    forum.springsource.org

Hi, guys. I have a problem: I need to configure datasource for an application with JPA, Oracle, Spring, tomcat and Myfaces. I have all configurated but datasource. Which is the best ...

3. Labeling connections using Oracle Universal Connection Pool doesnt seem to work    forum.springsource.org

Labeling connections using Oracle Universal Connection Pool doesnt seem to work I'm evaluating the Oracle Universal Connection Pool (UCP) [1] included with their 11.2 JDBC driver, but cannot get the labeling ...

4. SpringSource Advanced Pack for Oracle DB - Live or Dead    forum.springsource.org

Hi I have previously investigated the beta release of SpringSource Advanced Pack for Oracle DB, and am now working on a development that could potentially benefit from it's use. However, there ...

5. Can't use KeyHolder with INSERT ... SELECT on Oracle    forum.springsource.org

Can't use KeyHolder with INSERT ... SELECT on Oracle This statement works if I run it from my Oracle client (SQL Developer): Code: insert into Person (Name) select 'Bob' from dual ...

6. Oracle DBMS_XMLGEN.GETXML    forum.springsource.org

Oracle DBMS_XMLGEN.GETXML Has anyone ever tried to use the built in DBMS_XMLGEN.GETXML function in oracle using the Stored Procedure support in Spring 3? Code: package com.test.jdbc.stored.procedure.dao; import java.sql.Types; import java.util.HashMap; import ...

7. how to trap Oracle error when creating context?    forum.springsource.org

how to trap Oracle error when creating context? I am using Spring and Hibernate for a desktop application. My context creates a org.apache.commons.dbcp.BasicDataSource and a org.springframework.orm.hibernate3.annotation.Anno tationSessionFactoryBean. my problem is detecting ...

8. Null Time in Oracle Date?    forum.springsource.org

Null Time in Oracle Date? Hi everyone, This seems like such a bonehead question, but I've been chasing my tail around a tree all day. I have a Struts 2 + ...

9. springsource toolkit and Oracle packages    forum.springsource.org

Hi I am admittedly a N00b i am a flex programmer, trying to connect Flex to oracle thru Springframework using SpringSource Tool Suite. currently i am using a oracle thin driver ...





10. NotReadablePropertyException possibly caused by Oracle VARCHAR vs CHAR(1)    forum.springsource.org

NotReadablePropertyException possibly caused by Oracle VARCHAR vs CHAR(1) I have an entity class defined as follows: Code: @Entity @RooJavaBean @RooToString @Table(name = "INCIDENT_TYPE") @RooEntity(identifierField = "incidentTypeCd", identifierColumn = "INCIDENT_TYPE_CD", identifierType = ...

11. Problem deploying Spring 3 app to Oracle Application Server - ClassCastException    forum.springsource.org

Problem deploying Spring 3 app to Oracle Application Server - ClassCastException Has anyone succeeded in running a Spring 3.x webapp under pre-Weblogic Oracle Application Server or OC4J? Unfortunately our customer is ...

12. Test cases for Oracle Exceptions??    forum.springsource.org

Test cases for Oracle Exceptions?? Hi, Are there test cases that the Spring project (or others) could share that would through the Oracle SQLExceptions *exactly* as the Oracle JDBC driver would? ...

13. Problem with DBRE and Oracle    forum.springsource.org

Problem with DBRE and Oracle Hi all, im using an Oracle Database with Roo. When i run the application with tomcat it connects with database correctly and i can add,update,delete rows ...

14. Troubles introspecting an Oracle DB    forum.springsource.org

Troubles introspecting an Oracle DB Hi, I'm having troubles introspecting an Oracle DB. I'm new to Roo, so it probably is something I'm doing wrong. I'm getting the error: "No Spring ...

15. Database reverse engineering fails on Oracle db    forum.springsource.org

Database reverse engineering fails on Oracle db Hi, I'm trying to reverse engineer an Oracle database with Roo. I am able to instrospect the database without error, and the results look ...

16. Using Oracle Instant Client for OCI connection instead of JDBC    forum.springsource.org

Using Oracle Instant Client for OCI connection instead of JDBC I thought I had this figured out in my STS environment but now it cannot find Oracle Instant client for its ...





17. Loosing Oracle connection    forum.springsource.org

Loosing Oracle connection Hi all, I have a problem with my application. I use WLS 8.1, Spring, Oracle 8i, Hibernate. My problem is that after a long time my application loose ...