Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How cancel query through JDBC?

Re: How cancel query through JDBC?

From: Don Seiler <don.seiler_at_cellcom.com>
Date: Thu, 31 Jul 2003 12:30:18 -0500
Message-Id: <pan.2003.07.31.17.30.13.711754@cellcom.com>


Something to think about for the future perhaps. Unfortunately I'm currently on Oracle 7.3.4.5. I'm in charge of upgrading to Oracle 9i by the end of the year, which isn't going to be fun but hopefully will be worth it.

Thanks anyway.

Don.

On Thu, 31 Jul 2003 17:04:18 +0000, Brian Peasland wrote:

> An easy way in Oracle 9i is to use the new FOR UPDATE WAIT clause. You
> can specify the timeout isnstead of waiting forever. JDBC probably won't
> handle this feature for you, but you can place the update logic in a
> stored proc and have your Java program call the stored proc.
>
> HTH,
> Brian
Received on Thu Jul 31 2003 - 12:30:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US