Sunday, October 21, 2018

Oracle APPS (EBS) Arabic characters are displaying as question


Oracle APPS (EBS) Arabic characters are displaying as question

Oracle APPS EBS reports showing Arabic Characters as ????? ؟؟؟؟ . 

solution 1 : 
  
    Check ALBAN*.ttf files exists in the directory $OA_JRE_TOP/lib/fonts/
ls -l $OA_JRE_TOP/lib/fonts/ALBAN*.ttf

Solution 2: 
    1. Login as SYSADMIN
    2 System Adminstrator --> Profile --> System
    3 Check the profile option "FND: NATIVE CLIENT ENCODING" is set to the database character                  AR8WIN1256    OR UTF8 


    
Thanks , i hope this helps you, 



   

Thursday, October 4, 2018

How to change Concurrent Request View output to view in browser


To view Concurrent Program log file in Browser:

Reports that produce an output other than a text file (for example HTML or PDF) are displayed in a browser. If you set the profile option VIEWER: TEXT to Browser.

Thank you,