InterviewSolution
Saved Bookmarks
| 1. |
Does The Dbms_lob Package Support Concurrency Control? |
|
Answer» No, the DBMS_LOB PACKAGE does not support CONCURRENCY control. The user is responsible for LOCKING the ROW explicitly before any TRANSACTIONS. The DBMS_LOB package does not provide implicit locking of the row with LOB values. No, the DBMS_LOB package does not support concurrency control. The user is responsible for locking the row explicitly before any transactions. The DBMS_LOB package does not provide implicit locking of the row with LOB values. |
|