IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

DB2 application is bound with uncommitted Read isolation


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gemini123
Currently Banned

New User


Joined: 17 Jun 2008
Posts: 1
Location: hyderabad

PostPosted: Tue Jun 24, 2008 3:05 pm
Reply with quote

1hi friends,

Can anyone suggest the answerS for the below question?

A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table.
Which of the following descrbes the rows that are locked as a result of this request?
a. None of the rows are locked.
B.The retrieved rows are locked.
C.The last row of the result set is locked.
D.The rows not previously updated by another application are locked.
Back to top
View user's profile Send private message
ashimer

Active Member


Joined: 13 Feb 2004
Posts: 551
Location: Bangalore

PostPosted: Tue Jun 24, 2008 3:13 pm
Reply with quote

when using UR none of the rows are locked ... UR will only lock rows during read processing if another transaction tries to drop the table the rows are being read from ..
Back to top
View user's profile Send private message
harikiran.mc

New User


Joined: 18 Jan 2007
Posts: 17
Location: CHENNAI

PostPosted: Tue Jun 24, 2008 4:00 pm
Reply with quote

Answer
a. None of the rows are locked.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts Random read in ESDS file by using RBA JCL & VSAM 6
No new posts DB2 Event passed to the Application P... DB2 1
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top