Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: What is the cost of replication?
Ron,
Replication is not for the faint of heart and it would behoove you to research this to see if replication is really the right way to accomplish your goal.
How much time is needed to maintain a replication environment is entirely dependent on how well the environment was designed and implemented. When properly designed, a replication environment does not require that much additional maintenance. Of course, this also depends on the complexity of the environment. Obviously a hybrid environment encompassing 15 databases is going to require more maintenance than a two-database multi-master environment.
There are many issues to consider, but one issue often overlooked is change control. Replicated tables, for example, cannot be modified with standard ALTER TABLE commands so it becomes even more important to make structural changes in a controlled fashion. Want to bring a multi-master replication environment to its knees? Just alter a key replicated table to add a not null column... not a pretty sight.
HTH,
P.S. I'm sending you my paper which discusses many of the issues you should consider before implementing replication.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: A. Bardeen INET: abardeen1_at_yahoo.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).Received on Wed May 16 2001 - 23:04:42 CDT