Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Materialized View Replication

Re: Materialized View Replication

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 27 Jan 2006 11:01:28 -0800
Message-ID: <1138388483.614685@jetspin.drizzle.com>


Björn Wächter wrote:
> Hello all,
>
> I want to use this in an Oracle 10g enviroment between
> two databases.
>
> CONNECT scott/tiger_at_tsh2
>
> CREATE DATABASE LINK TSH1.WORLD CONNECT TO scott IDENTIFIED BY tiger
> USING 'TSH1.WORLD';
>
> CREATE MATERIALIZED VIEW emp_mv
> BUILD IMMEDIATE
> REFRESH FORCE
> ON DEMAND
> AS
> SELECT * FROM emp_at_tsh1.world;
>
> The problem is that I'm not able to create the db link from tsh2 to
> tsh1 but it is possible to create it from tsh1 to tsh2. Is there a
> way to use replication?
>
> Thanks Björn

Make sure tsh2 has tsh1 in its TNSNAMES.ORA file.

What error message are you getting? The actual message not your interpretation of it.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Fri Jan 27 2006 - 13:01:28 CST

Original text of this message

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