Oracle Database 11g: Administration I — Question 13

Which four are true about transaction, table, and row locks in an Oracle Database? (Choose four.)

Answer options

Correct answer: B, C, F, G

Explanation

The correct options (B, C, F, G) accurately describe the behavior of locks in Oracle Database. Option B is true as DML operations do lock tables in exclusive mode. Option C is also correct because transaction locks are released upon a ROLLBACK. Option F is right since SELECT statements are not hindered by row-level locks. Option G correctly states that DML operations lock modified rows exclusively. Options A, D, and E are incorrect as they misrepresent the locking behavior.