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

Home -> Community -> Usenet -> c.d.o.misc -> Re: sequence numbers

Re: sequence numbers

From: art <art_teqNOSPAM_at_hotmail.com>
Date: Tue, 21 May 2002 09:52:19 +0100
Message-ID: <3cea0ac5$1_2@nnrp1.news.uk.psi.net>

> > You need to lock the row so no one else can select & update it at the
> > same time.
> >
> > SELECT ...
> > FOR UPDATE
> >
> > UPDATE ...
> >
> > COMMIT;
> >

I've run with this for simplicity, it works like a charm. Thanks. Received on Tue May 21 2002 - 03:52:19 CDT

Original text of this message

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