Locking to handle concurrency— a good idea? [closed]
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 years ago . In order to handle concurrency issue, is locking-- any form of locking, whether it's row, table or database locking a good solution? If not, how to handle concurrency issue? 回答1: If you believe Oracle, no, not at all. That's because Oracle went to great lengths to avoid it.