Euro Symbol in Oracle

Hi All,
I want to print Euro symbol in oracle.
Please advice how we can do that.
Regards,
Shruti

Hi;
Please follow donw links and see helpful
Subject: Using Pasta to Print Euro € Symbol Print Incorrect Spurious Character Doc ID: 373504.1
Subject: Euro Symbol not Printed with Oracle Reports Doc ID: 168337.1
Subject: Dunning Letters Unable To Print € And £ Symbols in PDF Format Doc ID: 388657.1
Subject: How to print the Euro Character In PostScript on UNIX platforms. Doc ID: 251732.1
Regards
Helios

Similar Messages

  • Euro Symbol and Oracle

    How can I display Euro Symbol in Oracle - if shows now as a opposite ?. I read that I ned to change the character set to WE8MSWIN1252. How can I figure out what set we are currently using?
    Thanks,
    MJ

    The "right answer" here is that the third party application does not support the Euro character (or any other character not in ASCII 1-127).
    My hunch is that the third party vendor has built an application that relies on unsupported Oracle behavior-- if your client NLS_LANG and database character set are identical, Oracle does not do character set translation when you send an retrieve data. This can allow a single application to appear to "get around" the limitations of the database character set. Basically, if every application that stores and retrieves data agrees to lie to Oracle in exactly the same way (i.e. I have Chinese data encoded in Big5, but I tell Oracle it is US7ASCII when I store and retrieve it, then treat it as Big5 after I've retrieved it) an application can appear to store Chinese data in an ASCII database. If any application that does not know how to "properly" lie to Oracle tries to query the data, however, the non-ASCII data will not be retrieved correctly. Since Oracle utilities (import, export, database links) and various layers like JDBC don't know how to "properly" lie to Oracle, this is generally not a long term solution.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Put euro symbol in ISO-8859-1 database

    is it possible to use jdbc to store a euro symbol in oracle with character set ISO-8859-1 then retrieve the information with jdbc and write it to a ISO-8859-15 textfile and display the euro symbol properly. i'm trying to do this and it doesn't work. as output i use a OutputStreamWriter object in Java using ISO-8859-15 to create an XML file and then i open it in Internet Explorer. it doen't recognize the euro symbols. strange thing is that when i view the source in notepad it does display the euro symbols properly. just using the OutputStreamWriter to write euro symbols also works well.
    i'm trying to find out what is causing this problem but i'm not quite sure. i never before had problems with character sets so it's all a bit new to me.
    thank you in advance.

    The ISO-8859-1 character set does not contain the Euro character, so the database cannot hold it properly. If you want the Euro character to appear in your database, you would have to change the database character set to something that can store the euro character (or make use of your national character set, if that will store the euro character).
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Oracle 9i - problem with euro symbol

    HI,
    I have a database on oracle 9i and i can't store the euro symbol ( it is stored like a '?' reverse).On the server I have NLS_CHARACTERSET=WE8MSWIN1252 and for
    NLS_NCHAR_CHARACTERSET=AL16UTF16.
    Which superset is needed for this parameter to display the euro symbol and if I can do the change if the my NLS_CHARACTERSET is not a superset for NLS_NCHAR_CHARACTERSET ?
    Thanks.

    HI,
    I have a database on oracle 9i and i can't store the euro symbol ( it is stored like a '?' reverse).On the server I have NLS_CHARACTERSET=WE8MSWIN1252 and for
    NLS_NCHAR_CHARACTERSET=AL16UTF16.
    Which superset is needed for this parameter to display the euro symbol and if I can do the change if the my NLS_CHARACTERSET is not a superset for NLS_NCHAR_CHARACTERSET ?
    Thanks.

  • Euro symbol appearing as ? on oracle forms

    i am using application server 10gR2 forms and report services standalone which is connected to oracle db 10gR2 , all on one box running solaris 5.10
    the db characterset is WE8ISO8859P15 which i think support EURO symbol. So when i store euro symbol in a varchar2 column, I am very well able to retrieve the euro symbol in pl/sql developer. However the issue is with forms as the forms screen display the euro symbol as question mark (?)
    I have set NLS_CURRENCY to alt+0128 and NLS_LANG to AMERICAN_AMERICA.WE8ISO8859P15 in .env file.
    Any suggestions on how to go about displaying EURO symbol on forms screen would be appreciated.
    SQL> select * from nls_database_parameters;
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_CHARACTERSET WE8ISO8859P15
    NLS_DATE_LANGUAGE AMERICAN
    NLS_DUAL_CURRENCY $
    NLS_LENGTH_SEMANTICS CHAR
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 10.2.0.1.0

    I obtain the symbol euro in my sapscript  form,
    I only add the next code in the editor of sapscript:
    <156>
    The table TCP01 contains all code that SAP provide,
    the field CPCHARNO is the corresponding for 156.
    The "problem" is that you see the symbol only when you print in your printer (no preview).
    believe me! 
    Cordial greetings.

  • Insert euro symbol - Oracle 9i

    Hi,
    I can't insret the euro symbol , the dba is on oracle 9i.
    On the server I have NLS_CHARACTERSET=WE8MSWIN1252 and for NLS_NCHAR_CHARACTERSET=AL16UTF16.
    Which superset is needed for this parameter to display the euro symbol?
    Thanks

    As far as I know, euro is not in code page 437 (US English). IBM's web site has more information for you.
    http://www.ibm.com/Search?v=11&lang=en&cc=us&q=code+page+437

  • Not getting Euro Symbol in PDF Report using XML Publisher

    Hi,
    We have developed an Oracle Report from Report Builder 6i and also a Template in RTF Format.
    We are using XML Publisher to display our XML Output in PDF Format to Users..
    There is a Field called Comments on Customer Transaction Form, where user can enter any characters and that we are querying in Report and displaying on the PDF Output.
    Currently, the user entered a Euro Character on the comments section and that was not visible to user on PDF Report and replaced by a Question Mark as below:
    "3% price reduction ?89.91, 20% marine"
    When i am Querying to the Database, i am able to see the Euro Symbol, but when i checked the XML generated on the Unix Box for the Report. I found as below:
    "3% price reduction \342\202\25489.91, 20% marine"
    So, the Euro Symbol on the database is replaced by " \342\202\254" in the XML Output and ? in the PDF Outbut.
    Please help ASAP.
    Regards
    Saurabh Jaiswal

    one way
    value set based on view (view - select level id, chr(level) cl connect by level <= 500)
    for example, chr(64) - @
    so in xml you have code of @. sample xml is
    <ROWSET>
      <ROW>64</ROW>
    </ROWSET>in rtf template pick
    <?xdofx:chr(to_number(ROW))?>
    select chr(14844588)  from dual
    €Edited by: AlexAnd on Aug 23, 2011 12:46 AM

  • Problem Inserting Euro Symbol and few others

    We are using java application with oracle 8.1.6 as the db with the charset as WE8ISO8859P15. ALl the forms are using multipart request. We cannot do away without that. When trying to insert euro symbol and few other western european characters, they get converted to something else before getting stored in the db and so we are not able to display them properly on retrieval.
    Can anyone please help in this direction?

    Just set the nls_charset.zip in classpath and then try to insert into db.I think it might not be a problem with database.(note. if u insert euro character it will be reside in db, as some format but u retrive it and stream it thru servlet it will be displayed in the browser properly, if u write using printwriter then it might give "?" / "O" in browser. refer http://www.inter-locale.com/faq/blacksquares.jsp).

  • Symbol In Oracle Graphics

    Hi
    I am using Oracle Developer 6i. I created a chart in Oracle graphics and linked it with my forms & reports.
    I used a Symbol in my chart.
    In case of reports, the preview of the report containing chart comes absolutely perfect. But when i print it out, some times it comes very good, some times the SYMBOL is not printed wholly, it cuts a bit and sometimes the mark totally lost. But remeber the preview of all the cases comes PERFECTLY WELL.
    Please somebody help me out
    ZRH

    Hi;
    Please follow donw links and see helpful
    Subject: Using Pasta to Print Euro € Symbol Print Incorrect Spurious Character Doc ID: 373504.1
    Subject: Euro Symbol not Printed with Oracle Reports Doc ID: 168337.1
    Subject: Dunning Letters Unable To Print € And £ Symbols in PDF Format Doc ID: 388657.1
    Subject: How to print the Euro Character In PostScript on UNIX platforms. Doc ID: 251732.1
    Regards
    Helios

  • Euro symbol is showing as ? instead of actual symbol

    Hi,
    Euro symbol is coming fine when run the report locally from template builder but showing ? when run from oracle apps.
    Any solution?
    Please help
    Thanks,
    Mahesh

    Hi,
    Regarding Currency symbol issue my understanding is that the font ALBANWTJ.ttf is missing on the server folder. The solution would be adding the file.
    We have to add the ALBANWTJ.ttf into the font folder.
    First locate your BIP_HOME directory. In my case it is /home/bpub/OraHome_1
    BIP_HOME=/home/bpub/OraHome_1
    Copy the file ALBANWTJ.ttf from $BIP_HOME/jdk/lib/fonts/ to $BIP_HOME/jdk/jre/lib/fonts
    cp $BIP_HOME/jdk/lib/fonts/ALBANWTJ.ttf $BIP_HOME/jdk/jre/lib/fonts
    Set permissions for file
    chmod 0755 $BIP_HOME/jdk/jre/lib/fonts/ALBANWTJ.ttf
    Thanks and Regards,
    Aditya

  • Euro Symbol display

    My 10g2 db is using the character set WE8MSWIN1252 and I even set NLS_CHARACTERSET to this value before launching my Windows application that uses the thin java client to connect to my Oracle db. The column is NCHAR and I can see the proper Euro symbol if I insert CHR(128) every time I want to use this symbol. But, it is not practice for me to parse all user input.
    Is there a database mechanism so that the Euro symbol (hex AC) is displayed properly without additional SQL on the insert?

    Java app running thin client shows the Euro symbol as
    a "L" on it's side. If I change to chr(128) on the
    insert, then it displays just fine in the
    application. But this is not practical since it is
    based on user input.Do you know how the java app inserts into the database?
    What jdbc driver do you use? What Oracle Client version if any?
    Decimal value for euro symbol U+20AC is 8364, not 128.
    Code point 80 (128 dec) in AL16UTF16 is a control character.
    However if the value is interpreted in the context of another character set, say, windows-1252 then it would be a euro symbol.
    >
    So how can the chr(172) I have stored be displayed as
    the proper Euro symbol?Is the U+00AC "not sign" what you mean by a '"L" on it's side'?
    Message was edited by:
    orafad

  • Euro symbol is driving me crazy!!

    My architecture is:
    - Oracle 8i 8.1.7 DBMS under Linux on server "db"
    - Oracle 9i application server under Linux on server "web"
    I've got a jsp page which calls a java class to query the db, get the result as xml string and transform it into HTML by XSL.
    The problem is that I can't display the Euro symbol: I see an "upside-down" question mark.
    I think the problem is not the DBMS, because from my Windows client I can insert the Euro Symbol (I use sqlplus worksheet) and I see it correctly. But anyway the problem is only when I get data from the DB: if I insert the Euro Symbol into the XSL, it is displayed correctly.
    Please help me, I'm going mad...

    No. downgrading is not supported.
    If you want to troubleshoot your problems, please tell us what's happening and what you've done.  If all you want to do is rant, go somewhere else.

  • Problems with jdbc thin driver (Euro Symbol)

    Hello,
    at the moment it is impossible for me to write or read euro characters to a database using a jdbc thin driver.
    I am using
    ojdbc14.jar (version 10.2.0.3.0) and orai18n.jar (also) together with JDK 1.4.2.
    Charset of the database is WE8MSWIN1252. It does not work on ORACLE 9.2.0.1, 9.2.0.6 and 10.2.0.2.0 (others I have not tried). But the problem seams to be in thin client.
    Inserting Eurosymbols using a PreparedStatement works quite well. Using a normal Statement does not work.
    Also the values getting from a ResultSet are incorrect.
    After several test I downloaded a patch 4659157 for ojdbc14.jar and 5470375 for orai18n.jar. After installing the patch the euro characters were returned, but:
    In several selects of numeric fields (not all, seams to be random) my resultset returned the Euro character instead of 0 and so on.
    Driver for 9.2 works quite well, but does not support 10g Release 2 (and contains also some funny bugs)
    Following solutions are not suitable for us:
    Changing the character set of the database (come on, this cannot be serious. I cannot change the character set of more than 100 databases)
    Using the newest driver (ORACLE 11). We are still using JAVA 1.4.2 and cannot migrate our application at the moment.
    Using an oci client. Not possible, no ORACLE client on clients...
    Has anyone an idea how to deal with this?
    Does anyone know when ORACLE is going to release a new jdbc driver for JAVA 1.4.2 (maybe 10.2.0.4.) ??
    Regards,
    Christian

    Just installed PATCH 4659157 and 5470375 from metalink. The Euro problem seams to be corrected.
    BUT:
    Another problem occurred. Sometimes numeric values are returned wrong (0 from a numeric field comes as euro, 1 comes as Á (2 and 3 too).
    This error seams to be random to me.
    Our application is selecting a rowid from a table and after that fills several textfields in a frame by selecting the content in a way like this:
    select [column1] from [table] where rowid=[rowid]
    select [column2] from [table] where rowid=[rowid]
    if I select the numeric column with select nr. 77 I get a wrong value. If I select it at nr. 10 I get the correct value.
    The selects are done by a normal Statement object creating a ResultSet. The Value from the ResultSet is fetched by getObject() method.
    I also tried to write a test program executing only the selects of the application, but it gives me correct results.
    Also when selecting all the fields in one select I get a correct result.
    Using a different charset than WE8MSWIN1252 seams to give correct results. Using the OCI driver returns correct results.
    Using ojdbc14.jar and orai18n.jar Release 10.2.0.3. unpatched produces the same error (and does not return Euro symbols)
    Using ojdbc14.jar and orai18n.jar Release 10.2.0.2. returns correct results (but wrong Euro)
    Has anyone had the same problem yet?
    Regards,
    Christian

  • Unable to get Euro symbol in excel output

    Hi,
    I have developed one template which will be used in EBS.I am getting Euro symbol correctly in PDF output but not able to see the Euro symbol in Excel output.
    Please Help!!!!
    Thanks,
    Mahesh

    Check this
    [http://help.sap.com/saphelp_nw04/helpdata/en/90/78f078030211d399b90000e83dd9fc/frameset.htm]
    also check the SAP Note 129581

  • Euro symbol and Internet Explorer

    Hi,
    I'm trying to display in a HTML page a Euro value using an Italian Locale. The output is always a question mark followed by the correct Euro value (i.e. ? 513,45).
    My client browser is IExplorer 5.5 sp2. JSP server is TOMCAT latest release. Web services are under IIS (NT 4.0)
    I'm using the following code in a JSP page.
    <%
    java.util.Locale ELocale=new Locale("it", "IT", "EURO");
    double Euro=1936.27;
    out.println(NumberFormat.getCurrencyInstance(ELocale).format(24900/Euro));
    %>
    Somebody can help me ?

    HI Mario,
    definately your encoding. Just about every European encoding nowadays has two versions - the old one, and the new updated one that carries one extra character - the Euro symbol.
    Unfortunately, I can't tell you off the top of my head what the name of the right encoding to use would be, but the JDK documentation points to a list of all defined encodings, which should contain the one you're after.
    Hope that helps!
    Martin Hughes

Maybe you are looking for

  • Error in updating custom database table using UPDATE SET Command

    Hi, I developed an automated collection system program in one of our clients simulating FBE1 (Payment Advice Creation) and F-28 (Posting of Incoming Payments) transaction codes. Upon posting, we encountered an error in PRD server wherein, for some of

  • Interference on display.

    I'm getting random interference patterns on the display. Sometimes an image will become distorted and have lines run through it. Has anyone had this problem? I've had this on iOS 4.2 &4.3 so I'm hesitant to say it's a software issue. These issues hav

  • How to load a Class Dynamically?

    hi, I have the following problem.I am trying to load a class dynamically.For this I am using ClassLoader and its Loadclass method.My code is like this, File file = filechooser.getSelectedFile(); ClassLoader Cload = this.getClass().getClassLoader(); S

  • Version 9,0,3 (15) of iTunes asking for a new version of Safari !

    I uploaded the new version of iTunes but since I can not connect to the Store, iTunes is asking for Safari 4.0.3 when I have Safari 3.1.2. I am on Mac OS 10.4.8 and when I upgrade all the software, this version 4.0.3 of Safari is never proposed. Is 4

  • I need a tech wizard to help me with my 2405fpw

    He guys. Just recieved my 2405fpw on this forums suggestion and WOW I love it. All is going well but for one thing. How are you guys getting audio from the component connection? I am using this as a dual tv and monitor. I purchased some logitech mm50