Locks block requesting SQL statement - Sequence of events - Oracle Transaction
Q. A DML statement that requires locks on a remote database can be blocked if any another transaction own locks on the requested data. If these locks continue to block the requesting SQL statement then which sequence of events occurs?- Published on 12 Aug 15a. A timeout occurs
b. The database rolls back the statement
c. The database returns this error message to the use
d. All mentioned above
e. Both B & C
ANSWER: All mentioned above