Replication between diferent platforms

Hi everybody, has somebody answer me a very important and urgent question?
Is it possible to replicate dabases between SUN and HP, with oracle data guard, or what is the procedure to do this.
thanks in advance, is very impórtan to me.

Do you have a link to documentation on that? DataGuard has to require the source and destination to be the same operating system because
1) you have to clone the database to create the standby, which only works on machies of the same operating system, and
2) DataGuard works by shipping archive logs to the standby, the format of which is operating system dependent.
Multi-master replication, on the other hand, just transfers data over SQL*Net, so it should be perfectly acceptable to replicate across Oracle databases on any set of platforms.
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC

Similar Messages

  • Multi-Master-Replication between 6.3 (32bit) and 11g (64bit) possible?

    Hello,
    is it possible to run a multi-master-replication between a 6.3 32bit and a 11g 64bit Directory Server instance (both on linux)? I'm running into a
    B1 - Client request contains an ASN.1 BER tag that is corrupt or connection aborted
    message on the 'dsconf accord-repl-agmt' step, while 'dsconf info' works for both servers.
    Yours
    Karsten
    Edited by: 813510 on 19.11.2010 01:55

    MMR works between 6.3 and 11g and is platform-agnostic so it works across platforms.
    Please check if the max-ber-size parameter is identical on both servers.
    -Sylvain

  • Replication between linux on z (zLinux) and linux x86

    Hey guys,
    I'm looking for the best/recommended solution to setup replication between Linux on z (s390x) which is a big-endian platform and Linux x86 which is small-endian. I know Dataguard would not work but what would you suggest instead?
    Source DB: 10.2.0.4 on Linux x86_64
    Destination DB: 10.2.0.4 on Linux s390x

    What are requirements for a replication?
    - max latency time
    - volume of changes (bytes/time)
    - one direction / by-direction / multi-direction
    - synchronous/asynchronous
    - some specific/exotic data types
    - is any transformation of values required
    - is any filtering of rows based on column values or other criteria like user or time required
    - other?
    Edited by: user11181920 on Sep 24, 2012 2:28 PM

  • Replication between Oracle Server and MS SQL Server

    Hello,
    Does anybody know of a well known or reliable software that can do data replication between Oracle Server and Microsoft SQL server.
    I suppose I can write my own version using Heterogenous Services in Oracle but I would like to know if such an automated replication between Oracle and SQL is available commercially.
    Thank you.

    Viacheslav Ostapenko wrote:
    Sorry, Aman,
    I couldn't find any info about replication to MS SQL. Is it possible at all? Could you provide link where we can read about this? It could be very interesting.Sorry Viacheslav, even I couldn't find anything for the same. I am not sure that it can be done or not, I haven't heard anyone in my contact doing so. The only place where I have seen Streams being used around me is within Oracle db only. May be someone else can help if he/she has done it.
    Aman....

  • Data Replication Between Sqlserver and Oracle11g using materialized view.

    I have Sqlserver 2005 as my source and oracle11g as my target.I need to populate the target daily with change data from source.
    for that we have created a dblink between sqlserver and oracle and replicated that table as a Materialized view in Oracle.
    problem we are getting here is Fast refresh option is not available.each day it will pick full data from the source.
    is there any way to use Fast refresh in this scenario??
    Thanks in advance.
    Regards,
    Balaram.

    Pl do not post duplicates - Data Replication Between Sqlserver and Oracle11g using materialized view.

  • Replication between Oracle 7 and Oracle 10g. Is it possible?

    Hello,
    I have two DBs which exist on two different versions of Oracle (7.3.3 and 10g). Those DBs have different structures of tables, data from which can be casted from one structure to other. Can I organise bi-directional replication between those DBs. To make the point clear, can I replicate data from Oracle 7.3.3 to 10g and vice versa.
    Duration of synchronization should be less than 1 minute.
    I would be very pleased if somebody gives my a reference on online oracle documentation because I can't find answer in it to my questions.
    If the possability of application of replication is questionable, can you give an advice which technology I have to apply in my situation. For instance, perhaps, it is convenient to use triggers.
    Thank you.

    Hi,
    ObjectMMRS (http://www.object.com.br/wiki) can make what you need, replicate data between different Oracle database versions and between Oracle and other database brands too.
    Documentation still in Portuguese only (Translation in progress) but I can help you install and try, maybe one or two days of work and you will be able to replicate.
    Contact me at [email protected] if you want to try the ObjectMMRS (low cost replication software suite), no technical support fees for trial, and 30 days license expiration.
    HTH,
    Wagner Ramos

  • REPLICATION BETWEEN ORACLE 10g and postgresql/MySQL/MSSQL SERVER??

    Hi Friends.
    I want to know if there are a manner of replication between ORACLE and (postgresql or mysql or mssqlserver).
    Please, my email is [email protected]
    Thanks
    Manuel

    Sure.
    Are you talking about replicating data in one direction? If so, in which direction (Oracle to non-Oracle or non-Oracle to Oracle)? Or are you talking about bidirectional replication?
    Which database do you want to be the "master" (i.e. initiate the push or pull of data)?
    What sort of lag is acceptable? Minutes? Hours? Days?
    Justin

  • Multi master replication between 5.2 and 6.3.1

    I have a setup in which I have a master running version 5.2 and about 15 consumers ( slaves) all of which have been upgraded to 6.3.1 . I now want to create a multi master topology by promoting one of these consumers to be a master and still keep the 5.2 in use as we have a bunch of other applications that depend on the 5.2 instance. Our master has two suffixes. The master server is also the CA cert authority for all the consumers . After reading the docs I narrowed down the procedure to be
    1. Promote one of the 6.3.1 consumers to hub and then to master using the dsconf promote-repl commands. The problem here is that I am not sure how I can create a single consumer that can slave both the suffixes. We currently have them being slaved to different consumers.
    Also do I need to stop the existing replication between the 5.2 master and the would be 6.3.1 master to promote to hub and master.
    2. Set the replication manager manually or using dsconf set-server-prop on the new 6.3.1 master .
    3. Create a new replication agreement from 5.2 to 6.3.1 master without initializing. (using java console)
    4. Create new replication agreement from 6.3.1 to 5.2 (using command line)
    5. Create new repl agreements between the new 6.3.1 master and all the other consumers. For this do I need to first disable all the agreements between 5.2 and 6.3 or can I create new agreements without disabling the old ones?
    6. Initialize 6.3.1 from the 5.2 master.
    My biggest concern at this point is surrounding the ssl certs and the existing trusts the consumers have with the 5.2 master. Currently my 5.2 server acts as the CA authority for our certificate management with the ldap slaves. How can I migrate this functionality to the new server and also will this affect how the slaves communicate to the new master server ?
    Thanks in advance.

    Thanks Marco and Chris for the replies.
    I was able to get around the message by first manually initialzing the new slave using an ldif of the ou from the master , using dscc to change the default replication manager account to connect and finally editing the dse.ldif to enter the correct crypt hash for the new repl manager password. After these steps I was able to successfully set up replication to the second ou and also promote it to hub and master ( I had to repeat the steps after promotion of the slave to master as somehow it reset replication manager settings when I did that).
    So right now, I have a 5.2 master with two ou's replicating to about 15 consumers.
    I promoted one of these to be a second master (from consumer to hub to master). Replication is setup from 5.2 to 6.3 master but not the other way round.
    I am a little bit nervous setting up replication the other way round as this is our production environment and do want to end up blowing up my production instance. The steps I plan on taking are , from the new master server
    1. dsconf create-repl-agmt -p 389 dc=xxxxx,dc=com <5.2-master>:389
    2. dsconf set-repl-agmt-prop -p 389 dc=xxxxx,dc=com <5.2-master>:389 auth-pwd-file:<passwd_file.txt>
    I am assuming I can do all of this while the instances are up. Also in the above, does create-repl-agmt just create the agreement or does it also initalize the consumer with the data ? I want to ensure I do not initialize my 5.2 master with my 6.3 data.
    Thanks again

  • Replication between clusters

    I've seen the code examples for replication between clusters, while in my view, that's really should be a feature provided by coherence. Customers always feel amazing that have to be done by coding:( . Does coherence have any plan to provide that feature?
    thanks,
    michael

    Have a look at the new incubator area: http://coherence.oracle.com/display/INCUBATOR/Home
    Regards, Paul

  • Database replication between 2ACSs (V4.0 & V4.1)

    Hi All,
    1. ACS in production in the N/W:
    Release 4.0(1) Build 44
    2.Installed recently another ACS serer for backup purposes and currently as no Data :Release 4.1(1) Build 23
    Now...
    a. Will it be possible to (auto)replicate between these two vesrions.
    b.Will some one provide steps/links to configure replication and any required configuration changes to make sure (1) is primary & (2) backup [incase primary fails)
    Thanks in advance.
    MS

    Cisco does not recommend to do replication between different versions of ACS.
    I have also seen dissimilar versions to cause problems like database corruption, though it might work in some case.
    To be on safer side keep both ACS on same version and only then replicate.
    Following link can help you configure replication:
    http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/acs41/user/scadv.htm#wp756476
    For configuring Backup ACS incase primary fails you need to configure backup server on the AAA client (router,switch) because only AAA client will forward the request to secondary server in case primary fails.
    ~Rohit

  • Replication between different db versions?

    Can anyone tell me what limitations there might be performing data replication between different oracle database versions?
    Thanks

    Depends on the versions and what exactly you mean by "replication", since there are a variety of technologies that may fall under that umbrella.
    You can't directly replicate data between a 7.3.4 database and a 10.1 database, for example. You can use a variety of replication technologies between a 9.2 database and a 10.1 database-- materialized views, multi-master materialized views, Streams, transportable tablesspaces-- though you cannot use things like DataGuard, which may fall under the replication umbrella in some cases.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Replication between 2 node RAC environment and standalone

    I would like to find out if we can setup replication between a (2 node) RAC environment and standalone database located at different location. Any help regarding this would be greatly appreciated.

    Thanks for the reply.
    Consider for a moment I cannot implement dataguard/stream -- because I believe both involves licensing issue --- now only option left is writing my own code. If I right my own code what are the prerequisites for this and what do I have to keep in (technically)mind before i start implementing this. Any help or any lead would be greatly appreciated.

  • Requirements to set up replication between domains

    I have to create transactional replication between two servers on 2 different domains ('server-G' from domain1 and 'server-Y' from domain2) 

    You need to use passthrough or SQL authentication. With passthrough authentication you will need local machine accounts with the same name and passwords. Then specify these accounts in your script. This account will be the subscriber login account for the
    distribution agent.
    Either that or create a sql account on the subscriber which is in the db_owner role in the subscription database and use this account for your distribution agent.
    looking for a book on SQL Server 2008 Administration?
    http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
    http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

  • SCCM 2012 Replication between Central Admin Site and all Primary Sites is failing

    Let me start by saying I have made a mistake and now I am paying for it and attempting to fix it. All of our SCCM servers are virtual and exist on an ESX environment. The mistake I made is I restored our Central Admin Site from a backup without also
    restoring the two Primary Sites at the same time. Now the databases between the sites simply refuse to synchronize. I can run the Replication Link Analyzer until I'm blue in the face and even though the data gets replicated once, the replication immediately
    breaks and fails after that.
    Regrettably I no longer have access to backups that would take me back to a point where the three servers were happy. The problem there is our ESX administrator only keeps a limited number of backups per server (we have in excess of 180 virtual servers in
    our ESX environment) and the backups from a point in time where they worked is no longer available.
    As I have said I have tried running the Replication Link Analyzer many times. I have also tried going into the SQL server console and running the stored procedure spDrsSendReplicationInvalid.
    Can anyone provide me with any assistance on how best to restore replication between the Central Admin server and the two Primary servers?

    http://blogs.msdn.com/b/scstr/archive/2012/05/31/how_2d00_to_2d00_site_2d00_server_2d00_recovery_2d00_central_2d00_or_2d00_primary.aspx
    Just an addition: the option called "Recover central administration site:
    Then specify the FQDN of a
    Reference primary site" is the one to try first.
    Torsten Meringer | http://www.mssccmfaq.de

  • How to configure Hyper V VM replication between 2 different sites (located geographically at 2 different cities)

    Hi all,
    I would like to know how to replicate VM's between 2 different sites which are entirely located at different parts of the cities and also
    they are on different domains. Both Servers are running HyperV 2012 R2 Standard. As initial phase I have copied the VM's files  (.vhd and other config files) from Site A to Site B.
    In this case, can any one please guide me on how to achieve this replication between 2 different sites.
    A quick response is much appreciated...
    Thanks in advance. 

    Hi Sir,
    I would suggest you to build a site-to-site VPN to achieve this .
    Also you need to create a domain trust for two domain , as it has been deployed by other people :
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/65c0f0a8-e287-48d8-84d5-76320e454703/hyperv-replica-issue-in-multi-domain-environment?forum=winserverhyperv
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

Maybe you are looking for

  • In the bookmarks toolbar, I want ONLY the icons, not words -- how do I do it?

    Once upon a time, there was a way to dump the description of the items in the bookmarks toolbar and leave ONLY the icons, but, when the mouse scrolls over them, the descriptors pup on. It is that way on my laptop, but, after a wipe are re-install of

  • There was a problem connecting to the serve

      When I open my email and when I open up iTunes I get this error message.  My new iMac is looking for a server that was on my old Non Intel Mac G5.  Can someone help?  Maybe I can uninstall and reinstall iTunes, and change my email address. I really

  • I'm struggling to find a way to find and delete duplicate images

    Hi, I recently upgraded to a newer iMac and Aperture 2 to handle my growing library of photos. Since I started college two years ago, I've taken close to 20,000 images. I stored and organized those as I always had with my others in iPhoto. Now when I

  • Forms Central question

    I have a Creative Cloud subscription. I have Adobe Acrobat XI Pro on my computer. I created a form using FormsCentral, but it says i am limited to 50 responses, and to get more, i need to upgrade? i thought having Acrobat XI Pro would allow more resp

  • Database connection - API layer?

    I'm just doing a quote for a job, and the potential client has sent me over a 20 page document produced by someone else quoting, with a very detailed scope of the project. Way more detailed and flowery than anything I would do, but just wanted to ask