> oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:
> 2672)
Maybe your query is just taking too long to execute. Or maybe there is
something wrong with the network connection between your program and the
database.
You could try running the same query from whatever interactive SQL tool Oracle
provide.
-- chris
aemi - 02 Mar 2007 02:40 GMT
On Mar 1, 11:07 pm, "Chris Uppal" <chris.up...@metagnostic.REMOVE-
THIS.org> wrote:
> > oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:
> > 2672)
[quoted text clipped - 7 lines]
>
> -- chris
thanks chris