ORA-01723 Reported by DataPump for VIEWS_AS_TABLES
(Doc ID 2497832.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 to 18.3.0.0.0 [Release 12.2 to 18]Information in this document applies to any platform.
Symptoms
Exporting a view that has a zero-length column using VIEWS_AS_TABLES, the job will report ORA-01723:
create view V as select null x from dual;
expdp VIEWS_AS_TABLES=V
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.CONFIGURE_METADATA_UNLOAD []
ORA-01723: zero-length columns are not allowed
Changes
This is default behavior.
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 |