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?
Printable View
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?
what do you want to achieve with "ENABLE ROW MOVEMENT"?
Flashback table