InterviewSolution
| 1. |
What Is A User-defined Lock? |
|
Answer» Oracle manages DATABASE resources through locking mechanism. These locks are usually managed by the SYSTEM and are released on COMMIT or rollback of a transaction. Oracle manages database resources through locking mechanism. These locks are usually managed by the system and are released on commit or rollback of a transaction. |
|