Given a non-partitioned table space TS1 is built with LOCKSIZE ROW, LOCKMAX 1000 and SEGSIZE 64. If a unit of work acquires 1001 locks against table space TS1, the lock will be escalated to which of the following levels?

Given a non-partitioned table space TS1 is built with LOCKSIZE ROW, LOCKMAX 1000 and SEGSIZE 64. If a unit of work acquires 1001 locks against table space TS1, the lock will be escalated to which of the following levels?
A . PAGE
B . TABLE
C . PARTITION
D . TABLESPACE

Answer: C

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
Aanchal Sahu
Aanchal Sahu
3 years ago

can you please explain the reason for this? As per my knowledge it should escalate to table level and not partition since it is a non partitioned table space.