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 techniques will be used to avoid deadlock??

Answers were Sorted based on User's Feedback



What techniques will be used to avoid deadlock??..

Answer / nahid gorji

-Minimize the lock size as much as possible.
- Maximize the sharing of the resource by using CS or UR
Isolation levels when possible.
- Minimize the number of rows in one page for frequently
used tables if you want to avoid row locksize.
- use CURRENTDATA( NO) to avoid acuiring locks.

Is This Answer Correct ?    10 Yes 0 No

What techniques will be used to avoid deadlock??..

Answer / durga prasad

Increasing or decreasing maxlocks or locklist should be
taken from a memory point of view .but the primary thing to
be done is to reduce the work load into subunits so that
lager resultset is not created and try to use cs isolation
level where ever possible because using rr or rs isolation
level is an invitation for deadlocks.

Is This Answer Correct ?    2 Yes 1 No

What techniques will be used to avoid deadlock??..

Answer / chp

Thank You

Is This Answer Correct ?    0 Yes 0 No

What techniques will be used to avoid deadlock??..

Answer / majid

My name is Majid Altafi and would like to have Nahid
Gorji's contact information also. Can you help me with this
matter?
Thanks

Is This Answer Correct ?    1 Yes 1 No

What techniques will be used to avoid deadlock??..

Answer / sheida bamdad

My name is Sheida Bamdad and would like to have Nahid
Gorji's contact information. Can yo help me with this
matter?

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More DB2 Interview Questions

What is check constraint in db2?

0 Answers  


How can you validate Sql errors during cursor operation in db2 pgms and where do you code?

0 Answers   IBM,


Update command

1 Answers  


How to access db2 tables in mainframe?

0 Answers  


What is EXPLAIN?

1 Answers  


what is check point and restart Logic ? why do we go for that ??

2 Answers   CGI, UST, Xansa,


what is a plan and how do you refer the plan in the program?

2 Answers   Xansa,


What is scrollable cursor in db2?

0 Answers  


How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?

3 Answers   CTS, IBM,


What is COPY PENDING status?

6 Answers  


How to solve S0C7 abend with out using DISPlay in 10 mins?

1 Answers   IBM,


can we update the table by using cursors can anyone post the query?

5 Answers   DELL, HCL,


Categories