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: Snapshot questions

Re: Snapshot questions

From: Jusung Yang <JusungYang_at_yahoo.com>
Date: 23 Mar 2003 19:06:57 -0800
Message-ID: <130ba93a.0303231906.2821accd@posting.google.com>


76434.1353_at_compuserve.com (Ton) wrote in message news:<4477604.0303231017.4c01a313_at_posting.google.com>...
> I have some questions about creating a snapshot environment
> (Oracle realease 8.17.4i Windows NT)
>
> What do I need:
>
> - Replicate Master Table A + indexen to a Remote server "Snapshot"
> - Snapshot data is READ-Only
> - Data refresh oneway every hour " FAST" and one time day "Complete"

If this is all that you need, you don't really need to go through all the replication steps. Just

  1. Create a materialized view log on the master table.
  2. Create a read-only materialized view (make sure it is fast refreshable) on the materialized view site, specify hourly refresh interval.
  3. Schedule a job to do the daily complete refresh.
  4. Sync. steps 2 and 3.

Fairly simple. You don't need to rely on OEM either.

Received on Sun Mar 23 2003 - 21:06:57 CST

Original text of this message

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