Special Charater Set Issue

Hi All,
I am running a same query on three different environments, it is displaying desired result on one environment. Details given below;
All below database running on Linux and database is Oracle 10g
Select optional from ra_seal_master where seal_id = '1360'                    
Environment DB     PARAMETER     VALUE     Status      Output
Beta     NLS_NUMERIC_CHARACTERS     .,     Working Fine     Certified !
     NLS_CHARACTERSET     WE8ISO8859P1          
     NLS_NCHAR_CHARACTERSET     AL16UTF16          
TLM Prod     NLS_NUMERIC_CHARACTERS     .,     Working Fine     Certified !
     NLS_CHARACTERSET     WE8ISO8859P1          
     NLS_NCHAR_CHARACTERSET     AL16UTF16          
RA Prod     NLS_NUMERIC_CHARACTERS     .,     Not Working     Certified *¿*     NLS_CHARACTERSET     WE8ISO8859P1          
     NLS_NCHAR_CHARACTERSET     AL16UTF16     
Please guide me which parameter need to modify to resolve this issue.
Thanks in Advance
Mani

Hi
Yes i am running a query on client end. But that client also communicating with other DB's Like Beta DB with same tnsname.ora file then How can different NLS parameter on client which interpret the query?
-Thanks for Respond
Mani

Similar Messages

  • Images appear fine in Photoshop cs6 and cc, but print too dark, and also show too dark in Windows picture viewer. How can I correct this? Is this a Photoshop setting issue or what?

    Images appear fine in Photoshop cs6 and cc, but print too dark, and also show too dark in Windows picture viewer. How can I correct this? Is this a Photoshop setting issue or what?

    Ok, look at your files in Photoshop. What is the profile assigned to them? You can find this out by going to the Status bar at the bottom, clicking on the right-pointing triangle and choosing document Profile from the list.
    Then in Windows, go to your Control Panel > Color Management and add sRGB (if it isn't there) and select it as your default profile.
    I hope that will work.

  • Character Set issues.  Please advise

    I have a client who use a version 10gR2 DB that stores both English and French data. There are several times where they will send up .dmp file where we load it into ours.
    2 questions.
    What would be the best charater sets to use here in this setup?
    I am assuming we would use
    NLS_CHARACTERSET = WE8ISO9959P1
    NLS_NCHAR_CHARACTERSET = AL16UTF16
    Also if someone can confirm for me.
    NLS_CHARACTERSET = database character set ???
    NLS_NCHAR_CHARACTERSET = national character set???

    So is it better to say that I should use the AL32UTF8
    instead of AL16UTF16 ?It's not an instead of situation. AL32UTF8 is a valid setting for the database character set, which controls CHAR and VARCHAR2 columns. AL16UTF16 is a valid setting for the national character set which controls NCHAR and NVARCHAR2 columns.
    Could you tell me the difference?The difference between the two encodings comes down to how many bytes are required to store a particular code point (character). AL32UTF8 is a variable-length character set, so 1 character will require between 1 and 3 bytes of storage (4 for the supplemental characters but those are rather rare). AL16UTF16 is a fixed-width character set, so 1 character will require 2 bytes of storage (4 for the rare supplemental characters again).
    Also could you tell me the difference between
    WE8ISO8859P15 and WE8ISO8859P1 ? There's a Wikipedia article that discusses the differences and has links to the two different code tables.
    Werner's point is an excellent one as well. I was assuming that we were talking about how to set up both sides of this proposed system. If the source system already exists, there are additional considerations like ensuring that your target system supports a superset of the characters supported by the source system. Regardless, when doing imports & exports, as Werner points out, you need to ensure that NLS_LANG is set appropriately.
    Justin

  • How to use Special value set with Column clause to display addtional column

    hi
    can anyone tell me
    How to use Special value set with Column clause to display addtional column
    how can i use FND POPID and with COLUMN clause ?

    Dear Yaseen,
                To get the value in formula cumulative,after you have created the formula for that particular key figure,go to edit and click on tab "calculations".
    In that select overall result as 'count all values not equal to zero' and single result as 'count all values not equal to zero' .
    And mark the cumulative check box underneath.
    I hope you get the desired result and please do me favour .
    Sumit goomber

  • My nano Gen 6 just loses volume for no reason, one minute I hear the music the other it's gone, I have to raise the volume manually. Is it a setting issue or a defect? Thanks

    My nano 6g just loses volume for no reason, one minute I hear the music the other it's gone, I have to raise the volume manually. Is it a setting issue or a defect? Thanks

    If your ipod gets wet, it can cause the buttons to activate all by themselves. This can cause the volume to go up, down.
    If you have a headset with buttons on the wire, check there first. Try a different set of headphones and see what the result is.
    Finally, if the volume is changing a huge amount but only for certain tracks, there is an adjustment you can make on individual tracks in iTunes. Do a get info on one of the tracks doing this, then click the Options tab. Note that there is a volume adjustment slider. Make sure it is set to none.
    i

  • Can we attach special value set into DFF attributes

    Hi Team,
    We have one requirement ,for one of the  DFF in shipping form attach the special value set.Does it possible.
    We have tried for attach the special value set to DFF definition ,while retrieve the values from DFF it throws an error :APP-FND-00730,We have unfreezed the DFF and after attaching it freezed it.
    Regards
    B.kishan

    Dear Members,
    As mentioned above can we attached a LOV to a Special Value Set.
    I have Special Value Set which Validates data entered on the report Parameter. But this parameter is a Free form field, there is no lov attached.
    Can we have an LOV to a parameter(Report Parameter) which is based on Special Value Set.
    We are on E-Business Suite R12.1 .
    Thanks
    Sandeep

  • When some one calls the caller ID shows the name twice as we'll as when I receive texts it shows up twice.  I'm sure it's a simple setting issue. Any thoughts ???

    When some one calls the caller ID shows the name twice as we'll as when I receive texts it shows up twice.  I'm sure it's a simple setting issue. Any thoughts ???

    have the same issue on my 9630 after upgrading to 624 version. It momentarily shows the previously callers information before showing the new caller's info.

  • When trying to logout, I keep getting "the application safari canceled logout" even though I am not in Safari. This only recently started happening and I'm wondering if it is a setting issue or bug. Can someone tell me what to do?

    When trying to logout, I keep getting "the application safari canceled logout" even though I am not in Safari. This only recently started happening and I'm wondering if it is a setting issue or bug. Can someone tell me what to do?

    You don't have to be "in" Safari for it to cancel logout.
    You have several different Applications open, and any one of them may cancel logout if conditions are just right.
    Quit the Applications you are no longer using and your Mac will run better and faster. And it will logout instead of cancelling.

  • How to find position of special charater such as [@% in oracle

    how to find position of special charater such as [@% in oracle in sql query
    exp:-
       SELECT regexp_instr ('test]','[!"#$%&*;<=>@\^_`{|}~]')
    FROM dual;

    If you are searching a single character, then you can simply use INSTR:
    SELECT INSTR ('asd@', '@')
      FROM DUAL;
    SELECT INSTR ('asd[', '[')
      FROM DUAL;
    SELECT INSTR ('asd%', '%')
      FROM DUAL;
    Using REGEXP_INSTR you can find the first position of any special characters you include between square brackets:
    SELECT REGEXP_INSTR ('test]', '[][!"#$%&*;<=>@\^_`{|}~]')
      FROM DUAL;
    Regards.
    Al

  • Special characters an issue in reading email from server?

    I have an email application that uses javamail 1.4.1 that grabs emails out of flat files and displays the messages on the screen. Until recently, all email was sent within the business, but now they are able to receive emails from any email provider. We've been seeing issues where parts of messages go missing, even links to attachments that don't get displayed to the screen. All of the correct information is in the flat files, but it doesn't get displayed. Does Javamail do anything to handle special characters or is there anything you think I could try to get these messages to display? It's really causing some problems!

    As far as I can tell, it's not throwing any exceptions, the only ones I catch in retrieving emails are MessagingException, IOException, and IndexOutOfBoundsException, and I'm not seeing any errors in my log files. The headers are the only thing that come through correctly every time, it's always either the message or attachments that go missing. One of the messages is from a mobile phone, which could be a problem, but we've seen it from our company email addresses too. I'll see if I can get a hold of a sample message to post. In the meantime, what kinds of properties can be set? Is there a good place to look for that?
    EDIT: here is a sample message (names have been changed to protect the innocent, also removed attachment encoding)
    Return-Path: <[email protected]>
    X-Original-To: [email protected]
    Delivered-To: [email protected]
    Received: from localhost (unknown [IP])
         by company.com (Postfix) with ESMTP id AA0FB52B4F0
         for <[email protected]>; Wed, 17 Dec 2008 12:27:00 +0000 (UTC)
    Received: from company.com ([IP])
    by localhost (HOST [IP]) (amavisd-new, port 10024)
    with ESMTP id 02398-05 for <[email protected]>;
    Wed, 17 Dec 2008 06:27:00 -0600 (CST)
    Received: from fortimail (unknown [IPADDRESS])
         by company.com (Postfix) with ESMTP id 7EBC7178D95
         for <[email protected]>; Wed, 17 Dec 2008 06:27:00 -0600 (CST)
    Received: from atlmtaow03.cingularme.com (atlmtaow03.cingularme.com [IPADDRESS])
         by fortimail with ESMTP id mBHCQvRG003014
         for <[email protected]>; Wed, 17 Dec 2008 06:26:58 -0600
    X-Mms-MMS-Version: 18
    Date: Wed, 17 Dec 2008 06:31:21 -0600
    X-Nokia-Ag-Internal: ; smiltype=true; internaldate=1229517081559
    Content-Type: multipart/mixed; boundary="----=_Part_11936491_5421953.1229517081567"
    X-Mms-Delivery-Report: 1
    Received: from schagw02 ([IPADDRESS]) by atlmtaow03.cingularme.com (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20081217122656.MANG3081.atlmtaow03.cingularme.com@schagw02> for <[email protected]>; Wed, 17 Dec 2008 07:26:56 -0500
    X-Mms-Transaction-ID: MMS0000084841772
    From: <[email protected]>
    To: [email protected]
    X-Mms-Message-Class: 0
    X-Mms-Read-Reply: 1
    Mime-Version: 1.0
    Message-ID: <3200553.1229517081568.JavaMail.wluser@schagw02>
    X-Mms-Priority: 1
    X-Mms-Message-Type: 0
    Subject: Multimedia message
    X-Nokia-Ag-Version: 2.0
    X-Virus-Scanned: amavisd-new at location.company.com
    ------=_Part_11936491_5421953.1229517081567
    Content-Type: text/plain; charset=utf-8
    Content-Transfer-Encoding: base64
    Content-ID: <slide1.txt>
    Content-Location: slide1.txt
    Content-Disposition: inline
    TG9vawo=
    ------=_Part_11936491_5421953.1229517081567
    Content-Type: image/jpeg
    Content-Transfer-Encoding: base64
    Content-ID: <1215082150-01.jpg>
    Content-Location: 1215082150-01.jpg
    Content-Disposition: inline
    [Attachment encoding goes here]
    ------=_Part_11936491_5421953.1229517081567--
    Edited by: jlapoint on Dec 22, 2008 9:22 AM

  • German character set issues on Solaris

    Hi,
    I am facing an issue with German character settings with my Java application on a solaris box.
    When I run my application on the box, and I pass an input file with German special characters they get converted as ?. However, other normal English characters are formed properly.
    When I run the same application on another Solaris box with a different JRE, the German characters are formed properly.
    I understand that there is a difference in the archiecture between the 2 boxes ie.e
    64 bit SPARC machine v/s 32 bit x86 machine
    the JRE
    1.4.2_03(64bit) v/s 1.4.1_01
    I am tryinbg to evaludate further differences between the 2 environments to pinpoint the issue, and get this resolved on the 1st box.
    Can anyone provide me any inputs?
    Lavin

    When you read the file, please point out what character set using. For example:
    FileInputStream fstream = new FileInputStream(url.getFile());
    DataInputStream in = new DataInputStream(fstream);
    BufferedReader br = new BufferedReader(new InputStreamReader(in, Charset.forName("ISO-8859-1")));
    br.readLine();
    This link possibly can help you.
    http://www.velocityreviews.com/forums/t126128-jdk-14-character-set-change.html

  • SETS Issue T-code GR55

    Dear Experts,
    I have an issue with a SET which is created by me in test systems.
    I have created the SET using T-code GS01 and assigned the SET to a report.
    When i am checking the total ALL BA column, the New SET amount is not getting added in the Total ALL BA Column.
    Basically, the new SET Amount should get added in the Total ALL BA Column but in my case it is not happening.
    Please provide your inputs, if i need to add any formula and in my case the report which is having my NEW SET is not related to a Report painter.
    Thanks
    Sreekanth

    Hi sreekanth
       1 . normally we will use set GS01 ,to control the transaction codes (t.code) for specific report
        2. this is mainly used for special ledger purpose substitution for FI and CO , you can create this fi sub ledger document in gb01 .
        3. control and restricts the user level. eg: if some user enter wrong values that time based on setting which we have maintained in OBBH/OB28 . it will through the error masg
    you can set the codes based on your requirement

  • Paper profile setting issues

    I'm pretty sure this has been discussed before, but my searches aren't yielding results..  I usually make my custom paper profiles on a PC, but need to do some on a Mac (OS 10.6). I can make the custom profiles with either an i1 Profiler or a Colormunki Photo.  I'm printing on a canon 9500 mark 2, and there seems to be no way to manually turn off the color management when printing the test charts.  The i1 does give me the option of saving the chart and printing it through Photoshop, but that doesn't seem to solve the issue.  I've looked through multiple settings and can't find the off setting.  I understand this is an issue, but I've heard there is a way to do it.  I just can't find it.  I apologize if this has become an annoying question, but can anyone point me in the right direction.
    Thanks,
    Doug

    Louis,
    I understand the process (PC – now Mac).  My comment was meant to suggest that Apple – and possibly Canon – need to get their act(s) together.  Probably in an attempt to make things more user friendly, they’ve removed a needed tool.  Using a profile is easier on the Mac, but making one is easier on the PC.  On the PC you print the test patches straight from the profiling software ( or other software) and simply turn off color management.  There is no need to involve any other software. The need for an extra piece of software is the over complication.  If there were an “off” button when using the Mac, there would be no need to use this special tool.  In my field – photography – Mac’s are currently considered the standard.  It just seems they’ve dropped the ball on this critical aspect of the process by not having the “off” option.
    Sorry for the soap box.
    Thanks for the help.
    Doug

  • Special Character Encoding issue

    Hi all
    Am using OAS9i. i ve deployed a webservice. i submit a payload request data that has some unicode characters like "§". The data is base64binary encoded. The type of the element mentioned in the schema is base64binary. When i retrieve the payload in java implementation code the character is displayed as � in the console. Please advice how to fix this issue. I tried setting JVM option file.encoding=utf-8 it didnt work out.
    Thanks
    Shiny

    When you use an UDF and you have programmed a Sax parser, then make sure, that the parser works with the correct encoding. So when the result of the webservice is  ISO-8859-1, then assign this to the parser.
    In principle the encoding should be part of XML header. Make sure that the encoding of the response is the same as declared in XML header.

  • Oracle 10g db character set issue

    I have a database 10g with database character set western
    european "WE8ISO8859P1" and we are receiving data from source
    database with database character set as "UTF8" during data load
    for one of the tables we receive the following error "ORA-29275:
    partial multibyte character" I understand this might be due to
    the fact western european character set is not a subset/superset
    of UTF8 .Am i right ? What would be the way around this ?

    It is certainly possible that the issue is that your database characterset is a subset of UTF8.
    How are you getting the data? Are we talking about a flat file? A query over a database link? Something else?
    Does the data you're getting contain characters that cannot be represented in the ISO-8859 1 character set? It is quite common to send UTF-8 encoded files even when the underlying data is representable in other 8-bit character sets (like ISO-8859 1).
    What are you trying to do with the data? Are you trying to load it into a CHAR/ VARCHAR2 column? A CLOB? A BLOB? An NCHAR/ NVARCHAR2? Something else?
    Justin

Maybe you are looking for

  • Media Manager does not appear on my second stb

    I downloaded Verizon Media Manager and installed it without problems.  When I checked my HD stb the program is listed and I could use it.  I do not have any kind of recorder on the network.  When I check my non HD stb the VMM does not appear.  This i

  • Closed PO's on Accrual Reconciliation Report

    We are getting issue of Closed PO's coming in Accrual Reconciliation Report. I am not that familier with this report & it's functionality. So need help on this. Please let me know if I can provide more information on this. Like if you want to see the

  • ICal View-Used to be able to view week with months on the side

    In the older version, I used to be able to view my iCal in the week view, with a colum on the side that showed the calandars.  I just updated to Lion and can't figure out how to get this same view.

  • Macbook doesn't see my camera

    I have a Macbook running SnowLeopard. I recently purchased a Canon Powershot SX30. I can remove the card and use a card reader but can not get the Macbook to recognize the camera when I plug the USB cord from the camera to the computer. Any suggestio

  • Eclipse3.0/Weblogic 7  - no muxer

    Hi when i click debug server eclipse 3.0 it gives the below mentioned error in the console window. i'm using eclipse3.0 and weblogic 7 on windows xp kindly give me the solution thanks rafi Please ensure that libmuxer library is in :'C:\Program Files\