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: Oracle partition key update question

RE: Oracle partition key update question

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Tue, 6 Jul 2004 15:31:39 -0400
Message-ID: <42BBD772AC30EA428B057864E203C9992743CA@MSGBOSCLF2WIN.DMN1.FMR.COM>


How does it update in situ?

Waleed

-----Original Message-----

From: Jonathan Lewis [mailto:jonathan_at_jlcomp.demon.co.uk]=20 Sent: Monday, July 05, 2004 1:54 AM
To: oracle-l_at_freelists.org
Subject: Re: Oracle partition key update question

The overhead is slightly worse than that. Oracle updates in situ, then deletes and inserts.

It's especially unpleasant if you've prefixed all your local indexes.

Regards

Jonathan Lewis

http://www.jlcomp.demon.co.uk

http://www.jlcomp.demon.co.uk/faq/ind_faq.html The Co-operative Oracle Users' FAQ

http://www.jlcomp.demon.co.uk/seminar.html Optimising Oracle Seminar - schedule updated May 1st

Yes, and since at least Oracle 8.1, if you create the table with, or enable
'ROW MOVEMENT' on the record.

Of course, there is an additional overhead to doing this, you are effectively doing a delete and insert, but if you have a packaged application that does silly things you may need to do this.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Tue Jul 06 2004 - 14:28:22 CDT

Original text of this message

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