EBS form 及 jsp 編譯

kunlunzhiying發表於2016-12-06
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
 
 
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部落格 ” ,連結:http://blog.itpub.net/28211342/viewspace-2129922/,如需轉載,請註明出處,否則將追究法律責任。

相關文章