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: Index Partition Load Question

RE: Index Partition Load Question

From: Eric Buddelmeijer <Eric.Buddelmeijer_at_elegant.nl>
Date: Tue, 21 Jun 2005 20:26:05 +0200
Message-Id: <20050621182611.MKSM1226.amsfep20-int.chello.nl@wst116>


Try partition exchange.
Load the data into a table with the exact same layout as your partitioned table excluding the indices, except the table is not partitioned. Load your data into that table with the intermediate commits. Create the indices
(exact same name and columns and bitmapped or not) and do the partition
exchange.
Nobody notices you being busy, the partition just 'suddenly' (second) is filled. Love it.  

Kind regards,
Eric.


Van: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] Namens Pierce Vicki C
Verzonden: dinsdag 21 juni 2005 20:11
Aan: oracle-l_at_freelists.org
Onderwerp: Index Partition Load Question

I have a data warehouse load question that hopefully someone out here can answer:

The problem is I have a partitioned table with local partitioned bitmap indices. I am loading a single partition of the table. I want to disable the rebuild of indices in that partition until the load completes. The load process does intermediate commits so that I need a method of stopping the index rebuild/update until the entire load process completes. If I make the index partition unusable, the load cannot be done. I am looking for a method of stopping the index rebuild until the entire load is completed.'

Thanks in advance for your help.

Vicki Pierce
Database Administrator
IT Planning & Architecture
(714) 226-4003

This electronic message transmission, including any attachments, contains information from PacifiCare Health Systems Inc. which may be confidential or privileged. The information is intended to be for the use of the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited.
If you have received this electronic transmission in error, please notify the sender immediately by a "reply to sender only" message and destroy all electronic and hard copies of the communication, including attachments.

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jun 21 2005 - 14:31:27 CDT

Original text of this message

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