If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Is there a default time the database gives a local session (not distributed, not ER) to acquire a lock? I have been noticing what seems like a lot of locking issues since my upgrade to 9.4 and I am just not starting to really dig in.
No not the time for the session that has the lock, the time a second session will wait (for the first session to release) trying to acquire a lock before it gives up.
Thanks guys. Our developers have NEVER used any hints to set a lock wait or mode and we have grown so much that we finally have enough people hitting the tables that we are seeing lock issues.