Oracle Error PLS-01918: 9.2 and earlier wrap formats are not permitted

Oracle Error Message

PLS-01918: 9.2 and earlier wrap formats are not permitted

Reason for the Error

An attempt was made to compile a unit that was wrapped using 9.2 or earlier version of the wrap utility. Wrapped source created by 9.2 and earlier versions of wrap is not permitted on this database.

Solution

Wrap the source using 10g or later versions of the wrap utility. Alternately, set the initialization parameter PERMIT_92_WRAP_FORMAT parameter to TRUE.

Share:

Leave A Reply

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

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...