Answer Posted / sunil1405
Its an isolation level, It is cursor stability that “tells”
DB2 that database values read by this application are
protected only while they are being used. As soon the
program moves from one row to another other programs read
the first row.
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
What is the difference between plan and package in db2?
Discuss about db2 bind?
Differentiate between cs and rr isolation levels? Where do you specify them?
Explain the contents that are a part of dclgen.
What is package in db2 mainframe?
What is runstats and reorg in db2?
Comment whether the cursor is closed during commit or not.
My sql statement select avg(salary) from emp yields inaccurate results. Why?
Outputs of explain are with matchcols = 0. What does this signify?
What is db2 bind?
What is db2 connect?
Mention the various locks that are available in db2.
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
How do I import a csv file into db2?
How do you simulate the explain of an embedded sql statement in spufi/qmf?