can not find the row movement change in the xdf file
Hi,
I enabled the row movement for one table and then downloaded the xdf file
ALTER TABLE mytablename ENABLE ROW MOVEMENT;
commit;
I can find the row movement is in enabled status,
select table_name, row_movement from dba_tables where lower(table_name) in ('mytablename');
Why I can not find this changes in the mytablename.xdf file?
It seems the ENABLE ROW MOVEMENT change won't reflect in the xdf file.
I want to know if I enable the row movement where can i find it, because we need to provide a patch for customer.
If is in the xdf or any other file then we can give the file to customer.