标题: ORA-14652: reference partitioning foreign key [打印本页] 作者: admin 时间: 2016-8-21 11:10 标题: ORA-14652: reference partitioning foreign key 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.