Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Replicate and foreign keys
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
![]() |
![]() |