Quantcast
Channel: What is the locking behavior for Updatable/Insertable Views? - Database Administrators Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Chris Aldrich for What is the locking behavior for...

The short answer is that it depends on the isolation level of your connection and/or statement being run. If you are taking the default isolation level (which is usually Cursor Stability - CS) in DB2,...

View Article



What is the locking behavior for Updatable/Insertable Views?

Consider I have a View that is merely a simple join between 2 tables, selecting all columns.The View is Updatable and Insertable.What would be the locking behavior when executing an UPDATE or INSERT...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images