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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: REPLICATION/FAIL OVER

Re: REPLICATION/FAIL OVER

From: Gene Sais <Gsais_at_co.palm-beach.fl.us>
Date: Fri, 19 Apr 2002 10:08:50 -0800
Message-ID: <F001.00449AD4.20020419100850@fatcity.com>


Now that depends on how big the tables are? A few options off the top of my head:

  1. Drop tables, export, import.
  2. Replication.
  3. Truncate, insert from select as.
  4. Spool data, sql*load it.

so many ways to skin a cat...

I would probably play w/ replication.

>>> oracledbam_at_hotmail.com 04/19/02 01:39PM >>>
Hi
I want to do sync two database once in a day.I have one database named test1 on one server and another db named test2 on other server.I want to sync 10 tables from db test1 to db test2 and 20 tables from db test2 to db test1. How can I do this?Is is only way to go replication?IS any other way to do that?If I go replication then can someone suggest which replication method would be good.
Thx
-Seema



Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: Seema Singh
  INET: oracledbam_at_hotmail.com 

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Gene Sais
  INET: Gsais_at_co.palm-beach.fl.us

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Apr 19 2002 - 13:08:50 CDT

Original text of this message

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