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: Timestamp on Oracle database

Re: Timestamp on Oracle database

From: S Green <twogreens_at_sprynet.com>
Date: Sun, 6 Dec 1998 16:11:41 -0600
Message-ID: <74f2of$pcu$1@juliana.sprynet.com>


I don't believe that there is any underlying timestamp. One approach to solve your problem would be to "select for update" . Then the record is locked, until you issue a commit.

This is a common method to avoid racing conditions.

--scott Received on Sun Dec 06 1998 - 16:11:41 CST

Original text of this message

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