2019-06-12

Compiling library files(.pll) in Oracle Apps

1. Logon as applmgr to the application server where the forms are installed.

2. Change directory to $AU_TOP/resource where all the .pll reside. cd $AU_TOP/resource

3. Syntax for the f60gen command is as follows:

f60gen module=.pll userid= password> output_file=/resource/.plx module_type=library batch=no compile_all=special

4. Examples:

cd $AU_TOP/forms/US Example 1: f60gen module=FNDCONC.pll userid=APPS/APPS output_file=$AU_TOP/resource/FNDCONC.plx module_type=library batch=no compile_all=special Example 2: f60gen module=FAXMAD.pll userid=FA/FA output_file=$AU_TOP/resource/FAXMAD.plx module_type=library batch=no compile_all=special

Detail of using custom.pll/custom.plx is in http://docs.oracle.com/cd/E18727_01/doc.121/e12897/T302934T458265.htm

没有评论:

发表评论