The following request restricts or suspends access to emp_table. With the exception of fast path DELETE ALL requests, DML requests cannot be executed on this table until an ALTER TABLE … RESET DOWN request makes emp_table accessible again.
ALTER TABLE emp_table SET DOWN;