The WHERE CURRENT OF statement allows you to update or delete the record that was last fetched by the cursor.Using for update nowait will cause the rows to be busy and acquires a lock until a commit or rollback is executed. Any other session that tries to acquire a lock will get an Oracle error message like ORA-00054: resource busy and acquire with...