How can show the Chinese character in Oracle Report Graph on RedHat Linux?

The OS is RedHat Linux and I set NLS="SIMPLIED CHINESE_CHINA.ZHS16GBK" in %ORA_AS_HOME%/bin/reports.sh
The report file is a JSP Web Report, including Chinese character in web HTML text and graph.
Now Chinese character in HTML text can be displayed correctly but the Chinese character in graph can not be display.
Anybody can help me? thanks a lot.

The report server is 9i and it is running in Oracle AS 904.
And set NLS_LANG="SIMPLIED CHINESE_CHINA.ZHS16GBK" in %ORA_AS_HOME%/bin/reports.sh

Similar Messages

  • How can I enable trace log in Oracle Database 10g ( in RedHat Linux)

    Dear Forums Members,
    Could u plz drop a message about how can I enable $Oracle_Home/network/trace
    in Oracle Database 10g (Operating system is RedHat Linux Advanced Server 3).
    I will very greatful if someone reply my message.
    Thanks
    Aungshu

    To enable Tracing for a session Level.
    ALTER SESSION SET TRACEFILE_IDENTIFIER = 'my_trace_id';
    Enable the SQL Trace facility for the session by using one of the following:
    SQL> Exec DBMS_SESSION.SET_SQL_TRACE
    or
    SQL> ALTER SESSION SET SQL_TRACE = TRUE;
    To disable the SQL Trace facility for the session, enter:
    ALTER SESSION SET SQL_TRACE = FALSE;
    To enable Tracing for a database level.
    Edit init parameter SQL_TRACE = TRUE.
    Its not recomended because running the SQL Trace facility increases system overhead, enable it only when tuning SQL statements, and disable it when you are finished

  • How to type chinese character in Oracle Report builder 6i?

    Hi,
    Does anyone know how to include the chinese character in the rdf file under Oracle Report Builder 6i?

    Hi,
    please check with this link
    [https://blogs.oracle.com/ankitkaushik/entry/displaying_multilingual_data_i ]
    Hope this link will help you
    Thanks & Regards,
    pallis

  • How to download the chinese character using GUI_DOWNLOAD

    How to download the chinese character using GUI_DOWNLOAD from SAP 4.6c

    Hi,
       Make sure that the chinese font is installed in your system, because when you download in excel, the character formats are taken from the Frontend.  For detail see the below thread.
    [link1|Re: Download Chinese character]
    Thanks,
    Asit Purbey.

  • How can show the result of a measuring that is done in a sub-program in my main panel?

    How can show the result of a measuring that is done in a sub-program in my main panel?

    In your subvi, wire the result(s) you want to ouput to the main program to an output terminal on the connector pane.
    For a tutorial on subvi's, search the help for "connector panes" anc click on tutorial.
    ~Tim

  • How can I display Chinese Character correctly in JSP

    <p>Dear Expert,</p><p>Now I develop web application which using CR report, the development tool is IBM RAD(rational) and the database is DB2 UTF-8. Because need user to input something in JSP, so the programmer use "GB2312" to convert to insert into the database. But when I create the crystal report and view in the web, the Chinese character can&#39;t disply correctly, like "???????", even I formated the font in report, doesn&#39;t work too.</p><p>And I set the report JSP charset to "GB2312" or "UTF-8", both of them failed. Following is my JSP seting:</p><p><%@ page language="java" contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%%></p><p>or <%@ page language="java" contentType="text/html;charset=GB2312" pageEncoding="GB2312"%%></p><p>And I think I must convert the data from database site firstly, then display, but I don&#39;t know where I can coding it and how to coding? Could any one tell me how to get it? </p><p>I use RAD(Rational) as development tools.</p><p>Thanks so much for your any comments. Many thanks!</p><p>Steven</p>

    <p>Hi Steven,</p><p>         It sounds like you are on the right track to get the Chinese data to appear up correctly in the report. Can you tell me if you are using the JSF viewer or the JSP viewer?</p><p>From what the developers are telling me the following should work:</p><p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">For JSP viewers to set  content type correctly you can either use</span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial"><%@ page  contentType="text/html;charset=UTF-8" %></span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">Or</span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">response.setContentType("text/html;charset=UTF-8âu20AC)</span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">or  </span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">simply call  viewer.setOwnPage(true); if it not necessary to blend with other  pages.</span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial"> </span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">For JSF viewer the  third option is not available.</span></font></p><p class="MsoNormal">What does your JSP page code look like? Also, what does the output look like?</p><p>Finally, one last thing is to ensure that the font you are using in the report is available to the engine at runtime. This will mean that it wll need to be installed on the application server where your JSP page is running. Give this a try and let me know what you find. </p><p>Regards,<br/>Sean Johnson (CR4E Product Manager) <br/><br/> Rate this plugin @ Eclipse Plugin Central          </p>

  • How can i display chinese character in asp?

    ---windows2003
    ---iis6.0
    ---oracle92010
    ---oo4o
    oracle character set is we8mswin1252
    sqlplus display chinese character normally.
    when i export the oracle table into microsoft excel,the excel can display chinese character normally.
    but when i write code in asp.The IE can not display the chinese character?
    who would tell my why?
    Message was edited by:
    user525971

    Hi,
    here's a link to the SQL Developer forum: SQL Developer
    Frank

  • How can I use unix commands from oracle report

    I have to use the following command from oracle reports.
    In oracle forms we can use the HOST command but what about oracle reports2.5.
    I have to email the attached file 100245.pdf from oracle reports to the given email id
    uuencode 100245.pdf 100245.pdf | mailx -s "test" [email protected]

    Hi,
    It's because .bat (or .cmd) files are scripts and not executables and are interpreted using the command line executable - which is normally cmd.exe (although you can buy others).
    So you need to call cmd.exe passing the bat file name as a parameter, something like
    cmd.exe /c batchfilename
    Without the /c you will never get a response.
    However, this brings us to the bizarre conclusion that you are going to:
    call cmd.exe (a shell interpreter)
    to launch a batch file
    that calls cygwin (another shell interpreter)
    which then runs ls
    When shouldn't that just be:
    call cmd.exe to run the dir command
    Or better yet, If you are just after a file name listing and you seem to understand Java stored procs, why not just write a JSP to list the contents of a directory? No problems with OS dependant commands, scripts and 3rd party interpreters. Plenty of examples of that out on the internet as well.
    HTH
    Chris

  • How to get the "Num Lock" key's original status in RedHat Linux FC4 ?

    I have realized it in Windows XP platform by
    Toolkit.getDefaultToolkit().getLockingKeyState(KeyEvent.VK_NUM_LOCK),
    and it works very well in Windows XP platform,
    but it doesn't work in Redhat Linux FC4,
    and throws UnsupportedOperationException.
    Anybody can tell me whether there is any other methods
    to get the "Num Lock"  key's original status in Redhat Linux FC4
    by jdk1.5.0_02 or later.
    Any help will be greatly appreciated here in advance,
    and thanks a million for your attention.

    Crosspost: http://forum.java.sun.com/thread.jspa?threadID=687159

  • How to get the "Caps Lock" key's original status in Redhat linux FC4?

    I have realized it in Windows XP platform by
    Toolkit.getDefaultToolkit().getLockingKeyState(KeyEvent.VK_CAPS_LOCK),
    and it works very well in Windows XP platform,
    but it doesn't work in Redhat Linux FC4,
    and throws UnsupportedOperationException.
    Anybody can tell me whether there is any other methods
    to get the "Caps Lock"  key's original status in Redhat Linux FC4
    by jdk1.5.0_02 or later.
    Any help will be greatly appreciated here in advance,
    and thanks a million for your attention.

    Crosspost: http://forum.java.sun.com/thread.jspa?threadID=687159

  • How to Export the chinese character in excel using java

    Hi,
    Our application using in English, German, Franch and chinese.
    String chineseCharacter=""; // chineseCharacter like &#38263;&#38271;&#29248;&#24202;&#26481;&#19996;&#24447;&#20315;. This chinese data coming from oracle database..
    My code
    BufferedWriter printer = new BufferedWriter(new OutputStreamWriter(responses.getOutputStream(),"utf-8"));
    responses.setContentType("application/download");
    responses.setHeader("Cache-Control", "cache");
    responses.setHeader("pragma", "cache");
    ExcelCSVPrinter outcr = new ExcelCSVPrinter(printer);
    String displayname="ChineseReport.csv";
    responses.setHeader("Content-Disposition","inline; filename=\"" + displayname + "\"");
    outcr.write("Report Header Name");
    outcr.writeln();
    outcr.write(chineseCharacter);
    outcr.writeln();
    After export the data to excel show the result for 長长牀床東东彿佛. But not show the original result &#38263;&#38271;&#29248;&#24202;&#26481;&#19996;&#24447;&#20315;
    I use the following stmt
    responses.setContentType("text/html charset=UTF-8");
    Its shows the correct result for chinese character.
    I use the below statement
    responses.setContentType("application/download; charset=UTF-8");
    or
    responses.setContentType("application/vnd.ms-excelset;charset=UTF-8");      
    or     
    responses.setContentType("application/vnd.ms-excel;charset=UTF-8");
    The out put show the in the excel sheet ???????? or some other jung characters.
    What can i do here?. After export,I want to show the original chinese character in the excel sheet using the ExcelCSVPrinter.
    Thanks & Regards
    Thendral
    Edited by: palanithendral on Dec 24, 2009 5:14 AM
    Edited by: palanithendral on Dec 29, 2009 11:41 AM

    palanithendral wrote:
    Hi,
    Our application using in English, German, Franch and chinese.You have several different idioms in your application and have not accurately identified where the actual problem is. You have all of the following
    -database
    -http
    -excel
    -excel in http
    -display on the target computer
    The first step with these sorts of problem is to identify where the problem actually occurs.
    String chineseCharacter=""; // chineseCharacter like &#38263;&#38271;&#29248;&#24202;&#26481;&#19996;&#24447;&#20315;. This chinese data coming from oracle database..A good theory. Now explain how you proved that that is what is coming from the database.
    After export the data to excel show the result for 長长牀床東东彿佛.As another example. Presumably you are referring to what the browser on the target computer displays. Your theory is that that computer and that browser (together) will display the correct information if they had the correct data. How did you prove that?

  • How can I store Chinese Character in MSSQL Server 2000 from JSP?

    Dear all,
    I've got a problem with storing Chinese Characters in MSSQL table. The list below is my setting of my project:
    HTML/JSP -- "charset=big5" (in both "meta" and "import page")
    MSSQL server -- The field of storing Chinese Characters are in nvarchar format
    But the Chinese Characters are converted into some unknown codes and what I could do to make sure the transaction can go smoothly? Can anyone give me a hand on this issue??
    Van

    the key point is yousing the connection string in the following way ;-) it works for me in Hebrew.
    Class.forName("org.gjt.mm.mysql.Driver");
    //"?useUnicode=true&characterEncoding=UTF8
    Connection con = DriverManager.getConnection ("jdbc:mysql://localhost:3306/database?useUnicode=true&characterEncoding=UTF8","user_name","password");
    SAMPLE PAGE
    <%@ page contentType="text/html; charset=UTF-8" %>
    <%
    // response.setCharacterEncoding("UTF8");
    // request.setCharacterEncoding("UTF8");
    %>
    <%@taglib prefix="bean" uri="/WEB-INF/struts-bean.tld"%>
    <%@ page import="java.sql.*,
    java.util.Properties,
    java.util.ResourceBundle,
    java.util.Locale,
    java.io.*"%>
    <head>
    <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="TEXT/HTML; CHARSET=UTF-8">
    <LINK REL="stylesheet" TYPE="text/css" HREF="/portal/style/text.css">
    </head>
    <body dir="rtl">
    <span class="redText">
    &#1513;&#1502;&#1493;&#1514;:
    </span> <br>
    <%
    if ("true".equals(request.getParameter("insert"))){
    String text = request.getParameter("text");
    if(!"".equals(text))
    Class.forName("org.gjt.mm.mysql.Driver");
    Connection con2 = DriverManager.getConnection ("jdbc:mysql://localhost:3306/zoozoo?useUnicode=true&characterEncoding=UTF8","moshe_beeri","navctrh");
    Statement stmt2 = con2.createStatement();
    //text="&#1513;&#1500;&#1493;&#1501;";
    String dada="insert into testheb (name) values ('" + text + "')";
    // String ins = new String(dada.getBytes("iso-8859-1"),"windows-1255");
    stmt2.executeUpdate(dada);
    Class.forName("org.gjt.mm.mysql.Driver"); //"?useUnicode=true&characterEncoding=UTF8
    Connection con = DriverManager.getConnection ("jdbc:mysql://localhost:3306/database?useUnicode=true&characterEncoding=UTF8","user_name","password");
    Statement stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery("select * from testheb"); // create a table for testings with id,name
    while (rs.next()){
    String text = rs.getString("name");
    %>
    <%=text%> <br>
    <%
    %>
    <hr>
    <form method="post" action="tespmysql.jsp">
    <input type="hidden" name="insert" value="true">
    <input type="text" name="text">
    <input type="submit">
    </form>
    </body>

  • How to show the units separately in BEx reporting

    My Bex reporting shows the units along with keyfigures. Say 15.45Kgs. i would like to show the units separately in a column. Pl tell me how to do it.

    Hi,
    you can do it. follow the below steps.
    1) create a calculated key figure by assigning the function NODIM to the base key figure (NODIM<base key figure).
    2) Drag and drop the unit info-object ( the unit info-object that is used in the key figure definition) in the rows section.
    3) Hide the base key figure.
    Hope it helps.
    Thanks
    Soumya

  • How to show the columns dynamically in OBIEE report based on the selection?

    Hi,
    I have a requirement where the columns should be dynamically shown in report based on what we select in propmt page.
    I'm creating a report in OBIEE where i want to give an option to the end user to select the columns whichever he wants to see in the report.
    For example I have the following columns in the report already:
    Customer Name,
    Customer Number,
    Bank Account,
    Address
    I want to give an option to the user to select 'Customer Mail ID' dynamically and see the column to be displyed in the report along with the existing columns.
    Through 'Column Selector' user can select a single column at a time, but if he want to select more than one column, how can we do this ?
    Please help me out in resolving this issue.
    Thanks,
    Chaithanya.

    Hi Chaithanya,
    there's not a straight solution for this. You can create different analysis containing different number of columns and then directing the user to this analysis using Action Links or you can also use View Selector to switch from one view (analysis) to the other. But it's not going to be very flexible nor dynamic.
    J.

  • How can recover the dropped table on oracle 9i and 10g ?

    This is the scnario...
    user dropped one table on his schema...
    oracle 10g DB
    flashback not enabled so no flashback drop possible
    but any way to recover it from recyclebin on 10g ? becuase this is not sysdba table ...if yes how about on 9i...if yes then will there be any limit on recycle bin like space pressure ??
    Scnario 2:
    we have two online redo log group with 2 member each..
    my currnet online redolog group currupted (including members)...we need the data's of that currnet group so we should'nt use the clear log command
    how to recover it ?
    Do we need to go for any block level revcovery ?
    thanks
    Moorthy
    Edited by: user13014926 on Jan 18, 2011 6:55 AM

    If you have no backup your only option is to perform incomplete recovery (point-in-time recovery) to the time just before the drop, export the table and then restore the database (for example, from a cold backup taken just before the incomplete recovery,) and import the table. This obviously requires a full backup
    taken before the drop which you don't seem to have, so the answer is "regrettably no."
    If you have a backup;
    Take backup of ur current db, apply previous day backup, do point in time recovery to get table back,export table, shutdown and apply latest backup, import table back
    Regards,

Maybe you are looking for

  • Help with Sample 'Purchase Order' form

    HI Guys, Have been playing around with the supplied sample file 'Purchase Order' At the bottom of the form is a Part No., Description and Cost field that populate from a PartNoScript routine. Have been trying to copy this routine into my own form as

  • Unblocking

    I have recently had my Blackberry unblocked for usage on all networks. Since having this done my phone does not receive incoming calls. The caller will just hear one ring then my phone will show a missed call.  I have tried different network SIMs on

  • MY MACBOOK PRO DOESN'T DOWNLOAD OS X MAVERICKS! HELP, MY MACBOOK PRO DOESN'T DOWNLOAD OS X MAVERICKS! HELP

    my macbook pro is furnished with Mac OS X Lion 10.7.5. Now i'm trying to download os x mavericks but it doesn't work! the bar is locked at the root, it' doesn't download! SORRY FOR THE REALLY BAD ENGLISH BUT I AM ITALIAN!!!

  • Reinstalling Production Premium CS5 on windows 7 without prior deactivation.

    Hi, My Win 7 died randomly and I was unable to deactivate my Copy of CS5. The adobe suite was installed in a different HDD which I hope is still intact. When I reinstall Win 7 64bit and my CS5 suite will I have problems in registering it? Also is the

  • Encore CS4 creating multiple DVDs

    Windows 7 Ram 6GB Encore CS4 Gentlemen ! I have a footage , which is about 7 hours long(Video ntsc) , besides cutting the footage into few pieces, is there any way I can create a set of DVDs, like a let's say DVD1 through 3 or 4 Here is what I do I i