If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > UDB replication

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-10-06, 22:17
murali_sb murali_sb is offline
Registered User
 
Join Date: Dec 2005
Posts: 39
UDB replication

Hi,
Does anyone know of any inherent drawbacks in UDB replication (LUW) vis-a-vis Sybase? Also within UDB there are 2 kinds of replication - SQL based & Q based which one's better taking all factors into consideration..Any suggestions, pointers to information/documents would be highly appreciated.

thanks.
Reply With Quote
  #2 (permalink)  
Old 01-11-06, 04:26
juliane26 juliane26 is offline
Registered User
 
Join Date: Oct 2005
Posts: 109
I have never used Sybase replication, but test-replicated from UDB to Sybase using IBM tools.

DB2 replication reads asynchronously the DB2 log files and uses Triggers on the Sybase side to fill change-data-tables.

In SQL replication you will use pure database logic to replicate (e.g. a Sybase client to connect and SQL), in Q-replication MQ queues will be used to ensure the data transport between systems.

in Version 8 a lot of stuff improved in replication functionality, so it is actually quite well to handle.

I tried Q replication only between DB2 databases - it was fast and reliable. Probably to prefer if you have MQ inhouse anyway; otherwise it has to be licensed. Setup is well documented also for MQ dummies like me.

License: you will need a Websphere Information Integrator License, please check the website for editions and which one will apply best for your needs.
Websphere Information Integrator replaces tools known as DB2 relational connect in V7 and includes Q replication.
http://www-306.ibm.com/software/data/integration/db2ii/

For pure DB2 replication Information Integrator is not needed, that functionality is included with DB2.

I guess you will find quite some articles on that topic in developerworks.
__________________
Juliane
Reply With Quote
  #3 (permalink)  
Old 01-11-06, 09:35
murali_sb murali_sb is offline
Registered User
 
Join Date: Dec 2005
Posts: 39
Thanks Juliane. I'll check out the links which you've suggested.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On