Can you propagate a transaction through multiple DBs of different vendors?

I want to do some inserts/updates/deletes from my Oracle DB. Some of them are in my DB, others are in another Oracle DB in another machine, some are happening in a MS SQL Server in a another machine, some in a DB2 which is residing in another country. Everything should work as ONE Txn.
Can we do this using the Oracle DB? Is there a built-in Oracle supplied pkg for this?
i.e. We assume we are using an Oracle SP for this.

Channa wrote:
I want to do some inserts/updates/deletes from my Oracle DB. Some of them are in my DB, others are in another Oracle DB in another machine, some are happening in a MS SQL Server in a another machine, some in a DB2 which is residing in another country. Everything should work as ONE Txn.
Can we do this using the Oracle DB? Is there a built-in Oracle supplied pkg for this?How can you even call this as ONE Transaction when you want to do parts of it in one machine running MySql , another in another machine running Oracle?
i.e. We assume we are using an Oracle SP for this.What is oracle SP ?
Aman....

Similar Messages

  • HT4914 Can you use iTunes Match on multiple devices with different apple id's ?

    I have multiple phones with the same iTunes ID but they have different apple ID , will the iTunes Match work with all my devices ?

    I've got the latest version of iTunes & it's supposed to be able to be enabled under top panel "store" then appear down left side panel to subscribe. Which makes me think that it musn't be able to be used if you're running XP as it's not there....

  • Can you buy a plan for multiple computers?

    Can you buy a plan for multiple computers? For just one price and one account?

    MBAs do not have user replaceable batteries. I'm not sure you could even buy third-party replacement batteries. You may be able to purchase an Apple part through places like ifixit.com.

  • Can you please walk me through?

    Hi.
    Can you please walk me through the set-up recording my 3 part composition? I am going to use a different instrument for each part (track). First I record and pan track 1 (first part) to the left, 2nd track (2nd part left in the middle), third track (3rd part) panned to the right in stereo.So when its done it sounds as if 3 musicians are playing one on the left, one in the middle and on on the right. Thank you so much for all your help.
    W.W.

    I have Trumpet Cornet and Trombone. Trombone in the middle, Trumpet on right and Cornet on the left. Am I correct they all are placed center when recorded one at a time and paned into position after?
    When recorded them I was not able to pan any part. I also tryed to record each in mono after doing it in stereo before. Either way paning was not possible on any of my instrument parts. I need a stepp by stepp set-up of Garage Band 09 and my FireStudio Project interface. Thank you for your help.
    Walter

  • HT4241 can you play your xbox through this cable, on you mac 24"

    can you play your xbox through this cable, on you mac 24"

    can you play your xbox through this cable, on you mac 24"

  • Hi , I want to purchase a product of yours , online (ipad mini 16 wifi) , but i don't have credit card. i can do the payment via debit card , can you kindly guide me through this issue? thanks

    Hi , I want to purchase a product of yours , online (ipad mini 16 wifi) , but i don't have credit card. i can do the payment via debit card , can you kindly guide me through this issue? thanks

    Hi naderanissi
    This is just a user - to - user support forum so no one can help you with payments.
    The Apple Store accepts different forms of payments in different countries. If you do not have the option to pay with a debit card then you must choose another form of payment.
    Try calling Apple at the phone number that appears in your Apple Online Store.

  • Can you tell the transaction for creating the client.

    can you tell the transaction for creating the client.

    Hi,
    Please check this links.
    http://help.sap.com/saphelp_nw04/helpdata/en/69/c24c4e4ba111d189750000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/69/c24c0f4ba111d189750000e8322d00/frameset.htm
    http://www.sap-img.com/bc049.htm
    Cheers,
    Simha.
    Reward all the helpful answers..

  • How can you use iMessage between 3 iPads with 3 different users but only one Apple ID?

    how can you use iMessage between 3 iPads with 3 different users but only one Apple ID?

    No you do not need separate Apple ID's in order to use 3 devices with one Apple ID. I use 4 devices to Message and FaceTime and all use the same Apple ID. You do need to add additional email addresses for the other devices.
    Look at this very informative video for the instructions.
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l

  • Can you install iTunes twice on same computer for different accounts?

    Can you install itunes twice on a mac for different accounts?

    There are a couple of ways you can do this, have a look at this guide: "How to use multiple iPods with one computer" http://docs.info.apple.com/article.html?artnum=300432

  • Can you use an iTunes gift card on two different accounts?

    can you use an iTunes gift card on two different accounts? on two different computers?

    A Gift card will add a specified amount of mony to an iTunes account identified with a specific Apple ID (email address and password combination).
    If that Account is set up on both Devices, then they will share the money balance in that account. And can purchase things in the store with that balance.

  • HT1420 Can you have more than one device with a different Apple ID authourized to the same computer

    Can you have more than one device with a different Apple ID authourized to the same computer

    I think you are using the same Composition Class on both project. On the properties tab, you can change this number (e.g.: EDGE-1637270).

  • Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    is this a windows in bootcamp question ?

  • Using ATMI and tuxedo to institue distributed transactions across multiple DBs

    I am creating the framework for a given application that needs to ensure that data
    integrity is maintained spanning multiple databases not necessarily within an
    instance of weblogic. In other words, I need to basically have 2 phase commit
    "internet transactions" between a given coordinator and n participants without
    having any real knowlegde of their internal system.
    Originally I was thinking of using Weblogic but it appears that I may need to
    have all my particular data stores registered with my weblogic instance. This
    cannot be the case as I will not have access to that information for the other
    participating sytems.
    I next thought I would write my own TP...ouch. Everytime I get through another
    iteration I kept hitting the same issue of falling into an infinite loop trying
    to ensure that my coordinator and the set of participants were each able to perform
    the directed action.
    My next attempt has led me to the world of ATMI. Would ATMI be able to help me
    here. Granted I am using JAVA so I am assuming that I would have to use CORBA
    to make the calls but will ATMI enable me to truly manage and create distributed
    transactions across multiple databases. Please, any advice at all would be greatly
    appreciated.
    Thanks
    Chris

    Andy
    I will not have multiple instances of weblogic as I cannot enfore that
    the other participants involved in the transaction have weblogic as
    their application server. That being said, I may not have the choice
    but to use WTC.
    Does this make more sense?
    Andy Piper <[email protected]> wrote in message news:<[email protected]>...
    "Chris" <[email protected]> writes:
    I am creating the framework for a given application that needs to ensure that data
    integrity is maintained spanning multiple databases not necessarily within an
    instance of weblogic. In other words, I need to basically have 2 phase commit
    "internet transactions" between a given coordinator and n participants without
    having any real knowlegde of their internal system.
    Originally I was thinking of using Weblogic but it appears that I may need to
    have all my particular data stores registered with my weblogic instance. This
    cannot be the case as I will not have access to that information for the other
    participating sytems.I don't really understand this. From 6.0 onwards you can do 2PC
    between weblogic instances, so as long as the things you are calling
    are transaction (EJBs for instance) it should all work out fine.
    I next thought I would write my own TP...ouch. Everytime I get through another
    iteration I kept hitting the same issue of falling into an infinite loop trying
    to ensure that my coordinator and the set of participants were each able to perform
    the directed action.
    My next attempt has led me to the world of ATMI. Would ATMI be able to help me
    here. Granted I am using JAVA so I am assuming that I would have to use CORBA
    to make the calls but will ATMI enable me to truly manage and create distributed
    transactions across multiple databases. Please, any advice at all would be greatly
    appreciated.I don't see that ATMI would give you anything different. Transaction
    management Tux is fairly similar to WebLogic (it was written by the
    same people). If you are trying to do interposed transactions
    (i.e. multiple co-ordinators) then WTC would give you this but it is
    only a beta feature in WLS 6.1. Using Tux domain gateways would also
    give you interposed behaviour but would require you write your servers
    in C or C++ ....
    andy

  • How can you develop photo galleries with multiple pages using the web module?

    Going through the web module I can see there are many options for developing a web page with a single collection of photos.  How can you develop a web site with multiple pages containing different categories of photos using the Lightroom web module?

    This thread will give you several ideas.
    Re: How do you embed a gallery into an existing website?

  • How can I spread an image through multiple shapes?

    I have a large image im wanting to use to do a sort of peek-a-boo through multiple small triangle shapes i've created. Is there a way to do this?

    Select all your shapes, and choose: objects > paths > make compound path. Then you can place your photo into the compound path and it will span all the shapes.

Maybe you are looking for