Hello All,
Is there anythign equivalent to SQL Server clauses READPAST and UPDTLOCK in DB2?
Actually what I need is:
THere are two JVMs and both fires the same query at the same time and the same database but the records that first JVM fetches should be different from the second one. Means,if first JVM fetches rows 1,2,3,4 and 5 from a table with 10 rows,second JVM should bring me the other 5 rows.
There should be minimal delay. Please suggest if you have an alternative.
Thanks in Advance.