Compiling a PLL library
To compile a PLL library:
In Oracle Forms:
- Select the library in the Object Navigator.
- Choose Program | Compile PL/SQL | All.
- Or -
- Using the Forms Compiler, use the module_type and compile_all options, as
shown here:
frmcmp mylib.PLL [user ID/password] module_type=library
compile_all=yes