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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Table modifications

Re: Table modifications

From: Martin Jesterhoudt <mjesterh_at_worldonline.nl>
Date: Wed, 19 May 1999 22:08:46 GMT
Message-ID: <37433628.5164636@news.worldonline.nl>


Hi,

>table. There will be 1 to N tables which hold
>data provided by customers. I want to merge
>these tables nightly into a single table which
>holds 3 or 4 fields being populated by data in
>the other tables. I want to only implement
>changes to the data nightly. Insert only if
>record doesn't currently exist, update only if
>the data is different, etc. What kind of
>strategy is best for handling this scenario?

I think one complex snapshot (with aggregation) will be perfect for you situation.


Received on Wed May 19 1999 - 17:08:46 CDT

Original text of this message

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