How To Partition A Nested Table In An Already Partitioned Table
(Doc ID 2792171.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 19.7.0.0.0 and laterInformation in this document applies to any platform.
Goal
a partitioned table with a nested table/column. am not able to drop partitions from the base table. I get this error when I try to drop partitions from the base table:
SQL> alter table part_table drop partition part1 update indexes parallel 2 ;
alter table part_table drop partition part1 update indexes parallel 2
*
ERROR at line 1:
ORA-02266: unique/primary keys in table referenced by enabled foreign keys
Solution
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
Goal |
Solution |
References |