The PL/SQL conversion utility helps automate the process of upgrading applications written in PL/SQL V1 or V2. It is automatically invoked if a Release 1.6.1 report is opened in Oracle Reports 10g.
If the triggers, program units, and PL/SQL blocks in your reports are written in PL/SQL V1 or V2, your code must be upgraded. If not, two types of problems can occur:
Some PL/SQL V1 or V2 code is not syntactically valid in later versions and produces a compiler error.
Some PL/SQL V1 or V2 code is syntactically correct in later versions, but has a different meaning, causing unexpected or incorrect behavior.
The conversion utility addresses both types of problems.
Converting reports interactively
Converting reports in batch mode
Copyright © 1984, 2005, Oracle. All rights reserved.