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: Does Index get updated ??

Re: Does Index get updated ??

From: Edgar Chupit <chupit_at_gmail.com>
Date: Sat, 9 Oct 2004 07:57:13 +0300
Message-ID: <a8f0771c04100821577b343879@mail.gmail.com>


Dear sat0789,

You can find detailed explanation about what happens when you update without changing values in this article
http://www.jlcomp.demon.co.uk/10_update_cost_i.html. Jonathan Lewis explains all aspects of updating without changing values.

On Fri, 08 Oct 2004 15:06:25 -0700, sat0789_at_fastmail.fm <sat0789_at_fastmail.fm> wrote:
> Hello All,
> update a
> set loan_key = 123,
> b = bbb
> c = ccc
> where loan_key = 123
>
> will this update statement also cause the index to be updated even
> though the column value does not change.

--
 Edgar
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Oct 08 2004 - 23:52:46 CDT

Original text of this message

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