Sybase is throwing following error "a deadlock has occured or all locks were taken". So I wanted to check if the issue happened because of Sybase running out of available locks.

Does anyone know the default locks available, and also how to find the available number of locks

link|improve this question

17% accept rate
feedback

3 Answers

As ASE maintains the locks at the server level and i think by default Sybase can handle maximum 5000 locks, using configuration paramter. So probably all 5000 locks has been consumed by your single database objects or objects in different different databases, because after these many locks query starts terminating automatically.

link|improve this answer
feedback

check..

sp_helpconfig "number of locks:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.