Error:
Arabic heading fonts in the OAF pages are bigger, in english it is working fine
Solution:
1. Shutdown all services
2. Take a backup of the image and styles cache
cp -pr $OA_HTML/cabo/images/cache $OA_HTML/cabo/images/cache_date
cp -pr $OA_HTML/cabo/styles/cache $OA_HTML/cabo/styles/cache_date
3. Remove the files under the styles/cache
cd $OA_HTML/cabo/styles/cache
rm -rf *
4. Remove the files under the images/cache
cd $OA_HTML/cabo/images/cache
rm -rf *
5. Compile the jsp files
cd $FND_TOP/patch/115/bin
perl ojspCompile.pl --compile --flush -p 2
6. Start the application services
Reference : R12: Font And Links Have Changed After Patching (Doc ID 1348791.1)
Arabic heading fonts in the OAF pages are bigger, in english it is working fine
Solution:
1. Shutdown all services
2. Take a backup of the image and styles cache
cp -pr $OA_HTML/cabo/images/cache $OA_HTML/cabo/images/cache_date
cp -pr $OA_HTML/cabo/styles/cache $OA_HTML/cabo/styles/cache_date
3. Remove the files under the styles/cache
cd $OA_HTML/cabo/styles/cache
rm -rf *
4. Remove the files under the images/cache
cd $OA_HTML/cabo/images/cache
rm -rf *
5. Compile the jsp files
cd $FND_TOP/patch/115/bin
perl ojspCompile.pl --compile --flush -p 2
6. Start the application services
Reference : R12: Font And Links Have Changed After Patching (Doc ID 1348791.1)
No comments:
Post a Comment