I have a main table with a primary key and a partition column (a date) and five subtables which use foreign key references to the primary key.
Is there a way with Oracle 10g to partition the subtables in the same way as the main table without duplicating the partition column?