HomeOracleOracle Error ORA-24230: input to DBMS_DDL.WRAP is not a legal PL/SQL unit

Oracle Error ORA-24230: input to DBMS_DDL.WRAP is not a legal PL/SQL unit

Oracle Error Message

ORA-24230: input to DBMS_DDL.WRAP is not a legal PL/SQL unit

Reason for the Error

The input supplied to DBMS_DDL.WRAP or DBMS_DDL.CREATE_WRAPPED did not specify a legal PL/SQL package specification, package body, type specification, type body, function or procedure. This error can occur if you used incorrect syntax in the CREATE OR REPLACE statement or specified a unit that cannot be wrapped (e.g., a trigger or anonymous block).

Solution

Provide a legal PL/SQL unit as input.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...