Wrapped objects
Input code can contain wrapped objects depending of the extraction tool used to produce it. Encrypted code will be exported as a "nonsense" group of characters which are preceded with the "wrapped" word. We call these blocks wrapped objects, they may run in Oracle but won't be transformed by SnowConvert.
This wrapped code can cause low conversion rates in the tool because for now, the migrator tries to recognize those blocks and comment out the entire object. This code is considered not supported and will affect the conversion rate negatively.
The following objects can appear wrapped:
Functions
Procedures
Packages
Package bodies
Types
Type bodies
This is how the source code may look like (sometimes with thousands of lines of code):
And this is how the output should look:
The objects recognized as wrapped, are being counted in the assessment reports. Find a total wrapped objects count in the second page of the Assessment.docx report:
Also, you can find counts for each specific wrapped object that was recognized in the corresponding statement section:
As a user of the tool you may want to:
Decrypt and extract the objects again from your data base.
Remove these objects from your source code.
No actions. Objects should be assessed and commented out, but the conversion rate may drop.
Last updated