From: "TC" <donotuse@donotuse.com>
Newsgroups: comp.databases.oracle
References: <ff92665e.0304030104.d3a58d6@posting.google.com>
Subject: Re: Question on Oracle replication
Lines: 35
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <hwhja.324573$L1.92457@sccrnsc02>
NNTP-Posting-Host: 12.250.123.140
X-Complaints-To: abuse@attbi.com
X-Trace: sccrnsc02 1049470093 12.250.123.140 (Fri, 04 Apr 2003 15:28:13 GMT)
NNTP-Posting-Date: Fri, 04 Apr 2003 15:28:13 GMT
Organization: AT&T Broadband
Date: Fri, 04 Apr 2003 15:28:13 GMT


The short answer is YES, but many other things there is a long answer too.

However, if this is something that you would want to do as a one time
exercise, depending on the number of tables that you have and the complexity
of the relationship between these tables, it may not be worth the effort.

If it is a on going thing where you would want the 3rd site to be updated
regularly, yes, you can surely set up a replication. Replication being a
vast subject, I suggest you follow the documentation.

If it is a scenario where you have a lot of data and it needs to be
replicated across only once, you may be better off setting up the base
tables and updateable materialized views on those tables and do a snapshot
replication till the data syncs up. The time taken to sync will depend on
the amount fo data that you have and the bandwidth that you may be able to
provide.

//tc

"Manik Chandra Roy" <manik@technohaven.com> wrote in message
news:ff92665e.0304030104.d3a58d6@posting.google.com...
> Hello Everybody,
>
> Similar table structures are in 2 different oracle databases.
> I want a copy of data of the tables on a different 3rd database
> provided that data of similar table structures will have to be
> stored on **a table** with the same structure.
>
> Is it possible with Oracle replication? How?
>
> Thanks
>
> Manik



