IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Compare 2 documents

    Posted Fri June 02, 2006 08:04 PM

    Hello All,

    I do have a requirement to find if there is any difference between 2 tables in different databases. Both these tables reside in two different databases. All the columns in Table 2 are present in Table 1, but Table 1 will have more columns comparitively to Table 2.

    Some rows in Table 1 will be updated daily. I need to find out if these updates in Table 1 are related to Table 2 columns.

    Any help is appreciated.

    Sateesh


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Compare 2 documents

    Posted Fri June 02, 2006 08:09 PM

    Sounds like a job for “DatabaseMan” !!


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: Compare 2 documents

    Posted Fri June 02, 2006 08:43 PM

    Sateesh,

    I would not recommend using webMethods Integration Server for this purpose. Yes, you could probably create something that would accomplish it, but it would not be the most efficient method and would be outside the “sweet spot” of the tool.

    A decent DBA could suggest many other solutions to this task.

    Mark


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Compare 2 documents

    Posted Tue June 13, 2006 07:35 AM

    If you’re using Oracle, you can use the MINUS extended keyword in SQL to compare two tables.

    [url]http://www.techonthenet.com/sql/minus.php[/url]


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB