DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Is Oracle Trigger able to do this ....

  1. #1
    Join Date
    Aug 2000
    Location
    Shanghai
    Posts
    433

    Is Oracle Trigger able to do this ....

    Objective:

    In a Typical C/S application , When the oracle data is updated ,
    the data to be updated is pushed to Websphere Message Queue.

    The Solution:

    Application Client ---> Oracle ---> Oracle Trigger ---> Oracle Procedure ---> JAVA ---> Webspere MQ Adapter


    the oracle trigger works in the same transaction with the Oracle database operation, any trigger added will also cause a new time consumption. Will this new time consumption make a big impact?

    Do we have successful case under this solution?
    1. www.dbasupport.com
    2. www.dbforums.com
    3. www.itpub.net
    4. www.csdn.net
    5. www.umlchina.com
    6. www.tek-tips.com
    7. www.cnforyou.com
    8. fm365.federal.com.cn
    9. www.programmersheaven.com
    10.http://msdn.microsoft.com/library/default.asp
    ligang1000@hotmail.com

  2. #2
    Join Date
    May 2002
    Posts
    35
    If your server application is updating the database, why not insert into message queue using the same piece of server code?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width