vote up 1 vote down star

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?

flag

57% accept rate

1 Answer

vote up 2 vote down check

No, you need 11g for that function.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.