Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

11.2.0.4 impdp issue with wrapped packages

2651563Apr 10 2014 — edited Oct 8 2014

Hello,

We are planning to upgrade our database to version 11.2.0.4. In our application we use the datapump tool to export data from our "core" database and import it into our "mobile" databases. This process worked perfectly before version 11.2.0.4 but when performing an import via data pump tool into a 11.2.0.4 database the import fails because one of our package gets invalid in the database during the import (we use wrapped packages).

The error is the following:

Compilation errors for PACKAGE BODY xxx.xxx

PLS-00753: malformed or corrupted wrapped unit


I checked the difference between the two databases (one where the dump file was imported from and the other where the dump file was imported into) and i found that the wrapped code of the packages are different.

In the all_source view the code of the package is stored in two rows. The last character of the first row is a "/" character in the database where the dump file was exported from. In the other database this "/" character is somehow removed from the code during the import.

This is the wrapped code part in the DB where the export was made:

imgur: the simple image sharer

And this is the wrapped code in the DB where the dump was imported into:

imgur: the simple image sharer

A "/" character is missing from the code in the DB where the import was made and the package cannot be compiled. However an additional "/" character is appended at the end of the code of the package.

Our packages was wrapped with the version of 10g but the same issue happened with another package when a re-wrapped them with a newer version of Oracle.

Did anyone encounter this issue? Is this an Oracle bug?

Thanks for your help in advance,

Milan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 5 2014
Added on Apr 10 2014
3 comments
4,223 views