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: Synchronizing 2 tables in same database -how ?

Re: Synchronizing 2 tables in same database -how ?

From: dias <ydias_at_hotmail.com>
Date: 20 Nov 2003 12:47:36 -0800
Message-ID: <55a68b47.0311201247.4bb63d5c@posting.google.com>


Hi,

The refresh fast option will not be a good choice here. This will create a snapshot log that will be very large and il could take a long time to refresh the MV.

CTAS with nologging, as Jonhatan said, will be faster. But this have to be tested ...

Dias

doron_almog_at_msn.com (Doron) wrote in message news:<995517bc.0311200752.36d57c95_at_posting.google.com>...
> hi,
>
> did you think about creating a materialized view of the table with the
> fast refresh option? it seems to me that it will fit your needs.
>
> regards,
> Doron
Received on Thu Nov 20 2003 - 14:47:36 CST

Original text of this message

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