My Oracle Support Banner

Adding a constraint with NO VALIDATE clause on a Flashback Data Archive enabled Table results in ORA-55610 (Doc ID 2951382.1)

Last updated on MAY 26, 2023

Applies to:

Oracle Database - Enterprise Edition - Version 19.0.0.0 and later
Information in this document applies to any platform.

Symptoms

SQL> Alter table testtab add constraint testtab_fk FOREIGN KEY(group_id) REFERENCES test_groups(group_id) enable novalidate;

Alter table testtab add constraint testtab_fk FOREIGN KEY(group_id) REFERENCES test_groups(group_id) enable novalidate

*

ERROR at line 1:

ORA-55610: Invalid DDL statement on history-tracked table <<<<<<<<<<<

Changes

 Adding a Foreign Key Constraint on a Flashback Archive enabled Table

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.