Converting PL/SQL Libraries Attached to a Form
To convert a PL/SQL library interactively:
- Open the library in Oracle Forms, then save it.
To convert a PL/SQL library using the GUI version of the Form
Compiler:
- Double-click the Form Compiler icon.
- In the File field, select the PL/SQL Library
you want to convert.
- In the Write output to file field, make sure
the target file has the extension .PLL.
- Click OK.
To convert a PL/SQL library using the Form Compiler on the command
line:
- From the command line, issue:
<Form Compiler> MODULE=library BATCH=yes
UPGRADE_PLSQL=yes UPGRADE=yes
where:
Form Compiler>
|
Is the name of the Form Compiler executable on your platform.
|
library
|
Is the name of the library you want to convert.
|
Usage Note
- If you specify UPGRADE_PLSQL=YES without
also specifying UPGRADE=YES, an error
message is generated. Because you cannot convert the PL/SQL in a form without
upgrading the entire form to Oracle Forms, UPGRADE=YES must be specified when UPGRADE_PLSQL=
YES.