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: Replicate and foreign keys

Re: Replicate and foreign keys

From: Pete Sharman <psharman_at_us.oracle.com>
Date: Thu, 02 Sep 1999 15:50:26 -0700
Message-ID: <37CEFF32.77232A8C@us.oracle.com>


Nicolas

You need to be careful about how you set up the refresh groups. Both tables involved in a referential integrity constraint (i.e. master and detail) need to be in the same refresh group.

HTH. Pete

Nicolas Bronke wrote:

> We are planning to install in a wan a replik of our database. The first step
> the replik are is read-only but in futures it may change.
>
> My question is:
>
> The origin database has many tables with dependencies (foreign keys). Could
> that be a problem?
>
> For the time being, we are planning to generate for all tables automatic
> snapshots via a dblink like
>
> create snapshot TTABLE
> TABLESPACE SNAPSHOT
> refresh start with trunc(sysdate)+19/24 next trunc(sysdate+1)+7/24
> as
> ....
>
> could that be a problem for the reference keys, which exists in the orign
> database? Does the replik have performance problems, because the snapshots
> have no index?
>
> Could it be also a problem if we are using updateble snapshots?
>
> Thanks for any comments.
>
> Regards
> Nicolas Bronke


Received on Thu Sep 02 1999 - 17:50:26 CDT

Original text of this message

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