Error Hanlding
Error Hanlding
5) ORA-23541: tables do not match tables used while defining the redefinition
When COPY_TABLE_DEPENDENTS is used for a single partition, it tries to copy
partitioned table objects when target is not partitioned and only an exchange
partition will be executed
Solution:
copying dependents should not be used when moving single partitions
7) ORA-14024: number of partitions of LOCAL index must equal that of the underlying
table
Interim table was created using dbms_metadata, but it got table and index creation
with less partitions than the existing one (not updated with new partitions added)
Solution:
Manually adjust interim table creation SQL adding missing partitions from existing
index