websphere « oracle « Java Database Q&A





1. Is there a way to automate EAR deployment in WebSphere and OracleAS?    stackoverflow.com

I am looking for a solution to automate EAR deployment for OracleAS and WebSphere application servers. Can you guys suggest some open source solution for this? Thanks, Venkat

2. UnsatisfiedLinkError on Websphere Application Server 6.1 Data Source    stackoverflow.com

I am unable to start the installed App on my WAS instance. I believe the root cause is an UnsatisfiedLinkError which is shown as follows: Caused by: java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path ...

3. Resource DATASOURCE rolled back in cleanup of LocalTransactionContainment    stackoverflow.com

Im working in a WebSphere Application Server 7, JDK 1.6 and Oracle 11g. Im always receiving this error when using an ejb.

[7/1/10 17:12:28:770 BOT] 00000013 LocalTranCoor W ...

4. WebSphere to Oracle - doesn't accept correct password    stackoverflow.com

In WebSphere 6.1 I have created a datasource to an Oracle 11g instance using the thin JDBC client. In Oracle I have two users, one existing and another newly created. My websphere datasource ...

5. Websphere application server 5.1 DataSource no longer valid when DB is rebooted    stackoverflow.com

First of all, we are running a Java Web application running on WAS 5.1. Behind that, we use an Oracle data base. The problem that we're faced to is really simple, ...

6. Why did transaction rollback during stage3CommitProcessing?    stackoverflow.com

In a Java program running in two Websphere nodes the following race scenario happens in a distributed transaction managed by Websphere Transaction Manager. The transaction spans across a JMS (Websphere-MQ) ...

7. BLOB.createTemporary() Invalid argument(s) exception    stackoverflow.com

Here I come with another question that will probably not be answered because it's a wierd problem!!! We are using Rational Software Development Platform V6 with WebSphere V5.1 to run our ...

8. What is causing spikes for JDBC calls to Oracle from within Websphere?    stackoverflow.com

I was wondering whether someone can shed some light on the following issue: We've been seeing spikes for JDBC calls from within a Spring 2.5.6 based web service run on Websphere 6.1 ...

9. Create a Service with Java that runs when the app is deoployed ?    stackoverflow.com

I have a Web Application with J2EE and Spring, related to an Oracle 10g Database. I want to create a Service in Java that will poll statistics from the Database and ...





10. Oracle data types and WebSphere Connection Pool    coderanch.com

Since you have already asked this question in the Websphere and Oracle forums, I am closing this one. Please do not post the same question in multiple forums. The staff here is pretty good about moving posts that need to be moved to the appropriate place. So if you are unsure about where to post a question, rest assured it will ...

13. Websphere issue with casting PreparedStatement to Oracle Prepared Statement    coderanch.com

I have a problem running on Websphere only with casting a PreparedStatement object to an OraclePreparedStatement object. The code I am using is as follows: int BATCH_SIZE = 2000; ((OraclePreparedStatement)pstatementOra).setExecuteBatch(BATCH_SIZE); The error I am getting is: Error updating database.java.lang.ClassCastException: com.ibm.ws.rsadapter.jdbc.WSJdbcPreparedStatement This code runs on our Apache Tomcat environment Any help would be appreciated! Thanks!

14. websphere 7.0.0.9 Oracle client 11.0.0.1    forums.oracle.com

We have websphere 7.0.0.9 and the application works fine with Oracle client 11.0.0.1 But when we test the application with Oracle client 11.0.0.2, it's failing. Just I want to know whether websphere 7.0.0.9 is compatible with Oracle client 11.0.0.1 and Oracle client 11.0.0.2. In both the cases, Oracle DB server is 11.0.0.2. Can you get this compatibility matrix of Websphere 7.0.0.9 ...