Arabic Language Character Issue

Hi,
I m using oracle db 10g R2, Oracle Developer 10g & MS. Windows server 2003 R2.
I have exported a dmp file from a database base which was running on AR8MSWIN1256 database character set.
I created a new database and have imported this DMP file into database which has same platform, I have also set the NLS_LANG in windows registry as AMERICAN_AMERICA.AR8MSWIN1256, database character set as AR8MSWIN1256 database & national Character as AL16UTF16 .
I am facing a problem
when I run any Oracle report it shows unusual characters like Italian or german in the report.
However, When I save the data through the oracle Forms it allows to save & retrieve in Arabic(Egyptian).
But It shows unusual result in report
How do I solve this problem.
Regards,
Suhaib
Edited by: suhaib ahmed on Apr 3, 2010 5:05 PM
Edited by: suhaib ahmed on Apr 3, 2010 5:05 PM

To be honest I'm not familiar with the Developer Suite. You already posted this issue in Developer Tools forum, I recommend you do the same in this forum:
Globalization Support
This Globalization forum is even monitored by an Oracle expert.
Werner

Similar Messages

  • Arabic Language aliases issue in Web Analysis reports

    Dears,
    I'm using Web Analysis to build reports with aliases in Arabic language. Aliases appear as small squares. Is there any configuration or workarounds should I do to solve this issue?
    Thanks.
    Regards,
    Ahmad.

    Hi,
    Make sure that you have the right version of JRE in the system. Please try this steps in one client machine
    1. Uninstall all the version f JREs from a client computer
    2. launch Web Analysis Studio from that client computer
    3. It will prompt you to download & install the compatible JRE from the Web Analysis server into your client computer
    4. Install the JRE
    Hope this helps
    Regards,
    Nowshad.

  • Left to right alingment issue when showing the report in arabic language

    Hi,
    Now am working in Arabic reports, Everything working fine, but the problem is with the alignment only.
    In development of report (report builder) the alignment is right to left but in pdf the alignment changed to left to right.
    I am using Oracle Report Builder 10.1.2.0.2 and running reports on Oracle Application server 10.1.2.0.2
    Can anyone help me this.
    Regards,
    Iftikhar

    Installed the Oracle Forms and reports services 10g/ Oracle application server 10g (10.1.2.0.2) with Arabic Language and got the problem resolved.

  • Arabic Language - issue as "???"

    Hi,
    We have installed Arabic language in our system with ECC 6.0 and OS as Windows 2003 Unicode version. While executing the transaction code ME22N, and while clicking the selection screen, i am getting the selection content as  "?????" question marks.  It is neither in English nor in Arabic. I have checked up the following parameters Ztta_cua_area and short_area. It uses the default values. Need help.
    regards,
    raj

    You can try to delete the language load (buffer):
    Note 110910 - Deleting the language load
    We had likewise problems with Chinese. After executing the report in that note it worked.
    Markus

  • How to display Arabic language in oracle 11g?

    Hi,
    I have asked this question before, but no answers where given. I really need an answer because I cant find any working answer through the web.
    my case is:
    I am building a php and oracle application, everything works fine until I tested the insert function for Arabic text, I
    get "?????"
    environment:
           - oracle 11g r2.
           - windows 7 (home)
           - database charset is set to AL32UTF8
           - Arabic language is installed on windows
           - HTML page character set to <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
           - NLS_LANG is set to ARABIC_UNITED ARAB EMIRATES.AL32UTF8
           -  I am viewing the data via Oracle Enterprise Manager
           - data is inserted via html form.
    And I tried using ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256 instead of AL32UTF8, but did not solve the issue.
    Please guys your help will be much appreciated, my whole application is on hold until this issue is resolved.
    Best Regards

    Yes.. may be that will work/.
    check this link too add arabic :
    http://windows.microsoft.com/en-in/windows-vista/change-your-internet-explorer-language-settings
    By SR i mean raise a service request with Oracle support. I hope you have access to support.oracle.com with a valid login.
    Regards
    Karan

  • Arabic language not displayed in Oracle 11g

    Dear all,
    I have problem in inserting data Arabic language into oracle database 11g.. it displays " ??????? "
    I am programming a php application that insert data into oracle database, and I did as described in forums but still not working.
    here is what i did:
    NLS_LANG value is set to AMERICAN_AMERICA.AR8MSWIN1256
    Database character set is: AL32UTF8
    Arabic language is installed in windows regional and language settings, and Arabic keyboard
    HTML page character set is: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    I cant figure out whats causes the problem in my case. any help will be much appreciated.
    Regards

    Hi guys
    and thanks for the replies.. and sorry for my late reply
    I tried using ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256 in NLS_LANG but still the same issue,
    The way am viewing the input is via Oracle Enterprise Manager.
    And the way am inserting the values are via html form and php.
    Also, I tried selecting data and viewing it in the browser but also show "????"
    I haven't try AL32UTF8 instead of AR8MSWIN1256 yet, am gonna try and reply soon.
    Thanks

  • How can put Arabic Language in my website?

    Hi,
    I am created a website in english language, i wanted to convert that website to arabic language. how can embeded arabic font in my website with CSS.
    because after uploading web page come some sybol instead of my text please help me

    Hello Mano(?),
    as you can see, my approach allows two different character encodings on my website.
    On the other hand I would like to focus on a wider issue:
    You can specify the font set that uses the site. In the case of Arabic, you have two options, first is Unicode (UTF-8 or UTF-16) or you use the Arabic script looking set iso-8859-7 (or -6). See: http://www.w3.org/International/O-charset-lang.html.
    It can be a problem with UTF-8 and UTF-16. UTF-8 requires 8 bits per character, then so are 256 different possible characters and so it could be it's not enough for Arabic. UTF-16 occupies two bytes for each character and so we have 65536 different possible characters.
    If you apply the Arabic script set correctly, IE will prompt the visitor to install the appropriate language pack (I'm sure, not all users install this language pack.)
    If you have bad luck, your provider messed up these your server settings. So, you have to go in consultation with your provider!
    The ability to specify the direction of each tag in the CSS, e.g.:
    p {
        font-family: "Arabic Transparent";
        direction: 'rtl';
    I really think that this way would be extremely difficult.
    The best way in my opinion is - as I said before - use a simple simple text editor.
    Hans-G.

  • To display chinese/japanese language Character filename - Java Programming

    In Our application supports to upload a file with name in chinese/japanese language Character. When user tries to download filedownload dialog box is appearing with the filename as junk characters.
    How to solve this issue to display the filename as uploaded.

    Have your tried googling your problem?
    I found this article: [http://www.chinesecomputing.com/programming/java.html|http://www.chinesecomputing.com/programming/java.html] That seems promising, but ofcourse I cant tell if it will work on your application without seeing a shred of code.
    Im certain there is others that has had the same problem before, and put up their solutions on the net.

  • Switch to Arabic Language, Keep English as Default

    I primarily work in English, but have a few clients who need things in Arabic. Is there a way to be able to switch over to the English/Arabic version of Illustrator when I need to while keeping the English (North America) version my default?
    What I've tried:
    When I initially installed CC, I used the English (North America) language. When I needed Arabic support, I changed the language in my Creative Cloud Application Manager to be English/Arabic. I then downloaded that version of Illustrator. When CC 2014 came out, it installed the English/Arabic version which defaulted my Font, Digits, and Paragraph styles to Adobe Arabic and Arabic formatting. I tried to open my New Document Profiles to change everything back, but still have the ability to switch to Arabic when I needed to, but there were a few things that would only default to Arabic (Paragraph Direction and Alignment). I have since reset my language as English (North America) and reinstalled Illustrator CC 2014. Every default is back to normal, but Arabic is no longer an option.
    What do I need to do to have Arabic language support as an option, but not the default?

    without ME (Middle East) edition AI is not very compatible in Arabic, but there is some clues around it.
    you can try .. you might seem it worked, but writing direction, type engine has still problems with it, don't use Arabic without ME edition,
    and
    Having 2 different version in CC (Creative Cloud 2014) is impossible,
    so Here is how I've solved,
    Photoshop > Preferences > Type > Select: Middle Eastern and South Asian
    Type Tool > Character
         Language : Arabic
         Digits : Arabic (1,2,3..)
    Type Tool > Paragraph
         Switch to : Right-to-Left Paragraph Direction
         UnCheck : Hyphenate
    Fonts used: Adobe Arabic
    Save you text file as PSD, and place in your AI/PDF file,
    any updates in PSD will be changed in AI/PDF,
    Printed Proof, perfect !

  • Arabic language is not supported

    Why RIM didn't support Arabic language in playbook until the moment??
    It is disgusting that they're not considering the Arabic users. Although it is available in the their phones, they didn't support it in playbook. I bought my playbook when I thought it is supported. I was disappointed when I found out that Arabic is not supported yet. I've been waiting since then for an update to fix my issue. I hope it is going to be soon. We all are waiting.

    Just hang on. BlackBerry 10 will have multi-lingual support.
    After the phones are released, you'll be able to upgrade the PlayBook to BlackBerry 10. No idea exactly when, but RIM have said it will come.
    I imagine that most BlackBerry devs are working on BlackBerry 10 and the current Tablet OS team is focused on the next version now.
    Doesn't fix it now, but at least it's coming.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!

  • Displaying English and ARABIC language on a smartform?

    Hi All,
    Hi Folks, I have an issue printing two different languages on a smartform; I should print English and One more language of ARABIC style (RIGHT TO LEFT). In Debugging mode i could see the Arabic Text exactly in the format which i have entered but when i print it takes the other way.
    For Ex: ABCD - (Fyi - this is of Arabic Language dialect)
    o/p: ( i m getting) DCBA
    i tried with Text Include n Text Element during debugging i could see the data as DCBA but when i print the system (MS Tools - Word) are recognising the Language is of Arabic and its automatically changing the cursor position to the end ((**I found this in XML Format of Smartform)). so the form is printing from the new cursor position i.e A; and its displaying the output as ABCD.
    Note: I have no problem with List, Screen Etc. except "Form".
    Please Advice me. Thanks in Advance.

    Shekher,
    Check the printer device type you are using.
    For printing the Arabic output you need the printer defined using ZARSWIN device type. Ask the Basis consultant to do the same.
    Regards..

  • Audition CS6 not support file name written in Arabic language

    dear support manager
    i have audition CS6
    Version 5.0 Build 708
    i have issue with Arabic language
    it not support   file name written an arabic language
    please help me argent in arabic language
    i have
    license for 10 user  i spent 3000$ for new audition 
    and the adobe support  guy tell me  it not support arabic
    anay manager in adobe support  can help me please

    This is just the Adobe Audition User to User forum. Such requests to be directed to Adobe's online support teams.
    However there is a reply from an Audition developer at http://forums.adobe.com/message/5587733#5587733. But not good news I'm afraid.

  • Creating TOC in CP4 with Arabic language contents

    Hello all,
    i'm preparing my captivate project4 using Arabic language.
    The TOC entries with Arabic words are switched left to right instead of right to left during project preview.
    what to do? your help please

    Emma_Baillie wrote:
    I have a bunch of files with names in Japanese characters (also Chinese, Korean, Spanish etc, but this will do for an example). The encoding is Unicode.
    I wish to be able to put them in a zip file, then extract them again using any old zip tool (WinZip,PKZip,7-Zip etc)
    Trouble is, every time I do it, the files inside the zipfile end up with garbage character names. The contents of the files are fine, though.This is becuase zip tool doesn't support unicode for zip entries. For example WinZip prior to 11.2 does not support Unicode characters in filenames. You need to look for the simillar information for other tools. You can find more on tools on their website.

  • Arabic language is printing in reverse when I am printing

    Hi,
    I have developed a form in english and I have written the company name in Arabic language.  This Arabic language is printing in reverse when I am veiwing the print preview and as well as printing it. Anybody please tell me how to solve this.
    Regards,
    BSV.

    HI friend,
    Just see the OSS note 822634. It will solve your problem.
    My friend too faced a same issue and he solved it by using that.
    If you still have any queries i will help you.
    Thanks,
    Sri Hari

  • Enabling Arabic Language

    I have installed Oracle 9i database, I need to change the charater set which should enable me to save data in Arabic language, where as currently it saving in Junk Language, I woudl like to know is there any way that i can change some settting in database or registry which will allow to save in Arabic characters.
    Thanks and advance for your guidance
    Ahon
    Edited by: ni**** on 27/10/2010 06:03 ص

    Hello,
    I need to change the charater set The character set of the Database is given at its creation.
    If you need to change it, you may have to recreate it and export/import the datas so as to convert them.
    The following Notes from My Oracle support may help you:
    How to Move From One Database Character Set to Another at the Database Level [ID 1059300.6]
    Character Sets & Conversion - Frequently Asked Questions [ID 227330.1]Hope this help.
    Best regards,
    Jean-Valentin

Maybe you are looking for

  • Flash player not working after recent software update

    I have a MAC OSX 10.5.8, after the recent software update my flash player no longer works. I have read that there is a problem with security for the version of flash that I was using and this is the reason it was disabled. However, I have tried to do

  • Internet does not work I have wi-fi available;  IP is invalid: 169.254.118.

    Please help! Just purchased my new ipone 4. I have wireless conection at home, the phone finds it, I enter the password, it seems like it connects to it, but I only get the wireless icon for a few seconds and when I open Safari it says that internet

  • How do I view images in enhanced podcasts in iTunes?

    I've been making podcasts for years in Garageband, then exporting to iTunes to view in my classroom.  Suddenly in the new version of iTunes I can't find the "view artwork" for viewing my podcasts.  What am I missing?

  • Japanese or Chinese characters showing up in contextual menu (right click)

    Whenever I right click inside a Firefox (v 3.6.17) window, there are three (3) menu picks at the very bottom of the contextual menu that are displayed in either Japanese or Chinese characters. How do I fix this? Thanks in advance for any help!

  • Working with Unions..

    I am working with 11g, trying to create a report from 4 different subject areas, on one of the rows I have (Product name, tender name, product description, title name). My boss wanna me to have these in one row saying "it will show a different descri