We are trying to post some transactions to the database(just select and update), just handful and getting delayed responses from the database using JDBC.
We are using WebSphere 7 and type 4 driver connecting to ORACLE back end. These transactions run much faster when run directly against database. DBA s argue that the transactions are processed faster but waiting on the client to accept.
Nothign is logged from WebSphere perspective in the System* logs regarding this issue. What sort of tracing can I enable on the Websphere to get more information regarding this.
Thanks in advance