Euro and WE8ISO8859P15

Hi,
database was created with WE8ISO8859P15. Client uses iso 8859-15 encoding.
When entering the Euro symbol € with sqlplus, it shows an upsidedown ? when selected.
The Hexcode entered is X'A4' oracle stores X'BF'
What am I doing wrong?

in case you are working with DOS window :
chcp 1252
choose LUCIDA Console as your lettertype

Similar Messages

  • Euro and Poundsterling symbol problem even with WE8ISO8859P15

    Dear all,
    We are using the Primavera Enterprise (project management software) run on Oracle 8.1.7.0.0, the euro and pounds symbol is not displayed correctly (# and ¤ instead).
    Our configuration is :
    AIX 4.3.3.0
    NLS_LANG= WE8ISO8859P1 (configured in .profile for oracle user account)
    Originally the database was created with the NLS_CHARACTERSET WE8ISO8859P1, as we discovered that this nls does not support euro, what we have done then :
    - export it (.dmp WE8ISO8859P1)
    - create a new database instance with WE8ISO8859P15 (hosted in the above AIX server)
    - import the .dmp above to a new created database
    - the log file generated saying that :
    1. import done using WE8ISO8859P1 and WE8ISO8859P15
    2. the server characterset is WE8ISO8859P15, character conversion possible
    3. imported from export file with the WE8ISO8859P1
    - we queried the database with 'select * from sys.props$ whre name like 'NLS%'; and we are sure that the database nls_characterset is WE8ISO8859P15
    - we then update the euro and symbol from Primavera application
    - we close the Primavera application and try to reopen it
    - the euro and pounds symbol are back to as before (ie. # and ¤)
    Note : as the above server is a production server, we can not modify the NLS_LANG of the machine to WE8ISO8859P15
    Please advice.
    [email protected]

    Barry & all, sorry to mention the client/server architecture with Primavera Enterprise.
    The primavera application is installed in windows 2000/xp
    - we tried several NLS in windows regedit of Oracle home e.g. NLS_LANG=FRENCH_FRANCE.WE8MSWIN1252 and NLS_LANG=FRENCH_FRANCE.WE8ISO8859P15)
    - once we imported the database, we updated the euro and symbol from Primavera application, the symbol euro is displayed correctly in the application
    - we close the Primavera application and try to reopen it
    - the euro and pounds symbol are back to as before (ie. # and ¤)
    - the same thing when we query the database directly, it shows the same signs (ie. # and ¤)

  • Development issue-billing will be in euro and excise will be in INR.

    Dear All
    its  intersesting development i came accross please help if u have came accross this before.
    in my scenario i am having a  client who placed an order from Europe and the currency is in EURO  and we have to deliver it to a client who is in india.
    so  bill to party's currency is EURO and Ship to party is in INR.
    the excise invoice has to be prepared in INR but it made with refferance to billing so it will take Euro.
    so for this how to creat the excise invoice inINR and billing in EURO.
    i have jotted some idea's bellow
    please help
    The excise invoice is prepared on the basis of the delivery document so it may conceder the ship to party currency also.
    As you know the accounting document for the excise invoice is made with respect to billing document but if the billing document is not having the delivery document then it will not generate any accounting document for this. So you do some testing with ship to party as India then we can see what the effect is coming to it.
    Regards
    Subrat

    Dear Subrat
    Your excise invoice currency will always be in Company Code currency and assuming that it is INR in your case, if you generate excise invoice, the currency will also be in INR.
    thanks
    G. Lakshmipathi

  • Euro and US Dollar when buying Adobe Creative Cloud

    Hello,
    Here is my issue. When i select to buy the Adobe Creative Cloud, i check at the left bottom corner "US Dollar", and so the price is changed.
    But when i click "Join", the amount is in euro and A LOT higher. Why is this and what am i paying actualy, a dollars or euro, becuase again, the diference is double?

    Well, i selected Български (bulgarian) from the menu, it changed the overall language to bulgatian, but instead of bulgaria, it says САЩ (USA). After this, i clicked on the top right link Sign In and i got 404 page. I had to reload a few times, open the main domain, do some other random stuff to login and write back. But still, i succeed to make it dollars Thanks for the support, the issue is fixed, thought some other minor appear as i wrote allready.

  • Nokia N9 - 600 euros and its Ovi Suite Calendar su...

    For a phone priced at 600 euros you would expect to have the same feature as the lesser phone versions released by Nokia.
    For how long is Nokia thinking it can fool people with good hardware but lousy software support ?
    People will catch up and skip on the Nokia phones.
    Untill then, is Nokia saying that a 600 euros phone will not have Calendar synch support in ovi Suit ?

    Nokia N9 does not support Ovi Suite, but there is new lightweight and simple to use Nokia Link application for your PC or Mac:  www.nokia.com/nokialink . With this application you can easily  copy photos, videos and music to your N9.
    For Outlook contacts and calendar you can use the Mail for Exhange account, that will also synch your email. You can find guidance here:
    http://europe.nokia.com/support/product-support/n9/user-guide?ccf_name=nokia-n9/guide/GUID-6BE14793-...
    For directly syncing contacts from your old phone to the N9 you can use the widely compatible contact syncing. You can initiate this from the Phonebook> Options> Import contacts or from the Settings:
    http://europe.nokia.com/support/product-support/n9/user-guide?ccf_name=nokia-n9/guide/GUID-D546BDA9-...
    For preloading maps, you no longer need to have your computer, but can do this directly from the N9's Map application. From the settings you can choose> Manage maps> App maps. There you can preload country maps over WLAN connection. 
    Piia
    Product Manager for Nokia N9

  • Euro and other currency identifier display

    Hi,
    When I print my amount using the locale as fr_FR_EURO, using my java test
    program, and open the output in the browser, it displays the amount with the
    EURO symbol. So, my code fragment is :
    Locale loc = new Locale("fr", "FR_EURO");
    String currencyFormat = NumberFormat.getCurrencyInstance(loc).format(25);
    System.out.println(currencyFormat);
    So, when I open the output file in the browser, I get " 25 ? "
    But when I have this printed on the browser from a JSP, it does not display
    the right euro symbol. I am using Wenlogic 5.1 SP 8.
    I get 25 ¬
    What di I need to do to get the ? symbol on the browser using the weblogic
    jsp/servlet engine?
    Thanks,
    Ashish

    Thats ok. That does not matter.
    new Locale("fr", "FR", "EURO")
    gives me the same thing as with
    new Locale("fr", "FR_EURO")
    The thing is that from withing the JSP, i do not get the euro symbol
    whereas, if i just open up the output of my test java program in a browser i
    get the euro symbol.
    "Profits are better than wages. Wages make you a living;
    Profits make you a fortune"
    "Alex" <[email protected]> wrote in message
    news:[email protected]..
    Should be
    loc = new Locale("fr", "FR", "EURO");
    to get that locale.
    "Ashish Mittal" <[email protected]> escribió en el mensaje
    news:3b05af7c$[email protected]..
    Hi,
    When I print my amount using the locale as fr_FR_EURO, using my java
    test
    program, and open the output in the browser, it displays the amount withthe
    EURO symbol. So, my code fragment is :
    Locale loc = new Locale("fr", "FR_EURO");
    String currencyFormat =
    NumberFormat.getCurrencyInstance(loc).format(25);
    System.out.println(currencyFormat);
    So, when I open the output file in the browser, I get " 25 ? "
    But when I have this printed on the browser from a JSP, it does notdisplay
    the right euro symbol. I am using Wenlogic 5.1 SP 8.
    I get 25 ¬
    What di I need to do to get the ? symbol on the browser using the
    weblogic
    jsp/servlet engine?
    Thanks,
    Ashish

  • Difference between Student (20 Euros) and Complete (61 Euros) version?

    Hi!
    What is the difference between both of them? Need a little help please :/

    Everything is totally the same.
    Adobe figure that if you sign up to use the software at the student rate, you're more likely to continue your membership at the normal rate after you graduate.

  • Excise invoice in INR and Billing document in EURO.development issue.

    Dear All
    its  intersesting development i came accross please help if u have came accross this before.
    in my scenario i am having a  client who placed an order from Europe and the currency is in EURO  and we have to deliver it to a client who is in india.
    so  bill to party's currency is EURO and Ship to party is in INR.
    the excise invoice has to be prepared in INR but it made with refferance to billing so it will take Euro.
    so for this how to creat the excise invoice inINR and billing in EURO.
    i have jotted some idea's bellow
    please help
    The excise invoice is prepared on the basis of the delivery document so it may conceder the ship to party currency also.
    As you know the accounting document for the excise invoice is made with respect to billing document but if the billing document is not having the delivery document then it will not generate any accounting document for this. So you do some testing with ship to party as India then we can see what the effect is coming to it.
    Regards
    Subrat

    Dear Subrat
    Your excise invoice currency will always be in Company Code currency and assuming that it is INR in your case, if you generate excise invoice, the currency will also be in INR.
    thanks
    G. Lakshmipathi

  • OSC and foreign currency / euro regulations

    I have the following problem in OSC;
    If transactions are in a currency, other than the internal functional currency, TRANSACTION_CURRENCY_CODE and EXCHANGE_RATE are required attributes in the COMM_LINES_API table. (11.0, 11i-versions)
    I'm puzzled by the EXCHANGE_RATE.
    It seems
    a) technical superfluous; the exchange-rates are allready defined in the currency domain.
    b) functional undesirable; how should an external transaction-source know what the functional currency (and thus the right exchange_rate) in OSC is at the moment that the transactions are going to be loaded?
    c) in violation of the euro-regulations, though Oracle claims that applications are supporting all euro-requirements from release 11 and up.
    Some of these rules are (don't blame me, I did not invent them):
    &#61623; Conversion rates may be expressed only as one euro in terms of each national currency.
    &#61623; Inverse rates derived from the conversion rates cannot be used.
    &#61623; Monetary amounts to be converted from one national denomination into another shall first be converted to euros and then converted to the other currency.
    The first two rules are violated when I load an euro-transaction in my dutch guilders database : I have to put an inverse exchange-rate on the interface.
    The last rule is violated when I load a D-Mark transaction in my dutch guilders database; my exchange-rate on the interface is the direct conversion-rate between DM and NLG.
    My basic questions:
    - can anyone explain why OSC needs the EXCHANGE-RATE field in a transaction?
    - Are there other OSC-users in euro-country with the same problem(s)
    - Who within Oracle is the author of the following (copied from the Oracle euro-site) "Oracle Release 11 supports Regulation 235 requirements. Triangulation and rounding rules are fully implemented. Oracle is uniquely qualified to support conversions with precision exceeding EC requirements because Oracle Financials native mode use of the Oracle database engine permits calculations with 38 significant figures. . . ." bla bla etc.
    Maybe I can make him or her the owner of this problem. . .
    Regards,
    Remmelt Veenstra
    null

    Exchange_rate is a value that we collect from AR or OM. This is the rate that we use to convert to the functional currency.
    The exception is a MANUAL trx. In this case, we do the lookup to the GL API's using currency code to establish the appropriate daily rate.
    I'm not completely up to speed on the EU adjustments that occur in OM, AR, or legacy sources. In general we are dependent on the values that are available to collect. It makes sense that the conversion to EU should occur in the source system and then we would convert to the functional (GL) currency from there. This should comply with triangulation rules.
    If the source system does not convert to EU or if the mapping has not been set up to collect the EU value, there might be an issue. You really have to trace the transaction flows and conversions in the system as a whole.
    null

  • Difference between WE8ISO8859P1, WE8ISO8859P15 on Oracle 9i and 10 Vs 11g

    Below is the SQL lists of WE8ISO8859P1 and WE8ISO8859P15 character sets that differ by code position only.
    set serveroutput on
    declare
    i number;
    begin
    for i in 0..255 loop
    declare
    ch varchar2(1);
    begin
    ch := chr(i);
    if convert( ch, 'WE8ISO8859P1', 'WE8ISO8859P15') != ch
    then
    dbms_output.put_line('Difference- Decimal:'|| i ||' Hexa:'|| to_char(i,'XXXX'));
    end if;
    end;
    end loop;
    end;
    when i run this on oracle 9i and 10g I am getting 40 charaters and 11g i am only getting 7
    Result on 9i/10g database
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.5.0 - Production
    SQL> set serveroutput on
    SQL> declare
    2 i number;
    3 begin
    4 for i in 0..255 loop
    5 declare
    6 ch varchar2(1);
    7 begin
    8 ch := chr(i);
    9 if convert( ch, 'WE8ISO8859P1', 'WE8ISO8859P15') != ch
    10 then
    11 dbms_output.put_line('Difference- Decimal:'|| i ||' Hexa:'|| to_cha
    r(i,'XXXX'));
    12 end if;
    13 end;
    14 end loop;
    15 end;
    16 /
    Difference- Decimal:128 Hexa: 80
    Difference- Decimal:129 Hexa: 81
    Difference- Decimal:130 Hexa: 82
    Difference- Decimal:131 Hexa: 83
    Difference- Decimal:132 Hexa: 84
    Difference- Decimal:133 Hexa: 85
    Difference- Decimal:134 Hexa: 86
    Difference- Decimal:135 Hexa: 87
    Difference- Decimal:136 Hexa: 88
    Difference- Decimal:137 Hexa: 89
    Difference- Decimal:138 Hexa: 8A
    Difference- Decimal:139 Hexa: 8B
    Difference- Decimal:140 Hexa: 8C
    Difference- Decimal:141 Hexa: 8D
    Difference- Decimal:142 Hexa: 8E
    Difference- Decimal:143 Hexa: 8F
    Difference- Decimal:144 Hexa: 90
    Difference- Decimal:145 Hexa: 91
    Difference- Decimal:146 Hexa: 92
    Difference- Decimal:147 Hexa: 93
    Difference- Decimal:148 Hexa: 94
    Difference- Decimal:149 Hexa: 95
    Difference- Decimal:150 Hexa: 96
    Difference- Decimal:151 Hexa: 97
    Difference- Decimal:152 Hexa: 98
    Difference- Decimal:153 Hexa: 99
    Difference- Decimal:154 Hexa: 9A
    Difference- Decimal:155 Hexa: 9B
    Difference- Decimal:156 Hexa: 9C
    Difference- Decimal:157 Hexa: 9D
    Difference- Decimal:158 Hexa: 9E
    Difference- Decimal:159 Hexa: 9F
    Difference- Decimal:164 Hexa: A4
    Difference- Decimal:166 Hexa: A6
    Difference- Decimal:168 Hexa: A8
    Difference- Decimal:180 Hexa: B4
    Difference- Decimal:184 Hexa: B8
    Difference- Decimal:188 Hexa: BC
    Difference- Decimal:189 Hexa: BD
    Difference- Decimal:190 Hexa: BE
    PL/SQL procedure successfully completed.
    Results on 11G database.
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 21 12:07:40 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from nls_database_parameters
    2 where parameter like '%CHARACTERSET';
    PARAMETER VALUE
    NLS_CHARACTERSET WE8ISO8859P15
    NLS_NCHAR_CHARACTERSET AL16UTF16
    SQL> set serveroutput on
    SQL> declare
    2 i number;
    3 begin
    4 for i in 0..255 loop
    5 declare
    6 ch varchar2(1);
    7 begin
    8 ch := chr(i);
    9 if convert( ch, 'WE8ISO8859P1', 'WE8ISO8859P15') != ch
    10 then
    11 dbms_output.put_line('Difference- Decimal:'|| i ||' Hexa:'|| to_cha
    r(i,'XXXX'));
    12 end if;
    13 end;
    14 end loop;
    15 end;
    16 /
    Difference- Decimal:164 Hexa: A4
    Difference- Decimal:166 Hexa: A6
    Difference- Decimal:168 Hexa: A8
    Difference- Decimal:180 Hexa: B4
    Difference- Decimal:184 Hexa: B8
    Difference- Decimal:188 Hexa: BC
    Difference- Decimal:189 Hexa: BD
    Difference- Decimal:190 Hexa: BE
    PL/SQL procedure successfully completed.
    SQL>
    Edited by: 915920 on 21-Feb-2012 06:55

    There was a change in the definition for codes 0x80-0x9f in WE8ISO8859P1 and WE8ISO8859P15. In 9i those codes map to the Unicode default replacement character U+FFFD, which means they are considered undefined. In 11g, they are mapped to the corresponding Unicode control codes U+0081 - U+009F. CONVERT in your test changes each undefined code into the reversed question mark, which differs from the original and gets reported.
    -- Sergiusz

  • OVI Store and Browser On my E72 Treat my Device as...

    After reinstalling my E72-1 v 051.018, Ovi Store and Browser treat my mobile as N73. So I could not see/install some application. Missing lot of stuff
    Attachments:
    Ovi store E72 as N73.jpg ‏44 KB

    same goes here,no matter what i do its always N73.from nokia they email me the directions for changing device,like if i don't know how to do that,great help.....thank you so much nokia customer support........from my  previous experience with my email problem it took them 2 months to give me a solution.....the only path is to keep on email them and keep on calling them every day maybe more than once a day....and i dont have an option to change my device model from the phone,i have to do it on computer,is this high tech or what?
    i really regret for choosing a nokia,i paid 400 euros and i always face up problems,and the customer support is really  soooo slow on replying and solving problems.monday to friday 9-17?
    anybody wants to buy my e72-1?

  • I dropped my iPhone 5S in the toilet and now the screen is not fully responding

    So last monday i accidentally dropped my iPhone 5S on the toilet. I immediately dried it off and tried the rice trick. I left it there for 6 days til today it finally turned on. To my surprise, when it turned on i tried entering the lockscreen code but the letter "E" is not working, so i cant put the code in. The whole thing is so frustrating. I thought I'd try to restore the device but when I tried, iTunes told me I had to turn off "Find My iPhone" first, and I obviously can't do that because I can't unlock the device.
    As if it couldn't go any worse, I am willing to pay the 260€ that Apple charge for fixing water damaged phones but i live in Tenerife, a small island that belongs to Spain and Apple said that the only way of them fixing it is me taking it to an Apple Store in Spain and I cant really travel and I really need my phone :/ Any solutions? Please?

    Out-of-Warranty Service
    If you own an iPhone that is ineligible for warranty service but is eligible for out-of-warranty (OOW) service, Apple will service your iPhone for the Out-of-Warranty Service fee listed below.
    iPhone Model
    Out-of-Warranty Service
    iPhone 5s, iPhone 5c,
    iPhone 5
    261,10 €
    iPhone 4s
    211,10 €
    iPhone 4, iPhone 3GS,
    iPhone 3G
    161,10 €
    The Out-of-Warranty Service fee includes an 12,10 € shipping fee, which applies only if service is arranged through Apple and requires shipping. All fees are in euros and include VAT. iPhone Out-of-warranty service may also be available from your wireless carrier. Pricing may vary.When setting up out-of-warranty service, Apple will request credit card pre-authorisation for the maximum service fee listed above. This amount will be deducted from your credit limit. The final service fee we charge will be determined during testing and may be less than the service fee listed above.Certain damage is ineligible for out-of-warranty service, including catastrophic damage, such as the device separating into multiple pieces, and inoperability caused by unauthorized modifications. However, an iPhone that has failed due to contact with liquid may be eligible for out-of-warranty service.Apple reserves the right to determine whether or not your iPhone is eligible for out-of-warranty service. An iPhone that is repaired or replaced has a 90-day limited hardware warranty or assumes the remainder of your standard warranty or AppleCare Protection Plan for iPhone coverage, whichever is longer. Please see Apple's Repair Terms and Conditions for further details.
    and to contact
    Contact Apple for support and service

  • Realized exchange rate difference in local and group currency

    Hi Friends,
    For a company code with local currency as Euro and group currency as USD, the setting in TR code OB22 for group currency is: Translation taking first local currency as a basis. When the open items are cleared, SAP posts difference in local currency and group currency. Sometimes, document currency is also group currency i.e. USD. The realized exchange difference is posted in Euro but it is not converted from Euro to group currency. Instead, system just calculates difference in group currency by comparing the value in group currency at the time of original transaction and when the transaction is cleared. Does anyone have dealt with such requirement and is there a way to be able to translate realized exchange differences from local to group currency?
    Thanks and regards,
    Pinky

    >Sometimes, document currency is also group currency i.e. USD.
    Can you explain, it's because of your settings or because of SAP?

  • Exchange rate EURX not calculate exchange rates between USD and GBP

    We have set ExRt as following:
    Exrt          Usage       Ref. crcy
    EURX     EMU      EUR
    we have "EMU" flag checked also.
    We are maintaining exchange rates (EURX) for EUR with all others currencies.
    We expected that, if we have a CoCode set in GBP and we post a document in USD, SAP will calculate GBP <->USD from exchange rates EURX(USD/EUR) and EURX(GBP/EUR). It seems to be incorrect because the system is ignoring EURX exchange rates and using "M" GBP-USD exchange rate and this was not expected by us.
    Could you please tell me if it is correct to expect SAP calculates USD-GBP Exchange rates from EURX(USD/GBP) Exrate or I am wrong and I need to maintain "M" exchange rates for USD-GBP.
    Thanks in advance

    Hi,
    Please check the following settings :
    Go to IMG --> General Settings ---> Currencies ---> Check Exchange Rate types
    Select the Exchange Rate Euro and check mark the EMU check box . Save it
    Rgds,
    Suresh

  • No connection between iphone 4s and car-adapter

    Hello,
    Have a question to iphone 4s in connection with my car - adapter for Volkswagen (Adapter-Article.No. 3C005143CD)
    My phone, updated to 5.1.1 (9B206) and since then is that impossible for bluethoth-connection.
    Is that correct or anyone to find a solution for my problem? The adapter has cost roughly 100 euros and now is it for garbage!
    Thank you help,
    Gerdi from Schleswig-Holstein, North-Germany

    Try "forgetting" the car adapter on the iPhone and reset the car adapter, reboot the phone by holding the HOME and SLEEP buttons at the same time until an Apple logo appears, then pair them again.

Maybe you are looking for

  • Windows 7 won't install

    After countless attempts using a LEGAL copy of X Windows 7, my iMac (2007) gets stuck on the grey startup screen every time - flashing between the apple logo and the circle with the / through it.

  • Report Painter GRR3

    Hi all! This is my first time to create a report painter, i'm creating a report painter to display individual Cost Centers for each Cost Center Group. The report is working fine. However, i just have a problem in the selection screen. My selection sc

  • Adobe installed, still unable to download and print.

    I am unable to download a form to print. It says I need the latest version of adobe reader. I have downloaded it and it shows up in my applications. Help, please. Jill

  • Java Web Start IDE

    Hi does any body know of I good IDE for Java Web Start apps. I would like one that could jus open and run the FileService Demo located on this page: http://pscode.org/jws/api.html#fs I'm having trouble with netbeans. package javax.jnlp does not exist

  • Functional overlap between WebCenter Services  and Beehive API

    Hi, I'm evaluating Beehive and have also just begun working with TP3 and WebCenter - and am curious about the rather substantial overlap between the new WebCenter Services and the Beehive API. Would anyone know if Beehive is utilizing the WebCenter S