ORA-03001: Unimplemented Feature When Adding Constraints With Online Clause from 19.11
(Doc ID 2799005.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.11.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
The following clause fails with Oracle 19.11. (Release Update April2021) but succeeds in 19.10.
alter table test add constraint pk_test
primary key (id)
using index online logging enable validate;
ERROR at line 3:
ORA-03001: unimplemented feature
ERROR
-----------------------
ORA-03001
Changes
Upgraded to 19.11
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 |
References |