| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: When remote database used in DB Link is down, JDBC hangs
I do not code java and I do not use Tomcat, but the thought occurred to
me that in our environment each java statement is by default commited
though the programmer can take control of the commit processing. Now a
select would normally not require committing; however a distributed
select is a transaction that does take rollback sement entries in all
involved databases. A commit or rollback is required to release these
rbs entries. Try adding an explicit commit before the close in the
first cursor and see if this has any effect on the observed behavior.
HTH -- Mark D Powell -- Received on Sat Feb 11 2006 - 11:03:47 CST
![]() |
![]() |