i want to enable ROW MOVEMENT in all table in a couple of schemas.


Is ENABLE ROW MOVEMENT is only at table level?
alter table emp ENABLE ROW MOVEMENT;


Is there a way to tell that the tablespace or the schema is ENABLE ROW MOVEMENT?