select holding lock?
Hi,
Just came across when found select is locking object, and I am not able to truncate the table.
i) does select lock table?
ii) can I not update. truncate a table when select is running?
I know select holds not exclusive lock, but I thought we can update/truncate when select runs