DBMS_DDL.CREATE_WRAPPED/WRAP Returns ORA-24230 for DDL Generated from DBMS_METADATA.GET_DDL
(Doc ID 2460572.1)
Last updated on APRIL 17, 2023
Applies to:
PL/SQL - Version 12.1.0.1 and laterInformation in this document applies to any platform.
Symptoms
After upgrading to 12c, DBMS_DDL.CREATE_WRAPPED returns ORA-24230 for DDL generated from DBMS_METADATA.GET_DDL.
This problem can reproduce with the simple test case like below:
DBMS_METADATA.GET_DDL returns DDL which contains 'EDITIONABLE' or 'NONEDITIONABLE' keyword by default on 12c and later releases.
If 'EDITIONABLE' or 'NONEDITIONABLE' is removed from DDL, DBMS_DDL.CREATE_WRAPPED / WRAP works normally.
Changes
Upgraded to 12.1 or later release.
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 |