My Oracle Support Banner

Alter Table Enable Row Movement Invalidates Dependencies Before 11g (Doc ID 787011.1)

Last updated on JANUARY 30, 2022

Applies to:

Oracle Database - Enterprise Edition - Version 10.1.0.2 to 10.2.0.5 [Release 10.1 to 10.2]
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

NOTE: In the images and/or the document content below, the user information and environment data used represents fictitious data from the Oracle sample or bulit-in schema(s), Public Documentation delivered with an Oracle database product or other training material.  Any similarity to actual environments, actual persons, living or dead, is purely coincidental and not intended in any manner.

Alter table enable row movement invalidates its dependency objects.

EXAMPLE:

SQL> select object_name,object_type,status from dba_objects where owner='SCOTT';

OBJECT_NAME OBJECT_TYPE STATUS
DEPT TABLE VALID
DEPT_IND INDEX VALID
DEPT_VW VIEW VALID

SQL> alter table dept enable row movement;
Table altered.

SQL> select object_name,object_type,status from dba_objects where owner='SCOTT';

OBJECT_NAME OBJECT_TYPE STATUS
DEPT TABLE VALID
DEPT_IND INDEX VALID
DEPT_VW VIEW INVALID

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.