select 'alter table '||owner||'.'||table_name||' disable row movement;' from dba_tables where row_movement='ENABLED' and owner!='SYS';