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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Is it possible to timeout in PRO*C/C++?

Re: Is it possible to timeout in PRO*C/C++?

From: Galen Boyer <galenboyer_at_yahoo.com>
Date: 4 May 2001 08:41:11 -0500
Message-ID: <uvgnhmdv0.fsf@primix.com>

On Fri, 4 May 2001, ygao_at_mindspring.com wrote:

> This is also row locking related. When some rows are locked,
> I'd like to select the other unlocked rows for update.
> Trying to update a locked row or select a locked row for update
> causes my app stuck.

I see. You want the smaller solution to be used as you cycle through a set of rows.

Hm... I would use the select for update nowait solution.

-- 
Galen
I don't want to be the rock.  Yeah, okay, what do you want to be?
I want to be the piece of glass.
Received on Fri May 04 2001 - 08:41:11 CDT

Original text of this message

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