ORA-14061: During Converting DB With DMU
(Doc ID 2069935.1)
Last updated on FEBRUARY 19, 2025
Applies to:
Database Migration Assistant for Unicode - Version 2.0 and laterInformation in this document applies to any platform.
Symptoms
In the last phase of DMU conversion following error is seen:
"Finished with error
14061 _ ORA-14061: data type or length of an index partitioning column may not be changed" by doing
"alter table "Test"."source" modify("col1" vachar2(120 BYTE))"
14061 _ ORA-14061: data type or length of an index partitioning column may not be changed" by doing
"alter table "Test"."source" modify("col1" vachar2(120 BYTE))"
Changes
examining the DDL for problematic Table reported by the error we could see that "col1" column is involved in compressed indexes:
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 |