Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What do you mean by dirty read ?

Answers were Sorted based on User's Feedback



What do you mean by dirty read ?..

Answer / ram g

dirty read is an isolation level. it wont give exclusive
lock on table. what it says is that..when the user1 start
reading db and inserting a row1 while user2 reads row1 now
user1 rollback data now user2 read data which is not really
exist.

Is This Answer Correct ?    5 Yes 1 No

What do you mean by dirty read ?..

Answer / vinod

The "dirty read" technique can be used to provide a high
degree of concurrent access to VSAM files while avoiding
the complications associated with CI and CA splits. The
dirty read protocol can be summarized as follows:

1.The VSAM file must be defined with cross-region
SHAREOPTIONS 4.
2.The file must be allocated with DISP=SHR.
3.All operations on the file, including reads, must be
preceded with an ENQ for the data set. The data set name is
specified for the ENQ "rname", but any string can be used
for the ENQ "qname" (though it must be the same string for
all accessors).
4.After a lock is obtained, the user's buffer must be
refreshed with a GET request. This step also applies to new
record insertions.
5.At the end of all file operations, the enqueue is
released with a DEQ function call.
6.No lock is held during a wait (such as terminal input
wait).
7.Before updating a previously read record, a fresh copy of
the record must be obtained and compared to the original to
ensure that no other user has updated the record while it
was being browsed and modified. As always, the second read,
the record comparison, and the update must be shielded by a
lock.

Is This Answer Correct ?    2 Yes 0 No

What do you mean by dirty read ?..

Answer / kaniyan

If one user put intent exclusive lock on a page or a table
or table space, at that time some wants to read the
content. He will get junk values. This is called dirty
read.

Is This Answer Correct ?    1 Yes 0 No

What do you mean by dirty read ?..

Answer / rookie

Mr.Ram's answer is the practical reason for using dirty
read.When a user needs to view records and does not intend
to update than a UR isolation level is used, so that any
changes made by other's dont bother user1.

Is This Answer Correct ?    0 Yes 0 No

What do you mean by dirty read ?..

Answer / mr.shashi kant yadav

A transaction reads the data that has not been committed by the other transaction.This can create problems if a transaction that has added the data is rolled back.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VSAM Interview Questions

What is the main function of key-sequenced data set?

0 Answers  


what are s0c1, s0c4, s0c5, s0c7 abends?

0 Answers   IBM,


State the differences between vsam and non-vsam files?

0 Answers  


can any one tell "in esds in what structure records will stored?"

1 Answers  


why ci and ca splits are not possible in esds and rrds?

0 Answers   IBM,


What is the procedure for running the batch job in mainframe?

1 Answers  


How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?

2 Answers   IBM,


Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?

3 Answers  


How to open VSAM file from 3.4? i have millions of records and i dont want to use the print ch ids(/) command bcz it takes to much time. so if you have any another command to open this plz tell me.

2 Answers   HSBC,


explain in brief what are the 3 types of vsam files?

0 Answers   IBM,


What is Control Interval, Control Area?

1 Answers  


What are the information stored in ci?

0 Answers  


Categories