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: Oracle Replication

Re: Oracle Replication

From: Paul Brewer <paul_at_paul.brewers.org.uk>
Date: Sun, 8 Sep 2002 19:51:49 +0100
Message-ID: <3d7bb431_3@mk-nntp-1.news.uk.worldonline.com>

"Preman" <percuma_at_gombal.bot> wrote in message news:ald59t$dho$1_at_news1.wdf.sap-ag.de...
> Hi All,
>
> I need your help about replication. I already created 2 databases, let say
> database A and B. From database B,
> I already create database link (e.g. dblnkA) and from B, I can select
 table
> which reside in database A. To simulate replication, I create table in
> database A (e.g. dastest) and
> materialized view log as well then I create snapshot in database B: create
> snapshot dasitbl refresh fast with
> primary key start with sysdate next sysdate+1/4096 as
> select * from dastest_at_dblnkA;
> When I insert a row into table dastest in database A (commit) and wait
> several minutes but I don't get data
> in view dasitbl in database B. What should I do to get
> the data in view dasitbl ? I check dba_jobs in database A
> and empty. Please help me.
>
> Thanks in advance.
>
>

Have you one or more job queue processes running in B? It's B which does the replication.
Connect to database B. Select * from v$parameter where name like 'job%'. Please post the answer.

Paul Received on Sun Sep 08 2002 - 13:51:49 CDT

Original text of this message

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