RDBMS version: 11.2.0.4
OS : Oracle Linux 6.4
For a particular batch job I have noticed that running ALTER TABLE SHRINK on two large tables before the activity improves the performance .
Every week I run this batch job. Now, I don't bother to disable the row movement after the activity.
So, is it fine to permenantly enabling row movement ? The tables are around 200GB each.