Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

i have difficulty to display Arabic font in oracle report 12c ??????

SALEEM_YEMENAug 17 2022

image.pngdid any one face this problem and how can i solve this problem
despite of i did every things

DF Subsetting is enabled.
copy C:\Windows\fonts in REPORTS_PATH.
Edit uifont.ali from DOMAIN_HOME\config\fmwconfig\components\ReportsToolsComponent\<reports_tools_name>\tools\common and at the end add
*="tahoma.ttf"
Copy this uifont.ali file to ORACLE_HOME/tools/common
Restart WLS_REPORTS and the reports server and retest.
could you please if anyone face this problem to help us

Comments

Irian

AFAICT it should work exactly like windows but replacing the "sdcli.exe" launcher with the "sdcli" script found in the same directory.

Gary Graham-Oracle

I recall some issue reported for this.  Probably either of these will work:

1. Run sdcli directly from your linux installation's .../sqldeveloper/sqldeveloper/bin directory.

2. Edit sdcli to include your linux installation's full .../sqldeveloper/sqldeveloper/bin path before the "sqldeveloper" command.

Also note...

1. If installed via rpm, the full path probably begins with /opt/

2 If installed by unzipping the generic version, you will need to give sdcli execute privilege (chmod u+x sdcli)

Hope this helps,

Gary

SQL Developer Team

1 - 2

Post Details

Added on Aug 17 2022
2 comments
741 views