Map partitioned table with partition discriminator column
问题 I have a legacy Oracle 10g database. This database has a table ITEMDELIVERY with a column DELIVERY_DATE . The table is partitioned by this column. Because of that, the primary key of this table is a compound one involving the columns ITEMDELIVERY_ID and DELIVERY_DATE . There is another table ITEMDELIVERYDETAIL having a FK to ITEMDELIVERY . To be able to benefit from the partitioning and to be able to be partitioned itself, this table has a column PARTITION_DATE . ITEMDELIVERY_ID and PARTITION