Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Master/master with diff username possible ?
Henrik,
Multi-master replication requires that the schemas be identical on all sites. In addition you cannot replicate within the same site.
9i now allows updatable snapshots of updatable snapshots although it has the same restriction as multi-master in that the schemas must be identical. I believe it also has the restriction that you cannot replicate within the same site.
I'm assuming that by replicating from one schema to 3 schemas you were referring to replicating within the same db. I'm not sure why you would need to do this nor how you could accomplish this unless you wrote your own replication code.
As far as replicating to different schemas in different db's, the usual workaround is to replicate to the same schema and then use synonyms.
HTH,
-- 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 Sun Aug 05 2001 - 10:45:46 CDT
![]() |
![]() |