Forms/Reports Chinese character support

We have an existing db (10.2.0.4.0) and forms (11.1.2.1.0) application, that we're trying to extend to support Chinese characters.
We're looking to add some unicode (nvarchar2) columns to existing tables, rather than converting the whole db charset.
I've pasted my environment settings below. What I've found so far in trying to create a local (ie. running the form in Builder with local weblogic running) test form, is that I can insert the chars ok (using plsql developer) and the test form can display them correctly, but cannot write them back to the database. They appear as upside down question marks in any records the form has created.
Env variables:
NLS_LANG = .UTF8
Database:
NLS_CHARACTERSET = WE8MSWIN1252
NLS_NCHAR_CHARACTERSET = AL16UTF16
1) So, can anyone give me any pointers on how to get the form to write the characters back into the database correctly?
2) The chinese chars will only be relevant to a few forms inside the app, are there any settings local to the form that will enable unicode support, rather than setting at OS level. ie, an alter session, or equivalent?
3) Oracle Reprts doesn't appear to have an nchar datatype unlike Forms, is there anyway to get Reports (generating PDFs), to include Chinese, or is it not possible?
thanks in advance, please let me know if you need any more info.
**EDIT**
I now have the chars writing back to the db ok. If you do it via an INSERT statement from inside the form, it doesn't work. It appears the value is sent to the db in the normal charset rather than the national charset, and it's written as a question mark. If you pass the value from the form into a back end stored proc though (which does the insert) it works okay.

I have not worked with Forms for a long time. Are use sure they actually support the NVARCHAR2 data type?  My memory tells me that they do not.
I recommend migrating the database to AL32UTF8.  You can support NVARCHAR2 in Forms using workarounds with stored procedures to move data as you described (you should be able to do this while reading as well.) but NVARCHAR2 data type is discouraged as it is not necessarily supported by all database features. For example, you cannot built an Oracle Text index on an NVARCHAR2 column. I am also not surprised that Reports cannot support NVARCHAR2.
-- Sergiusz

Similar Messages

  • Is the Forms & Reports Developer Standalone supported on Windows 7 ?

    Is the Forms & Reports Developer Standalone supported on Windows 7 ?

    848478 wrote:
    Is the Forms & Reports Developer Standalone supported on Windows 7 ?Developer 10g/11g is supported on Windows 7 (32-bit).
    Is Oracle Developer 10g certified with Windows 7 and IE-8 ?
    Re: Is Oracle Developer 10g certified with Windows 7 and IE-8 ?
    Thanks,
    Hussein

  • Chinese Character Support On MediaSource Organi

    Hi,
    I have MP3 song with filename in Chinese characters. On my Windows XP, I can view the filename in Chinese character using Windows File Explorer. Even the ID Tag also no problem. But when I use MediaSource Organizer, all my chinese character MP3 filename displayed as rubbish. Is there anyway I can make MediaSource to display chinese character without resorting to third party software since by nati've, Windows XP support chinese character viewing features.
    Thanks,Felix

    caniggia wrote:
    Hi guys. I'm using Win2000 version and it's diff. from XP.
    Anyone can help on this? Thks!
    You will need to install a language viewer. For example, to view Chinese/Korean/Janpanese, you can install NJ Star viewer.

  • Chinese character support for 6210 Nav

    I brought my mobile in Australia which cannot support Chinese characters (Traditional). Is there any application i can install so that my mobile can support Chinese characters (Traditional)?
    Francis 

    easiest way to gain support for traditional chinese characters would be to take your phone to your local Nokia Care Centre and ask them to install additional languages and the character support that you require.
    please throw some kudos our way, it would mean a lot to us
    If you found this or someone's comments helpful or like what that person has to say, please give some Kudos to their post!

  • Nokia x6, chinese character support

     I downloaded China Ovi map, but all the points of interests, such as hotels, are shown with squares, rather than chinese characters.
    Is there a way to enable chinese language support?

    Not a complete solution but if you only care about reading chinese characters on web pages only, and does not need to input chinese characters, Opera Mobile 10 does have one international version that comes with Asian languages support. It render Asian language beautifully even though the phone itself does not support.

  • E72 Chinese character support available?

    Hi all,
    I recently bought a E72 with English/Spanish/French/Portuguese languages available and noticed that it cannot display Chinese characters in texts and the internet browser. Is there any way to change the OS to one supporting Chinese characters (e.g. Hong Kong version)? Are there any other ways I can view Chinese or other Asian text in applications or websites?
    Thanks,
    Jeff

    I've written a solution of how to read chinese characters on the E72 here:
    /t5/Phone-Applications/REQ-Nokia-Messaging-Enable-​Japanese-amp-Chinese-in-email/td-p/732249
    Simply installing font with unicode does not work because the font properties have to be named in a special way and also make sure you do not include Korean glyphs in the font.

  • Chinese Character support

    Hello, my video production requires Chinese characters. Does anyone know if this is possible in visual communicator? I try inputing Chinese characters into the title screen and I get question marks, and it also doesn't let me type Chinese characters in the teleprompter. If anyone knows how to fix this please help! Thanks!

    Is there any schedule for supporting Chinese Font on epub files?
    Android does include the characters - we do not believe that it would be a big task.
    I heard that Kindle does support it.
    It's really upsaid for this kind of minor defect.

  • How do we get Chinese keyboard support in Lion

    How do we get Chinese character support in Lion using American keyboard?

    As with any other language, you go to system prefs/language & text/input sources and check the boxes for the languages you want, plus the box for Show Input Menu in Menubar.  Then you select the language you want from the "flag" menu at the top right of the screen and type away.  There is Help available right on the machine plus a whole website here:
    http://www.yale.edu/chinesemac

  • PDF report in 6i does not support the Simplified Chinese Character?

    Hi :
    I generate the PDF format report by report 6i (patch 5) , but the Simplified Chinese Character does not display in PDF files correctly(Acrobat reader 5) , Why ??
    can somebody help me , thanks in advance !!!

    I believe this is not available in PDF until 9i - ref <Bug:1738911>
    Regards
    Grant Ronald

  • How to suppress extra form feed for character report printing using ORARRP?

    Dear All,
    We are using Oracle Application Server 10g (10.1.2.0.2) on Windows 2003 Server and most of our client PC's are Windows XP Professional machines. We are migrating our existing oracle application from 2-tier architecture to 3-tier architecture (6i to 10g). We have installed ORARRP utility for remote direct printing and to a limited extent we are successfull in getting the things work out for our system users, However, we are facing a problem using the ORARRP utility for which we are not able to find a solution till date.
    We have configured ORARRP utility on every user's PC and the printing of bitmap reports is working well. However, while printing CHARACTER reports using ORARRP utility, after the report gets printed, an EXTRA FORM FEED is issued by ORARRP to the printer and because of this the printer stationary skips one extra page and advances to the next page. Please note that this EXTRA FORM FEED happens only while printing a CHARACTER REPORT.
    Has anyone come across such a problem using ORARRP ? How can we avoid this extra FORM FEED from CHARACTER REPORT printing using ORARRP ? Is there any other tool which supports remote direct printing just like ORARRP?
    I shall be highly obliged if anyone could reply to my queries ASAP.
    Regards,
    KrishnaKumar S

    Please help ! I tried the "send_form_feed" and "postscript_dos_print" parameters without success. The extra form feed is always there. Thanks.

  • Cannot submit chinese character in Parameter Form

    Hi all report professionals, when I tried to submit chinese character as an input parameter via the Online Report Parameter Form, the report server cannot recognise it as a chinese character. This scenario does not happened when I use Oracle Report Developer to run the report.
    I have already set paramform=yes in the URL. Any other setting or configuration is needed to be set to solve the problem ? Thanks

    I have the same problem. For my case, I have a parameter form which require the user to key in some Chinese. After generated the report, those Chinese parameters displays as some symbols in the report. I have tried to change the code page of the parameter form as Chinese Big5. It is the same.
    Can anyone give me a hand on this?
    Thanks.

  • Question about chinese character report

    Hi, I will print some report contain chinese character. My OS is RedHat Linux Advanced server & Application server is oracle 9ias 9.0.2.0.1
    I have already set NLS_LANG="SIMPLIFIED CHINESE_CHINA.ZHS16GBK" in reports.sh. And have add
    helvetica = "ARIALUNI.TTF"(ARIALUNI.TTF is in my reports_path )
    in uifont.ali file under [ PDF:Subset ] section.
    But I still can not see chinese character in my report(PDF), How to solve it ?
    thanks .

    Rao , Thanks for your reply.
    After I Changed locale to chinese in Linux, I can not seen chinese in Oracle Enterprise manager. So, I think my lunux box can not support Chinese .
    When I run my report on windows2000 (Chinese version) application server, I can not see chinese character. But after I edit the uifont.ali and copy ARIALUNI.TTF to $reports_path, I can see chinese character.
    Do you get my means?
    Any question, Contact me.
    Thank you very much !

  • How long Oracle plans to support Forms/Reports 6i ?

    Hello dear Oracle Forms users/developers,
    The "Oracle Forms: Features Obsolescence for Release 9i", which I downloaded from OTN, clearly indicates that the client-server runtime will be obsolete in 9i, and (quote) "users who currently deploy their application in a client-server environment and who wish to upgrade to 9i will have to Web-deploy their application as part of the upgrade process" (page 3). It also indicates that Oracle Graphics will not be shipped with Forms 9i. If someone needs Graphics, then Graphics 6i (not 9i) need to be installed into a separate Oracle_Home...
    I have been trying to convince some Oracle product managers for years to continue supporting the runtime environment. Oracle always refused to include the "runtime only" installation option for any flavor of unix (eventhough it was available for windows).
    The above news (of the fading away of client-server runtime option) really did upset me.
    We have been developing applications with Oracle Forms/Reports/Graphics for the client-server environment as the database frontend to different simulation models. Our forms includes buttons that allows the end-users to download/upload ascii files to the file system/database. We and our customers (including the international users) are very happy with the client-server runtime option and don't want to use the forms server (or the iAS) just to be able to run these complex forms/reports/graphics applications.
    Oracle keeps telling people that it will be cheaper to move to iAS and serve the forms via iAS forms services. For small size client-server applications this is absolutely not true. We are an Oracle partner and I have discussed the licensing issues with them and am aware of the deploying costs. Let me tell you couple of things:
    1. Oracle forms/reports services included only in the enterprise version of 9iAS, not the standard version.
    2. If the end-user is licensed for Oracle database server and has a copy of Forms/Reports Developer 6i, then they can run the client-server application without any extra license (number of users does not apply in this case).
    3. Forms/Reports Developer 6i is not a separate product and could be obtained by purchasing iDS (internet Developer Suite) or iAS EE license. iDS is a windows only product and includes designer 6i, Jdeveloper additional to the forms/reports developer 6i. Someone might say, "the end-user might not need all the extra just to be able to run your forms". Answer to that is the cost of purchasing a 2 years license for iDS is almost equal or cheaper than the cost of 2 years named user license (based on the fact that 9iAS EE has a 10 named user minimum requirement). And the end-user can install only the forms/reports part of iDS (given the fact that forms/reports 6i is available for different platforms including solaris - does not have to be windows).
    4. This information if from the Oracle Partnership and any Oracle employee which doubts about it should talk to them to verify.
    Here are my questions:
    ========================
    Given all these FACTS (our satisfaction level with the client-server environment with Forms/Reports Developer 6i and the licensing information) I would like to ask to those Oracle employees (or personnel) how they justified the termination of the client-server runtime in Forms 9i?
    If the Forms/Reports Developer 6i will be the only (and the last) version that supports client-server runtime environment, how long Oracle is going to support it?
    I need to know to decide if we should use the forms/reports in our future projects or not.
    Thank you (for reading all this crap) and best regards.
    Zafer AKTAN
    Oracle DBA/Developer

    Question 1
    I would like to ask to those Oracle employees (or personnel) how they justified the termination of the client-server runtime in Forms 9i?
    This descicion was made from feedback from our customers. Feedback from the Forms Customer Advisory Board and the Oracle Developer Tools Group (ODTUG) indicated that they are 1)in the process of moving their client-server applications to the web, 2)have already moved to the web, 3)are looking at web stategies and 4)this is also the direction that Oracle Applications division is taking.
    It is proven that while liscencing for the web may not be cheaper in itself, the total cost of ownership is cheaper with web deployment once you figure in the ease of maintanence, deployment, and configuration.
    Question 2
    If the Forms/Reports Developer 6i will be the only (and the last) version that supports client-server runtime environment, how long Oracle is going to support it?
    Yes, Forms 6i is the last version to support client-server runtime. 6i will be patched through 2006 with extended support through 2008.
    Regards,
    Candace Stover
    Forms Product Management

  • Required components for Forms&Reports 11.1.2 with SSO support

    Hi.
    Dont know if this is the right forum but I would like to know if any of you has an experience in integrating Forms&Reports 11.1.2 with Oracle Access manager.
    I am in process of upgrading Oracle Forms&Reports 10g configured to use single sign-on to 11.1.2 with Identity and Access management for SSO support. As I read the installation manual I got confused by how to integrate Forms&reports with Access manager to be able to configure it to use single sign-on with MS Active Directory authentication. I am not sure is there enough just to install Access Manager or the installation also requires Identity Management component.
    I would appreciate if one could point me to the right direction. Thanks.
    Best regards.

    I recommend starting with baby steps. First ensure that the FMw installation is working. Can you run a form, and report, and so on. Then add single-signon with OAM. Verify that it is working. Then add AD support. If you try to dive directly into making AD work and something before this step wasn't working, you will have a difficult time troubleshooting.
    Generally speaking, if you have OAM and SSO installed prior to installing FMw, connecting the two is fairly easy because the FMw installation will prompt you during the process. However, even after the fact, linking up can be done from within the EM console even though some external steps may be needed. Once this is working, they you can investigate adding AD to the mix.
    If you already have OAM installed, you are ready to dive into the Forms Deployment Guide.
    http://docs.oracle.com/cd/E24269_01/doc.11120/e24477/sso.htm
    This part of the Deployment Guide will cover things like, which versions of the Identity Management components can be used with Forms/Reports 11.1.2. It will also discuss the functional information need in order to understand how it all works together. Also included are instructions on how to connect the FMw installation to sso. Be careful as you read any of the documents as it is easy to get confused when seeing references to "SSO". In some cases, the term "sso" means single signon and in others it is referring to the product, "Oracle SSO".
    Information about using Active Directory is scattered around the IM documentation, but this is probably a good place to start:
    http://docs.oracle.com/cd/E23943_01/oid.1111/e10031/odip_actdir.htm

  • Chinese Character in PDF format for Oracle Reports 11g

    Hello Everyone,
    Currently we have a Report that need to be display chinese character in PDF format.
    We followed the steps specified in the "Oralce Fusion Middleware Publishing Reports to the Web with Oracle Reports Services"
    documentation but things doesn't work. We also installed Adobe Acrobat Reader 9 and Asian Font Pack 9 on the server side
    and even on the client/user/development side and followed the steps in the documentation, but no effect at all. Or we even
    tried "Arial Unicode MS", same thing no effect.
    For sure, we may miss something during PDF aliasing or PDF subsetting setup.
    Anyone out there who has the same experience and able to resolve the issue that currently using the Oralce Fusion Middleware Reports 11g?
    Doesn't matter if it does not related to chinese character, as long as it relates to this issue like japanese or arabic characters in PDF.
    If its ok, kindly provide the steps how you do it.
    Your help is highly appreciated.
    Regards and Thank you very much!

    I am now facing exactly the same problem as user449955 (Eric's). Dear Eric, how about your situation? If you have resolved this problem, may I ask for your solution?
    In my case, using either font aliasing or font subsetting doesn't work at all (displaying "garbage" characters instead of Chinese characters). The setting in my uifont.ali is as follows:
    If using font aliasing:
    [PDF]
    .....ZHT16HKSCS = "MSungStd-Light-Acro"
    If using font subsetting (the REPORTS_PATH already includes "C:\Windows\Fonts"):
    [PDF:Subset]
    "Courier New" = "mingliu.ttc,2"
    For both cases, the report server's NLS_LANG already set to "TRADITIONAL CHINESE_HONG KONG.ZHT16HKSCS" (I am in fact located at Hong Kong). For font aliasing, the client side already has Asian Adobe Reader with Asian font pack installed.
    By the way, I noticed that the WebLogic EM is configuring/updating the uifont.ali file at "<instance home>\config\FRComponent\frcommon\tools\common" directory, but the Oracle Reports 11g's documentation sometimes advise to refer to another uifont.ali file located at "<instance home>\config\FRComponent\frcommon\guicommon\tk\admin" directory. Which one of the uifont.ali files is the one used by the Oracle Reporting Service?
    My report server's platform is Windows 7 Enterprise (64-bit) and the Reports version is 11.1.1.3.
    Anyone can help to advise?
    Thank you very much.
    Regards

Maybe you are looking for

  • How do I display data from Multiple Queries in a spreadsheet?

    I am running Oracle forms 10g as a kicker to export a report (rdf 10.1.2.0.2) to PDF or Excel Spreadsheet - User's choice. Doesn't matter if I have desformat = SPREADSHEET, DELIMITEDDATA, or DELIMITED; I still get only the first query displayed when

  • Samsung lcd monitor

    Can anyone please help, Since I got a new Samsung 2032BW LCD monitor (widescreen), I need to change the Pixel Aspect Ratio or else the place where I take my pics cant print it. I need to open one photo in photoshop change the PAR to square and save i

  • Error occured when i am applying Sap note 1465628 in step 4

    Dear all, SAP ECC 6.0 , AIX ,Oracle 10g. when i tried to upload form (.xml format) (1465628 in step 4 ) i got the error as Error occurred when uploading file (unknown file format) and I have checked below steps : Call transaction SE38. 2.  report nam

  • Transfer of material from RG1 to RG23A Part1

    Hi Gurus , here I have a complicated scenario , actually this is client req regarding to captive consumption the scenario is as following they have one finished material say F01( FERT ) , normally they do sell of that material and sometimes they use

  • ALEAUDIT and Integration Process

    Hello, I have setup a scenario SAP(IDOC)--> XI(Integration Process) --> SAP(IDOC) and I request the acknowledge message ALEAUDIT. Now I have different problems. The ALEAUDIT posted back from the Integration process is not processed in the SAP1 system