create table tq84_A(id integer primary key, txt varchar2(10)); create table tq84_B(id integer primary key, txt varchar2(10));
tq84_B. alter table tq84_b disable table lock;
drop table tq84_a;
tq84_b results in ORA-00069: cannot acquire lock -- table locks disabled for TQ84_B.