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: WHERE CURRENT OF Question

Re: WHERE CURRENT OF Question

From: Viktor <stant_98_at_yahoo.com>
Date: Fri, 05 Oct 2001 10:31:34 -0700
Message-ID: <F001.003A3C06.20011005104216@fatcity.com>

Hi Bill,

I didn't really do much checking, but my guess is that the 'WHERE CURRENT OF' works here because you're selecting * in the cursor.

If you, for instance, select columna_a as supposed to *
then you will most likely get the error.

My guess is that this is just how ORACLE locks the set when you select in the cursor; therefore, you don't get the error. But,like I said, if you only select column_a, and then, attempt to update column_b, you will most likely see the error that you might have expected.

Regards.


Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Viktor
  INET: stant_98_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 Oct 05 2001 - 12:31:34 CDT

Original text of this message

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