Forums Register Login

Using Oracle thin JDBC driver with Visual Age 4?

+Pie Number of slices to send: Send
Hi,
I'm trying to run my Websphere Test Environment (Visual Age for Java 4) with an Oracle 9i database using the provided Oracle JDBC thin driver. Everything works fine to begin with (I can create new beans etc), but when I try to update fields in my beans using the setter methods an error occurs; "ORA-01002 - fetch out of sequence".
As I understand it, this is a result of the JDBC driver using autocommit = true as default? If this is the case, how do I avoid the problem – i.e. is there a way to make Websphere Test Environment disable autocommit?
+Pie Number of slices to send: Send
after you create your connection call con.setAutoCommit(false);
If you haven't already done so, any DML statements/transactions will need to have a con.commit(); or con.rollback();
Jamie
Something must be done about this. Let's start by reading this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 869 times.
Similar Threads
Where to Place OracleDriver in WebSphere Test Environment for JSP page Development
Websphere Application Server
Oracle XA Data Source Problem using EJB
images included in JSP pages don't always load
Using Oracle thin JDBC driver with Visual Age 4?
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 05:15:24.