Does enable row movement invalidate cursors in 11.2?
This came up because we’re doing an “alter table enable row movement; alter table shrink space compact; alter table disable row movement” and he sees no reason to not do the shrink space without the compact because we’re already invalidating the cursors, which we aren’t.
Thanks