How to lock a row in Oracle and manage concurrency conflict during database transactions, with the use of the FOR UPDATE clause in SELECT statements.
Dependencies
If schema object A references schema object B, then A has a dependency on B. Oracle records dependencies automatically to help users and DBAs with dependency management.