Let me explain in detail, one macro is access a table thru a view ,and view has been defined with LOCKING ACCESS , at the same time the other user who has permission to DROP the Table is trying to DROP this table , but he couldn't do it because there is a ACCESS LOCK granted on this table for the first user .
So access lock will not allow to drop the table . If this the case i need to take excluse lock on table and then DROP
Can you help me out to understand when there is a ACCESS LOCK , why other user cannot drop the table