frmcmp_batch $AU_TOP/forms/US/HWCSCCCCRC.fmb userid=apps/apps output_file=$CSC_TOP/forms/US/HWCSCCCCRC.fmx
还有一种form类型编译。
frmcmp_batch module=CSSRCPY.pll module_type=library compile_all=special userid=apps/apps
frmcmp_batch module=CSSRCPY.pll module_type=library compile_all=special userid=apps/apps
adadmin 可以编译, 但是好像是全编译。 没有一个一个的 。
-------
Oracle EBS 12应用中的所有JSP页面都预先编译到
$OAD_TOP/_pages目录下,如果需要清除Cache的JSP,则需要删除此目录下的文件,然后从新进行编译。
cd $FND_TOP/patch/115/bin
./ojspCompile.pl –compile –flush -p 2
下面是一个系统编译的日志
[appl02@ebs001 bin]$ ./ojspCompile.pl –compile –flush -p 2
logfile set: /d02/inst/apps/VIS02_ebs006/logs/appl/rgf/ojsp/ojspc_error.log
starting…(compiling all)
using 10i internal ojsp ver: 10
synchronizing dependency file:
loading deplist…8048
enumerating jsps…8048
updating dependency…0
initializing compilation:
eliminating children…5979 (-2069)
translating and compiling:
translating jsps…5979/5979 in 3m42s
compiling jsps…5979/5979 in 5m53s
Finished!
本文转自ITPUB博客tolywang的博客,原文链接:EBS form 及 jsp 编译,如需转载请自行联系原博主。