Dear Experts,
I need your help.
I am using Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit.
I have a table with column stored as nested table.
I am trying to add reference partitioning to the table (on another column).
However, when I run DBMS_REDEFINITION.start_redef_table, it returns an error ORA-02297 - cannot disable constraint (unique constraint for the nested table) - dependencies exist
What should I do to add partitioning to this table?
Thank you for your time and consideration.