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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: SV: Hmmmmm

Re: SV: Hmmmmm

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Fri, 25 Jan 2002 08:15:07 -0800
Message-ID: <F001.003FB322.20020125075522@fatcity.com>

you need a where clause on that select statement, so that you get the ONE row in that table that you want.

and remove the nowait. Nowait tells Oracle to continue processing the next statement even if you didn't get the lock you wanted... Of course removing it has it's own drawbacks, you could be hung waiting for someone else to release the lock.


Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: wisernet100_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Jan 25 2002 - 10:15:07 CST

Original text of this message

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