1. Login as applmgr user and source the environment by running the script:
/oracle/apps/apps_st/appl/APPS[SID]_[host].env
2. Run the commands
Linux/Unix
cd $FND_TOP/patch/115/bin
perl ojspCompile.pl --compile --flush -p 2
Windows
cd %FND_TOP%\patch\115\bin
perl -x ojspCompile.pl –compile –flush
3. Restart the Middle Tier services.
Cheers!!!
3 comments:
Hi,
when i compile all pages with
perl -x ojspCompile.pl –compile –flush
am getting following error.
data corrupt over child pipe: -6220 MORE
anybody have any idea about this
thnks
Hi,
when i compile all pages with
perl -x ojspCompile.pl –compile –flush
am getting following error.
data corrupt over child pipe: -6220 MORE
anybody have any idea about this
thnks
I have read in some other post i dont think it is a great idea to you the (flush) switch..
https://forums.oracle.com/thread/2477385
Post a Comment