473,398 Members | 2,343 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

pls help urgent

hi all,

i have a problem

i had one master database a which connects to some remote server and
stores the transaction data.
i have 2 more database of same stucture as the one above mentioned.
now my problem is i want to update or refresh the data in this two
database as the master
database get updated or changes
pls help urgently

thanks and regards
sithu

May 12 '06 #1
2 1232
Sithu,

I suggest to use Queue-replication (marketing product name: WebSphere
Information Integrator for Replication). This is DB2 asynchronous
replication, but with very short latency. It uses MQ (included in the
product) to transfer data.

However this is $$$ an optional $$$ product.

http://publib.boulder.ibm.com/infoce...t/cgpch300.htm
-- Artur Wronski

May 12 '06 #2
There are several options for replication and clustering DB2. Which one
is right depends on what you are trying to achieve, and what
constraints you are working against.

Are you trying to scale the performance of your database by off loading
reads from the master database to a read farm? (It sounds like this is
what you are doing)
Are you looking for a high availablity?
Can the secondary databases be slightly out of date, or do you need
full transactional integrity?

Autur, is right, you should look at Q-replication, and also DB2's
SQL-replcation. SQL-replication is slower, but is pretty flexible (it
may be cheaper? - I don't remember). You can use it to transform and
ship transactions to different databases other than DB2. Q-replication
is faster, but less flexible. For DB2 LUW, both are add-on products (I
think SQL-rep is included in DB2 for z/OS). If you give your db2 sales
rep a call they should be able to help you out.

Both of these are asynchronous master-slave replication products. That
means the secondary databases lag behind the master by some period of
time, from milliseconds to several seconds. The replication itself is
also not ACID compliant. For most applications this is fine, for some
it is not.

If transactional integrity is a constraint, my company (xkoto) makes a
clustering solution for DB2 that is designed to ensure transactional
integrity across a cluster of fully active database servers. We also
simply the process of reading off the secondary boxes by handling the
load balancing of reads across the cluster.

If you are interested I can send you more info.

May 15 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Rob | last post by:
I have a form - when you click the submit button, it appends a variable to the URL (e.g. xyz.cgi?inputID=some_dynamic_variable) It also opens a new page. Now, that some_dynamic_variable is...
9
by: Stefan Bauer | last post by:
Hi NG, we've got a very urgent problem... :( We are importing data with the LOAD utility. The input DATE field data is in the format DDMMYYYY (for days) and MMYYYY (for months). The target...
8
by: Mike | last post by:
Hello, I have a few rather urgent questions that I hope someone can help with (I need to figure this out prior to a meeting tomorrow.) First, a bit of background: The company I work for is...
28
by: Tamir Khason | last post by:
Follwing the struct: public struct TpSomeMsgRep { public uint SomeId;
16
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In:...
7
by: zeyais | last post by:
Here is my HTML: <style> ..leftcolumn{float:left;width:300px;border: 1px solid #ccc} ..rtcolumn{float:left;width:600px;border: 1px solid #ccc} </style> <body> <div class="leftcolumn"...
33
by: dembla | last post by:
Hey Frnds can anyone help me in this i need a program in 'c' PROGRAM to print NxN Matrix 9 1 8 1 2 3 2 7 3 as 4 5 6 6 4 5 7 8 9 in sorted form
8
by: ginnisharma1 | last post by:
Hi All, I am very new to C language and I got really big assignment in my work.I am wondering if anyone can help me.........I need to port compiler from unix to windows and compiler is written...
3
by: N. Spiker | last post by:
I am attempting to receive a single TCP packet with some text ending with carriage return and line feed characters. When the text is send and the packet has the urgent flag set, the text read from...
7
by: Cirene | last post by:
I used to use the Web Deployment Project with my VS2005 projects. Now I've fully upgraded to VS2008. Do I have to download a new version of the Web Deployment Project? If so where can I find...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.