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?
Believe escalation is always to TS, even if you have the old TS with many tables in it, hence the recommendation to LOCK TABLE if you anticipate need to use many locks. Can be granular to PARTITION (not the case in this example) Rgds
For non-partitioned table it will Table Lock. Answer is B.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
aggoy1
1 month agowillyunger
2 years, 7 months agoTeranceCambel
2 years, 8 months ago