Error in updating Chinese and Russian characters

Hello Gurus,
I am Working in oracle 10g R2/Solaris.
I am try to update one of my customer table which has Chinese and Russian(basically non-english letters) etc.,
I have prepare the update statement MS-Excel. it looks correct
UPDATE WEBSCHEMA.DPS_USER SET
FIRST_NAME=
'李'
LAST_NAME=
'文斌'
WHERE LOGIN =
'[email protected]';
But, When paste in toad/sql developer/sql*plus, it gave some unique boxes/questionmark in place of Chinese letters. Even, I tried pasting notepad and again copy paste from notepad also. I found same error
UPDATE WEBSCHEMA.DPS_USER SET      FIRST_NAME=    ' some box here'       ,    LAST_NAME=  ' some box here'        WHERE LOGIN =    '[email protected]';
My CHARACTERSET parameter values:-
SELECT * FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER LIKE '%CHARACTERSET';
PARAMETER                      VALUE                                  
NLS_NCHAR_CHARACTERSET         AL16UTF16                              
NLS_CHARACTERSET               AL32UTF8                               
2 rows selected.
How to fix this issue?
Thanks
Raj

sorry for double posting because i didnt got reply from first one so i thought that nobody have looked on that topic that's why i done this.

Similar Messages

  • Chinese and Korean characters not displaying in navigation pane

    I have an issue with Chinese and Korean characters not displaying on the tabs in the navigation pane:
    I have 2 RoboHelp projects (using RoboHelp 8 with the updates installed) to generate WebHelp, one in Simplified Chinese, the other Korean. The HTML files, .HHC and .HHK were sent out for translations. I have set the appropriate language in the project settings, everything almost works, except for the text on the Contents, Index, and Search tabs. (I'm not using a skin.) I have read in various threads that the lng file should be edited using the RoboHelp interface, and this seems to be the crux of the problem. The characters do not display correctly through the RoboHelp UI.
    The computer on which I generate the WebHelp is Windows Server 2003, and I do not have the language packs installed. (And am having problems getting hold of the language packs to install to see if this fixes the problem.)
    Aside from installing the language packs, is there anything else I can try to help resolve the problem? (The characters in the content are displaying as expected.)
    Any assistance is greatly appreciated

    Perhaps something in the Translation Info section of this page might help? (The specifics are for Japanese, but I believe the issue would apply to all double-byte languages).
    http://helpware.net/FAR/far_faq.htm#JapComp

  • Chinese and Japanies Characters insert Problem

    Hi All,
    I have a proble inserting Chinese and Japanies Characters into oracle database.Example:
    Created a table in sustom schema and given grants to apps Schema:
    create table xxeq_temptest(ENGLISH VARCHAR2(25),JAPANEES NVARCHAR2(100),CHINESE NVARCHAR2(100))
    grant all on xxeq_temptest to apps
    Connected to apps schema and created synonym for xxeq_temptest and tried inserting the data:
    SQL> insert into xxeq_temptest values ('General Leger','??????','?????');
    1 row created.
    SQL> COMMIT;
    Commit complete.
    SQL> SELECT * from xxeq_temptest;
    ENGLISH
    JAPANEES
    CHINESE
    General Leger
    I am unable to see the chinese characters,Please can any one help me in this?
    Regards
    Raghavendra Nara

    What is your database version ?
    What are your database character sets ?
    Please run and post output of:
    select * from v$version;
    select * from nls_database_parameters where parameter like '%SET%';What is the tool you are using to insert non ASCII characters ? On which OS ?
    Are your sure your OS is able to display Chinese an Japanese characters ?
    Note that SQL*Plus on Windows has limitations and SQL Developer is a better tool for that on Windows.
    Exemple with SQL Developer and Oracle XE on Windows:
    drop table tc purge;
    select * from nls_database_parameters where parameter like '%SET%';
    create table tc(c nvarchar2(10));
    insert into tc values(unistr('\8349'));
    commit;
    select * from tc;output is:
    Succès de l'élément  drop table tc.
    PARAMETER                      VALUE                                   
    NLS_CHARACTERSET               WE8MSWIN1252                            
    NLS_NCHAR_CHARACTERSET         AL16UTF16                               
    Succès de l'élément create table.
    1 rows inserted
    commited
    C         
    草            Edited by: P. Forstmann on 15 oct. 2010 10:04

  • Japanese and Russian characters are not displayed properly

    I have a pdf file which has both russian and Japanese characters in it. Before I install Japanese font pack, the russian characters were displayed properly but for Japanese characters Junk characters are displayed. But once  I installed Japanese font pack, Japanese fonts are displayed properly, but for Russian characters are displayed as junk characters. Please let us know if can display both font types simultaneously in a document or is there any work around for this ?

    What is your Reader version?
    If Reader X or earlier, did you also install the extended font pack?

  • Highlight File Format and PDF Documents with Chinese and English characters

    I'm a developer working on an application that makes use of the Highlight File Format / external highlight server capabilities of Adobe Reader.
    The highlighting worked correctly until we started to introduce pdf documents that were scanned to recognize Chinese in addition to English.
    The xml file seems to have the correct values in it. For example, if the 10 characters to highlight are at position 41 on the first page. The "xml" file has the <loc pg=0 pos=41 len=10>.
    If the document is scanned for English only, it works fine. That is, the highlight starts at character 41. If the same document is scanned for Chinese and English, the highlight starts at character 22.
    Has anyone had a similar experience? Do you know a solution?

    Hi,
    I don't know about BIP and the specifics of your context, but here are some general answers for the XLIFF format:
    <?xml version = '1.0' encoding = 'utf-8'?>
    Can we change encoding to 'ISO-8859-1' as soon as we convert the file format ?If you also save the file to ISO-8859-1 as well yes. But you can do this only for languages supported by Latin-1. It makes sense to keep the files in UTF-8.
    A-2) he section <header><skl><internal-file> contains a huge string
    which seeem to be binary ... What is this ? can we delete it ?That's likely to be the skeleton file. The data used to rebuild the original format after translation.
    Most likely it should stay there.
    A-3) Can we have one XLF file with muliple <file> sections (one per language to translate to ) ?
    This can be very useful for us to manage one only translation file per report template.Yes but no: yves you can have several <file> elements in an XLIFF document, but no: they must be for the same language pair. XLIFF is designed to work with bi-lingual files, not multi-lingual files.
    A-4) the most important section for translation is included in the <trans-unit> tag .
    Each one has a distinct id like ""49e41f8f" ... Can we replace this by a more meaningfull value ?Those id attributes are used by the filter to merge back the data after translation. You should preserve them.
    A-5) the language format is like "en-US" (language code + territory code).
    Is it case sensitive ? No it is not case-sensitive (en-us == en-US). The values of xml:lang are not case sensitive (unlike other XML attribute values).
    en-US is just the recommended notation.
    The XLIFF specification are here:
    http://docs.oasis-open.org/xliff/xliff-core/xliff-core.html
    Hope this helps,
    -ys

  • Im unable to view chinese and japanese characters on some sites

    When I browse Japanese and Chinese websites, the characters do not load. Instead I get weird characters.
    I have tried several character encodings but they still do not work
    Please help!!

    Seeing the following sites might be helpful-
    http://support.mozilla.com/en-US/kb/Firefox%20will%20not%20display%20East%20Asian%20characters#os=win&browser=fx4
    http://www.jp41.com/firefox/Chinese/

  • Error after updating field and content type

    Hi,
    I have a feature with a custom list and content type.
    I changed one field type from Text to Note, and made the same change in my Schema.xml file.
    But after deploying I get an error when I visit my list.
    "The file name you specified could not be used.  It may be the name of an
    existing file or directory, or you may not have permission to access
    the file".
    I have several sites with the same list, and all gives the same error.
    What I understand from the ULS logs it can't find my schema file, but when I look at the 14 hive it is there.
    ULS
    Failed to open the file 'schema.xml'.
    Failed to retrieve the list schema for feature {4D3315CB-7F20-4DB3-9CB3-258AC110F9BC}, list template 21973; expected to find it at: "".
    Any ideas about how to fix this?
    The text expected to find it at: "" can be the problem as I have my schema file in a folder named Correspondence List.
    And in the 14 hive I find the schema at 14\TEMPLATE\FEATURES\my feature\Correspondence List\Schema.xml
    This is from my manifest file:
    <ElementManifest Location="Correspondence\Elements.xml" />
    <ElementManifest Location="Correspondence List\Elements.xml" />
    <ElementFile Location="Correspondence List\Schema.xml" />
    Any help are appriciated

    Hi,
    Any update?
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Can I put Chinese and English characters in the same dynamic text box?

    I'm translating a game into several different languages, one of which is Chinese. I've noticed that in a dynamic text box where English characters are included also, they aren't displayed when the .swf is exported. The font is embedded in the document with all characters selected. It seems like whatever language-character is first displayed in the text box, the other language cannot be. For instance, if there are Chinese characters first, then English, the English will not display, and vice-versa. Any work around on this? I am using Flash CS5 and Actionscript 2.0. Thanks!

    Kglad - I'm not sure I follow your instructions for the fix. I assume you want me to set the _visible property to false via Actionscript ( textInvisible._visible = false; ). What is the purpose of this second text field - does it need any specific content in it to function? It doesn't seem to work to fix the problem but maybe I'm misunderstanding.

  • Error when updating itunes and now it won't reinstall

    When i was updating there was an error, now i've had to uninstall and it won't install again saying it can't load the C drive library. Any ideas what to do?
    thanks

    Solving the iTunes Installation Problems in Windows
    1. Apple has posted their solution here: iTunes 11.1.4 for Windows- Unable to install or open - MSVCR80 issue.
    2. If the Apple article does not fully resolve the problem for you, then try Troubleshooting issues with iTunes for Windows updates - MSVCR80.

  • Encoding issue with Chinese and Japanese characters but not for Korean

    Hi All,
    I am dealing with the problem below and have tried a lot of options to correct this. Could anyone help me resolve the issue?
    Some japanese text is returned to my jsp from SAP, the text looks like ‚P‚T“ú’÷“–ŒŽ––Œ»‹à .
    When I manually set the encoding of my browser to Shift-JIS, the problem is resolved and the text is seen as &#65297;&#65301;&#26085;&#32224;&#24403;&#26376;&#26411;&#29694;&#37329;
    However, I set my response.setContentType as Shift-JIS, the browser automatically selects the encoding as Shift-JIS, but my characters get displayed as ??????
    I had a similar problem with Korean characters, and I used,
    decodedString = new String(strToBeDecoded.getBytes("iso-8859-1"),"EUC-KR");
    It worked and I did not have to use the setContentType method of servlet response. This code however does not work for either Japanese or Chinese characters.
    Please let me know, if there is anyway of getting the characters right on the screen.
    I am using Sun Java Application Server 8.1.
    Thanks,
    Priya

    Get rid of legacy character encodings and just use UTF-8 all the way.
    Read this to learn more: [http://balusc.blogspot.com/2009/05/unicode-how-to-get-characters-right.html].

  • Error message updating iOS703 and my iPad restarts each 5 minutes

    I tried to update to iOS 7.0.3. but an error message appears and now my iPad restarts it selves each 5 minutes
    Following is the panic incident:
    Incident Identifier: 1264E572-5575-44C8-AEAA-53BDB876236C
    CrashReporter Key:   7663d0f86404d39d1907a3c444db2f37228e6b2b
    Hardware Model:      iPad3,3
    Date/Time:           2013-10-30 11:09:29.394 -0300
    OS Version:          iOS 7.0.2 (11A501)
    Debugger message: WDT timeout
    1s ago: 1834b50 1834f9fd0ce63 1834r1c05000 1789m0/0 1777m0/1 1777u0 1623m0/0 1621m0/1 1621u0 1500m0/0 1500m0/1 1500u0 1400m0/0 1400m0/1 1400u0 1300m0/0 1300m0/1 1300u0 1200m0/0 1200m0/1 1200u0 1100m0/0 1100m0/1 1100u0 1000m0/0 1000m0/1 1000u0 900m0/0 900m0/1 900u0 800m0/0 800m0/1 700m0/0 700m0/1 600m0/0 600m0/1 600bff 600tc3ff 500m0/0 500m0/1 400m0/0 400m0/1 300m0/0 300m0/1 200m0/0 200m0/1 100m0/0 100m0/1 1fa25dd367 0m0/0 0m0/1
    OS version: 11A501
    Kernel version: Darwin Kernel Version 14.0.0: Mon Sep  9 20:49:01 PDT 2013; root:xnu-2423.1.74~2/RELEASE_ARM_S5L8945X
    iBoot version: iBoot-1940.1.75
    secure boot?: YES
    Paniclog version: 1
    Kernel slide:     0x000000001ba00000
    Kernel text base: 0x9ba01000
    Epoch Time:        sec       usec
      Boot    : 0x52711237 0x00000000
      Sleep   : 0x00000000 0x00000000
      Wake    : 0x00000000 0x00000000
      Calendar: 0x527112f9 0x000ee1be
    Panicked task 0xa2b3aaa0: 2880 pages, 6 threads: pid 123: Preferences
    panicked thread: 0x808e1440, backtrace: 0x9bd2eb10
      lr: 0x9bb1649d  fp: 0x9bd2eb44
      lr: 0x9bb16e5b  fp: 0x9bd2eb78
      lr: 0x9be2a0af  fp: 0x9bd2efc8
      lr: 0x9c5fca53  fp: 0x9bd2eff0
      lr: 0x9ba9779f  fp: 0x9bd2eff8
      lr: 0x9ba1ca10  fp: 0x27dc83ac
    Task 0x9d679d48: 23573 pages, 116 threads: pid 0: kernel_task
    Task 0x9d679aa0: 337 pages, 3 threads: pid 1: launchd
    Task 0x9d6792a8: 1457 pages, 26 threads: pid 14: UserEventAgent
    Task 0x9d679550: 1217 pages, 7 threads: pid 15: wifid
    Task 0xa24cfd48: 1158 pages, 5 threads: pid 17: awdd
    Task 0xa24cfaa0: 686 pages, 5 threads: pid 18: timed
    Task 0xa24cf2a8: 834 pages, 6 threads: pid 21: mediaremoted
    Task 0xa2979d48: 756 pages, 2 threads: pid 23: fairplayd.A1
    Task 0xa29797f8: 623 pages, 4 threads: pid 25: iaptransportd
    Task 0xa2979000: 532 pages, 2 threads: pid 28: softwareupdated
    Task 0xa2b26d48: 2827 pages, 16 threads: pid 29: backboardd
    Task 0xa2b26550: 760 pages, 5 threads: pid 32: mDNSResponder
    Task 0xa2b262a8: 23647 pages, 15 threads: pid 33: SpringBoard
    Task 0xa2b26000: 910 pages, 4 threads: pid 34: routined
    Task 0xa2b3ad48: 579 pages, 2 threads: pid 35: softwarebehavior
    Task 0xa2b3a550: 1556 pages, 22 threads: pid 38: aggregated
    Task 0xa2e91aa0: 226 pages, 7 threads: pid 42: syslogd
    Task 0xa2e917f8: 1462 pages, 6 threads: pid 43: aosnotifyd
    Task 0xa2e91550: 217 pages, 2 threads
    iPad

    What does the error message say pr number?
    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.0.1. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom

  • Error when updating PO and Inbound Delivery

    Hi,
        I am facing an error in one of my programs where I am making updates to a PO and its Inbound Delivery.
        I am processing multiple POs, the details of which are read from a text file.
        These PO's are processed in a loop, and for each PO, the 'BAPI_PO_CHANGE' is first called and then
        I am using BDC over transaction 'VL32' to update the Inbound Delivery.
        However, when I try to process multiple PO's, it gets stuck when updating the Inbound Delivery of the second PO
        itself. When the BDC for updating the inbound delivery is called, I get an error message informing that the 'PO' is
        still being processed.
        I am not sure why this error is occurring because I am calling the 'BAPI_TRANSACTION_COMMIT' after updating the PO.
        Any suggestions for solving this would be a great help.
    Regards,
    Sudeep

    This because the locks aren't already deleted.
    After the "BAPI_TRANSACTION_COMMIT", try this code
    do.
    CALL FUNCTION 'ENQUEUE_READ'
       EXPORTING
         gclient = sy-mandt
         guname  = '*'
         gname   = 'EKKO'
         garg    = garg                     "YOUR PURCHASE ORDER
       IMPORTING
         subrc   = vn_subrc
       TABLES
         enq     = tb_enq
       EXCEPTIONS
         OTHERS  = 1.
    if tb_enq[] is initial.
        exit.
    endif.
    enddo.
    In this way, you avoid locks and you can process the Inbound delivery
    Edited by: Simone Milesi on May 5, 2010 10:38 AM

  • New ipod nano and error in updating itunes and quicktime (error 1905)

    this is really annoying me, i have itunes 6.0 or 6.1 or something, and i recently purchased an ipod nano.it said the new nano was only compatable with itunes 7.1, so i went to apple.com and downloaded it. it took two hours to download the set-up for itunes 7.1. i ran the set-up, and then in the middle of it this error came up:
    Error 1905.Module C:/ProgramFiles/Quicktime/GTUIPanelControl.dll failed to unregister. HRESULT -2147220472. Contact your support panel.
    i pressed okay twice, and it went through the rest of the process and it says this:
    Could not open key:
    HKEYLOCALMACHINE/Software/Classes/QuickTime/CLSID. Verify that you have sufficient access to that key, or contact your support personel.
    all of this is very frustrating, but after i click "ok", it reads this:
    The installation of QuickTime did not complete successfully.iTunes requires QuickTime.
    Please help!i would like to utilize this ipod sooner than later, obviously.
    thank you

    http://www.microsoft.com/downloads/details.aspx?FamilyId=0A8A18F6-249C-4A72-BFCF -FC6AF26DC390&displaylang=en
    I used that download, which seems to have worked for some people, but not others. It has something to do with downloading a VBScript. Anyway, I did this, but when I tried to complete its download, it said "Error registering the OCX C:\WINDOWS\system32\vbscript.dll"
    I then tried to run that file through Run, typing in "regsvr32 %SystemRoot%\system32\vbscript.dll"
    I was told it would "reregister" it. Unfortunately, I was met with other error message. ""DllRegisterServer in c:\WINDOWS\system32\vbscript.dll failed. Return code was 0x80004005"
    I was told that it had something to do with not having adminstrative privilegdes. I've dealt with these "adminstrative priviledges" before when Norton refused to work, and its no happy mess. But if someone can shed any light on the situation, that would be great.

  • Chinese and Japanese characters in database

    I have Customer table in which Name column can contain Chinese characters. I have given it's datatype as NVARCHAR. I am writing simple SELECT statement. But it is showing question marks instead of Chinese characters. What should I do to get correct data?
    In Below Image, you can see that after 2nd statement, @NAME variable value automatically gets those question marks which is not returning correct answer.

    Hello,
    You have to add the Unicode literal N in front of the string, like
    SET @NAME = N'here comes the text';
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Chinese and Thai Character problems when publishing

    Hello All,
    I'm having trouble getting Chinese and Thai characters to display properly after publishing and using the htm file.  For the most part, Chinese is sharp, but certain characters get muddled up.
    For Thai it seems that Captivate is chopping off the top accents for Thai (4th level diacritics).
    Here are some screenshots:
    Is there a better font I could be using.  Is this something to do with Captivate? My computer? The browser?
    Any help is appreciated. 

    autopops1 wrote:
    Ok, i think i got the scriptaculous.js to upload. It fixed the video in the bottom left corner, but my facebook/twitter icons are still missing (when i look at Page Info it shows they are there) and the lightbox photo gallery i have still wont work properly and makes the media player above it still dissapear.
    on the right track.
    On your page you still have these codes:
    <img src="file:///C|/Users/JD/JamesJDDavis/photos/facebook_logo.png" alt="facebook" width="60" height="60" border="0" align="baseline">
    <img src="file:///C|/Users/JD/JamesJDDavis/photos/twitter-logo.png" alt="twitter" width="60" height="60" border="0">
    you need to change them to this:
    <img src="/photos/facebook_logo.png" alt="facebook" width="60" height="60" border="0" align="baseline">
    <img src="/photos/twitter-logo.png" alt="twitter" width="60" height="60" border="0">
    You also need to make sure the relevant photos are in the folder called this:     /photos
    hth

Maybe you are looking for