hi
how will u unlock the following
SELECT employee_name FROM employees WHERE employee_id = 123 FOR UPDATE.
i have not created any lock object. i want to lock single record through the above syntax.
after select querry it should get unlock
thanx
rocky