DBMS_REDEFINITION package throwing error ORA-12008 & ORA-01410: invalid ROWID
(Doc ID 1572193.1)
Last updated on JANUARY 09, 2025
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.4 to 11.2.0.3 [Release 10.2 to 11.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 Cloud Exadata Service - Version N/A and later
Generic UNIX
Symptoms
Trying to partition a table with a LOB column using the DBMS_REDEFINITION package and getting the below error message
exec dbms_redefinition.start_redef_table( uname => 'TEST', orig_table => 'TAB1', int_table => 'INTERIM_PARTITION', options_flag => dbms_redefinition.cons_use_pk );
BEGIN dbms_redefinition.start_redef_table( uname => 'TEST', orig_table => 'TAB1', int_table => 'INTERIM_PARTITION', options_flag => dbms_redefinition.cons_use_pk ); END;
*
ERROR at line 1:
ORA-12008: error in materialized view refresh path
ORA-01410: invalid ROWID
ORA-06512: at "SYS.DBMS_REDEFINITION", line 50
ORA-06512: at "SYS.DBMS_REDEFINITION", line 1343
ORA-06512: at line 1
Changes
Tablespace has been created with large extent size 1025 M( > 1 GB )
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 |