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!!!
Related Posts by Categories
Errors and Solutions
- Error While Loading Shared Libraries: libdb.so.2 on RedHat Linux 5
- ORA-20011: Approximate NDV failed: ORA-00600: internal error code, arguments
- Blank Page Accessing R12 - 'Missing class: _RF' in OACore application.log
- TNS-12557: TNS:protocol adapter not loadable
- Patch 7684818 conflicts with other patches
- How to recreate the concurrent manager service for 11i on Windows Platforms
- afcmgr.odf - ORA-00054: resource busy and acquire with NOWAIT specified
- Error - PLS-00302: component ‘IS_PATCH_APPLIED2′ must be declared
- How to remove an Oracle E-Business Suite Release 12.x Windows Environment
- Relink of module "MSCXGCAL" failed
- Error - Gather statistics for SYS schema as part of upgrade to 10.2.0.4
- Missing Oracle Text Supplied Knowledge Base after 10gR2 database installation
- R12 Login issue on target after cloning , fresh install or upgrade
- RC-50013: FATAL: Instantiate driver did not complete successfully on DBTier
- Oracle Reports Cache directory growing rapidly
- Rule Set "Applsys.Wf_deferred_r" Has Errors
- Upgraded database 11.2.0 for R12 having AutoConfig Error
- Relinking TNSLSNR fails - undefined reference to `snprintf@GLIBC_2.4'
- HOME button on 11i Navigator is not working
- 11i.ATG_PF.H.delta.7 (Patch:6241631) fails on icxwtab.odf
- R12 Error 'Function not available to this responsibility' When Trying to Access Custom Form
- appsborg2.zip does not exist in target after cloning
- Fnd_cant_insert_user_role when assigning a responsibility in R12
- There are no patches that need to be applied from the patchset Oracle Application Server PatchSet 10.1.3.5.0
R12
- Oracle E-Business Suite 12.2 Now Available
- Getting Started as an E-Business Suite DBA
- Error While Loading Shared Libraries: libdb.so.2 on RedHat Linux 5
- Glimpses of E-Business Suite 12.2: WebLogic Server and Online Patching
- Blank Page Accessing R12 - 'Missing class: _RF' in OACore application.log
- R12 - How to enable Apache, OC4J and OPMN logging
- Cloning Oracle Applications Release 12 with Rapid Clone
- Configuring maintenance mode for R12.
- How to remove an Oracle E-Business Suite Release 12.x Windows Environment
- What's New with Applications Node Services in EBS R12?
- R12 Certified with New Virtualization + Partitioning Technologies
- Gather Schema Statistics fails with Ora-20001 errors after 11G database upgrade
- Deploying a new forms EAR file in R12
- Oracle E-Business Suite Release 12.1.3 RUP
- Oracle E-Business Suite Release 12.1.3
- R12 Login issue on target after cloning , fresh install or upgrade
- How to Enable Automatic Compilation of JSP pages in R12
- Apply Release 12.1.3 - R12.ATG_PF.B.delta.3
- RC-50013: FATAL: Instantiate driver did not complete successfully on DBTier
- Upgrading R12 OracleAS 10g Release 3 (10.1.3) Patch Set 5 (10.1.3.5.0)
- Oracle Reports Cache directory growing rapidly
- Upgradation from 11.5.10.2 Oracle Apps to R12.1.1
- Concurrent Manger status : System Hold, Fix Manager before resetting
- EBS Release 12.1 RUP3 for AD/ATG/HRMS Released on My Oracle Suppport
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