alter table ... enable row movement [message #656794] |
Wed, 19 October 2016 08:50 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Just a minor question - does anyone know what enabling row movement actually does? Or how to see if row movement has been enabled for a table? As far as I can tell, it has no real effect at all. It is just that if you don't enable it, some things won't work. Right now, I can think of three cases where it is needed:
A partitioned table, if updating the partitioning key
Before using ALTER TABLE ... SHRINK SPACE
Some uses of DBMS_REDEFINITION
I'm sure there are others, I'ld be interested to know them all.
This is of no practical significance - I'm just curious. Thank you for any insight.
[Updated on: Wed, 19 October 2016 08:51] Report message to a moderator
|
|
|
|
|
|
|