Impdp ORA-00904 for Tables With Functional Indexes
(Doc ID 2644443.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
When trying to import tables with functional index for whom a virtual column is created, the index creation fails with the error:
actually the column is a functional index column as for example : "MOD(C3,2)"
The index creation command should have been
CREATE INDEX "SCHEMA_NAME"."IDX_NAME" ON "SCHEMA_NAME"."TABLE_NAME" ("C1", "C2", MOD(C3,2) ...
but it is not.
The problem might come from the export and not the import, but is experienced when executing the import.
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 |
Cause |
Solution |
References |