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: Replication using Snapshots

Re: Replication using Snapshots

From: Simon Adebisi <omar_adebisi_at_hotmail.com>
Date: 7 May 2003 12:39:56 -0700
Message-ID: <f1e58c26.0305071139.ab26b9e@posting.google.com>


Also, the use of the dbms_refresh.make will create a refresh group using the params:

call dmbs_refresh.make (

  [Name of Refresh Group],
  [Name of Snapshot],
  [Next Date],
  [Interval for Refresh])

Cheers,

"Rookie" <fake_at_fake.com> wrote in message news:<3eb90d94_at_shknews01>...
> To automatically update the snapshot
> call dbms_refresh.make('rfgs1','system.warehouse', sysdate,'sysdate+1/144')
>
>
> Could someone please tell me what is 'rfgs1' please? Is that just a name?
> thanks!
>
> call dmbs_refresh.make (?,?,?,?)
>
> What should I enter for each '?' thanks
Received on Wed May 07 2003 - 14:39:56 CDT

Original text of this message

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