Database Error Messages

ORA-03918

invalid number of partitions specified for the child table

Cause

An attempt was made to create a child table with a number of partitions not equal to the number of partitions in the parent table.


Action

Create the child table with a number of partitions that equal the number of partitions in the parent table.