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: Sync two DBs across firewall

Re: Sync two DBs across firewall

From: Pete Sharman <psharman_at_us.oracle.com>
Date: Thu, 16 Dec 1999 08:33:38 -0800
Message-ID: <38591462.60885D86@us.oracle.com>


The answer is dependent on how frequently you need to do it. The firewall isn't really an issue. If it's a infrequent occurrence, it's not worth setting up replication to handle it. Just export, ftp, import instead. Alternatively use insert as select where the rows don't exist, or create table as select or copy if they make more sense.

HTH. Pete

S S Wan wrote:

> Hello all,
>
> What is the better way to sync. two databases across firewall?
>
> FTP? SQL*Net/Replication? What about the security risk of
> opening a SQL*Net port in firewall? And how about the
> random client ports problem?
>
> Regards,
> SS


Received on Thu Dec 16 1999 - 10:33:38 CST

Original text of this message

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