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

Home -> Community -> Usenet -> c.d.o.server -> Re: data load into partition table

Re: data load into partition table

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 3 Jan 2001 07:09:52 -0000
Message-ID: <978505601.13768.0.nnrp-08.9e984b29@news.demon.co.uk>

Does this mean that uses could also be inserting new data into the partition at the same time ? If not you could try something like:

Create temp_table as select * from partition; SQL*Load into temp_table;
index temp_table;
exchange;

--
Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

Practical Oracle 8i:  Building Efficient Databases

Publishers:  Addison-Wesley
See a first review at:
http://www.ixora.com.au/resources/index.htm#practical_8i
More reviews at: http://www.jlcomp.demon.co.uk/book_rev.html



bsonia_at_my-deja.com wrote in message <92tmhi$oh6$1_at_nnrp1.deja.com>...

>This sounds great if there isn't any data existing in the partition
>before the load.
>
>What if there is?
>
>Bill Sonia
>Achaia Solutions, Inc
>
Received on Wed Jan 03 2001 - 01:09:52 CST

Original text of this message

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