ORA-14652: referencepartitioning foreign key is not supported Cause: The specified partitioning foreign key was notsupported for
reference-partitioned tables. All columns of the partitioning foreign key mustbe
constrained NOT NULL with enabled, validated, and not deferrable constraints.
Furthermore, a virtual column cannot be part of the partitioning foreign key. Action: Correctthe statement to specify a supported partitioning foreign key.