Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-03945

Cannot perform the operation on the child table before performing the same operation on the root table

Cause

An attempt was made to alter the child table to add or drop or split a partition whose root partition has not been added or dropped or split yet.


Action

Alter the root table to add or drop or split the partition before trying to add or drop or split the partition in the child table.