$ 0 0 Hi Santanu, there's no automatic downgrade. When you request a READ lock you get a READ lock, the session will be blocked until the other session commits. You can check if the request will be blocked using: LOCK TABLE tab READ NOWAIT; .IF ERRORCODE = 7423 THEN ...
Hi Santanu,
there's no automatic downgrade. When you request a READ lock you get a READ lock, the session will be blocked until the other session commits.
You can check if the request will be blocked using: