OSM om_compensation_pkg Compile Package Error
(Doc ID 1574990.1)
Last updated on JULY 16, 2020
Applies to:
Oracle Communications Order and Service Management - Version 7.0.3 and laterInformation in this document applies to any platform.
***** Currency Checked on 09-Feb-2015**********
**** Currency checked on 13-Oct-2017********
Symptoms
Customer problem description :
While compiling the om_compensation_pkg compile package we are observing the following issue.
SQL> alter package om_compensation_pkg compile body;
Warning: Package Body altered with compilation errors.
Error message :
SQL> show err
Errors for PACKAGE BODY OM_COMPENSATION_PKG:
LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0 PLS-00753: malformed or corrupted wrapped unit
PLS-00753: malformed or corrupted wrapped unit
Cause: The format of the wrapped unit being compiled is not understood by the compiler. This may be because the unit was edited or modified after it was wrapped.
Action: Rewrap the unit.
Warning: Package Body altered with compilation errors.
Error message :
SQL> show err
Errors for PACKAGE BODY OM_COMPENSATION_PKG:
LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0 PLS-00753: malformed or corrupted wrapped unit
PLS-00753: malformed or corrupted wrapped unit
Cause: The format of the wrapped unit being compiled is not understood by the compiler. This may be because the unit was edited or modified after it was wrapped.
Action: Rewrap the unit.
How can a user to rewrap this package?
Platform details :
1) OSM build and version 7.0.3.8.
2) This issue is not observed during installation or upgrade process?
3) Changes one recently :
drop_partitions.sql and restore db by rman .
drop_partitions.sql sql in osm pkg :
Changes
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 |