Technology Stack - EBS (MOSC)

MOSC Banner

can not find the row movement change in the xdf file

edited Aug 20, 2015 10:03AM in Technology Stack - EBS (MOSC) 1 commentAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center