***Oracle's language support***

hai everybody,
I have a senario of storing foreign in the db...that is i need to store characters of japaneese together with the current language ('English')...so can you explain about the prerequisites and steps to do this multilingual support..
my current seetings
my db is : ORACLE 10g2
SQL> select property_name,property_value from database_properties;
PROPERTY_NAME                  PROPERTY_VALUE
DICT.BASE                      2
DEFAULT_TEMP_TABLESPACE        TEMP
DEFAULT_PERMANENT_TABLESPACE   USERS
DEFAULT_TBS_TYPE               SMALLFILE
NLS_LANGUAGE                   AMERICAN
NLS_TERRITORY                  AMERICA
NLS_CURRENCY                   $
NLS_ISO_CURRENCY               AMERICA
NLS_NUMERIC_CHARACTERS         .,
NLS_CHARACTERSET               WE8MSWIN1252
NLS_CALENDAR                   GREGORIAN
NLS_DATE_FORMAT                DD-MON-RR
NLS_DATE_LANGUAGE              AMERICAN
NLS_SORT                       BINARY
NLS_TIME_FORMAT                HH.MI.SSXFF AM
NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZR
NLS_DUAL_CURRENCY              $
NLS_COMP                       BINARY
NLS_LENGTH_SEMANTICS           BYTE
NLS_NCHAR_CONV_EXCP            FALSE
NLS_NCHAR_CHARACTERSET         AL16UTF16
NLS_RDBMS_VERSION              10.2.0.1.0
GLOBAL_DB_NAME                 GTID04.REGRESS.RDBMS.DEV.US.ORACLE.COM
EXPORT_VIEWS_VERSION           8
DBTIMEZONE                     00:00and
SQL> select parameter,value from nls_database_parameters
  2  ;
PARAMETER                      VALUE
NLS_LANGUAGE                   AMERICAN
NLS_TERRITORY                  AMERICA
NLS_CURRENCY                   $
NLS_ISO_CURRENCY               AMERICA
NLS_NUMERIC_CHARACTERS         .,
NLS_CHARACTERSET               WE8MSWIN1252
NLS_CALENDAR                   GREGORIAN
NLS_DATE_FORMAT                DD-MON-RR
NLS_DATE_LANGUAGE              AMERICAN
NLS_SORT                       BINARY
NLS_TIME_FORMAT                HH.MI.SSXFF AM
NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZR
NLS_DUAL_CURRENCY              $
NLS_COMP                       BINARY
NLS_LENGTH_SEMANTICS           BYTE
NLS_NCHAR_CONV_EXCP            FALSE
NLS_NCHAR_CHARACTERSET         AL16UTF16
NLS_RDBMS_VERSION              10.2.0.1.0
and
SQL> select parameter,value from nls_instance_parameters
  2  ;
PARAMETER                      VALUE
NLS_LANGUAGE                   AMERICAN
NLS_TERRITORY                  AMERICA
NLS_SORT                      
NLS_DATE_LANGUAGE             
NLS_DATE_FORMAT               
NLS_CURRENCY                  
NLS_NUMERIC_CHARACTERS        
NLS_ISO_CURRENCY              
NLS_CALENDAR                  
NLS_TIME_FORMAT               
NLS_TIMESTAMP_FORMAT          
NLS_TIME_TZ_FORMAT            
NLS_TIMESTAMP_TZ_FORMAT       
NLS_DUAL_CURRENCY             
NLS_COMP                      
NLS_LENGTH_SEMANTICS           BYTE
NLS_NCHAR_CONV_EXCP            FALSEI think you got my question..
with regards,
johnpaul

I would advise doing some reading, starting here:
[Oracle Docs: Globalization Support Guide|http://download.oracle.com/docs/cd/B19306_01/server.102/b14225/toc.htm]
Do you have metalink access?
If so, I would strongly advise looking at these articles:
260893.1: Unicode character sets in the database
788156.1: UTF8 implications
158577.1: NLS_LANG
The principles of storing a variety of languages are the same and pretty simple.
You pick a database character set that supports all these languages - i.e. a unicode character set (probably AL16UTF16 these days) - or you use the national character set.
Your client applications set the value of NLS_LANG appropriately. You insert the correct data. You select out the correct data.
If it's not too late / if you've got a choice, I would use a unicode database characterset - i.e. not WE8MSWIN1252 - and not just the NCHAR/NVARCHAR2/NLCOB functionality of the national character set.

Similar Messages

  • How to configure Oracle National Language Support for Hindi

    Hello
    I am Working on one library project and right now it is in foxpro.
    it is working in local(hindi) language using c-dec software.Now i want to run this project using oracle national
    language support.i have done lots of rnd on that but till could not get success.what's wrong with that?
    Following the step i am applied for that
    1 I have create the database using in8iscii character set. Because In8iscii support the Hindi Language.
    2 Set the variable NLS_LANG = hindi_india.in8iscii in environment. I am using the Windows 2000 OS because
    it supports the Hindi font(Mangal).
    3 I am using the Oracle Developer as front end so using mangal font in front end i am able to display data
    in Hindi format that's why i am selected Windows 2000 os.
    4 I have done the special setting in Windows 2000 for Hindi.it is in controlpanel-regional setting-click the indic option
    for india and in input locals set keyboard layout as Hindi also.
    5 I also changed the Init.ora file and add the NLS_LANGUAGE = Hindi
    nls_territory = india. now, I opens the database using this Init.ora file.
    6 But It can't display the data in Hindi format.I could not able to display the data in Front End also.
    So,pls help me in Oracle and also guide me in Linux platform also.
    null

    Hi Nimit,
    I have tried inserting Hindi/Marathi into an Oracle database (I have tried versions 8.0.6 and 8.1.7).
    I created the database using UTF8 character set. The NLS_LANG was set to AMERICAN_AMERICA.UTF8. Inserts into the database were via iSQL*Plus or import. For querying I used OCI and Pro*C. The data for my app is being served up as XML. I have not tried Developer. The DB platforms have been both HPUX and Win2K, while the client platform has been Win2K/IE5.5 SP2. I have been using Code2000 as the font.
    Did you manage to view the stored data using the export utility ?
    Also, you can try using yudit to edit unicode files on Linux.

  • Oracle Portal language support

    Hi,
    I have installed french language by running langinst.csh on unix, when i create a new content area with default language as french, the content of Portal changes to french, but when i create an item in the folder of the respective content area the language doesn't get changed .
    How do i change the data that is displayed in the items to the respective language?
    for ex: if i create a text item with language as French , i have some data in the text item which should also get displyed in french , but it shows me in English .
    Thanks,
    Vijaya

    This post is best suited to the Oracle9iAS Portal Content Areas Forum.
    Thanks

  • Oracle 11g and Supported Programming Languages for application development

    Hi,
    Currently we are running our Java application on Oracle 10g Lite. We are planning to upgrade to Oracle 11g Lite very soon. I have below queries to be answered.
    1. What are the programming languages supported for application development to work with Oracle 11g Lite mobile server and client ?
        - i have seen some note saying java and .net are supported. Wanted to know the complete list of supported programming languages on Oracle 10g Lite
    2. Oracle Forms 10g is supported on Oracle 11g Lite platform ?
        - i have some online application running on Oracle 10G Forms. Wanted to extend this to offline model using Oracle 10g Lite
    Thanks,
    Ashok Kumar.G

    Hi Ashok,
    1. What are the programming languages supported for application development to work with Oracle 11g Lite mobile server and client ?
                For the 11g version of the product, we changed the name to Oracle Database Mobile Server.    For clarity purposes, there is no product called Oracle 11g Lite mobile server.
                For a detailed list of what is/is not supported on the client, please consult the documentation.   See section 2.1 of the Mobile Client guide.  For programming languages you
                can use what you want, and we support the following technologies, JDBC, ODBC, ADO.NET.  What you code your application in is up to you.
    2. Oracle Forms 10g is supported on Oracle 11g Lite platform ?
                   On the database mobile server side of things we do not do testing with Oracle Forms 10g.    I do not know enough about applications developed with the Forms' product.   Database Mobile Server is a product that keeps tracks of changes that occur in a database, and then propagates those changes to an Oracle backend.   We offer 2 way synchronization between an Oracle backend database and a client.  If you are running the Forms application on the Oracle backend and want to propagate changes done out to the client, then this should work.    I say ** should **   because we have not tested it but I cannot think of a reason why it would not work.   It would be up to you to develop the client side application that would look at the data in the client database and display it to the user.    In the 11.x version of the product, we support 2 client databases, Berkeley DB and SQLite.
    thanks
    mike

  • REP-92: Warning: Version 1.1 LANGUAGE argument not supported. Use ORACLE National Language environment variable instead

    hi all
    my data in Arabic language  and report running ok in paper layout just when i running on web not return any data
    my report give it name of author and return details
    i wont how to do this action
    (Remove the LANGUAGE argument string from the command string, and set the ORACLE National Language environment variable NLS_LANG to the appropriate value. For more information,)
    note
    i using oracle report 10g r2
    and db10g
    Netscape navigator browser
    I change the nls_lang to Arabic_egept.Ar8mswin1256
    and not working
    plz heeeeeeeeelp

    Please heeelp

  • Oracle To End Support for Java 7

    No More Free Updates for Java 7 after April 2015
    Users must sign long-term support deals or migrate to Java 8 to avoid 'enormous headache and disruption to millions of applications'
    Public updates for Java 7 -- including bug and security fixes -- will end this month, a situation that one security advocate says could impact millions of applications.
    "As outlined in the Oracle JDK [Java Development Kit] Support Roadmap, after April 2015, Oracle will not post further updates of Java SE [Standard Edition] 7 to its public download sites," Oracle's Java SE Support Roadmap states. "Customers who need continued access to critical bug fixes and security fixes as well as general maintenance for Java SE 7 or older versions can get long-term support through Oracle Java SE Support. The process of migrating users from Java 7 to Java 8 through the auto update feature is expected to take place after the January 2015 CPU release."
    [ The art of programming is changing rapidly. We help you navigate what's hot in programming and what's going cold and give insights into the technologies that are changing how developers work. | Keep up with hot topics in app dev with InfoWorld's Application Development newsletter. ]
    Oracle released Java SE 7 in July 2011; Java SE 8 was released in March 2014. Java, particularly on the client side, has been beset by security issues in recent years. But Oracle has taken many steps to address the issues and stressed that most of the problems dated back several years, before Oracle took over Java from Sun in 2010.
    Still, the impact of Oracle's cessation of public updates could be severe, an official at security firm Waratek, believes. Oracle's "rapid" end-of-life schedule for Java versions is great for innovation and language evolution, Waratek CTO John Matthew Holt said in an emailed statement. "However, there is a dangerous tradeoff; now millions of Java 7 applications will have to defend themselves against code-level vulnerabilities without the benefit of future fixes." Holt advocates either upgrades to Java 8 or use of Java Run-time Application Self Protection (RASP) technologies (Waratek is a RASP vendor).
    This week's security update from Oracle, meanwhile, marks the "proverbial 'end of the road' for Java 7 application security, Holt said. "After today, the only version of the Java Platform which will receive public security updates is Java 8.  This is huge news, and it is going to cause enormous headache and disruption to millions of application owners around the world."
    Contacted Tuesday afternoon for a comment on the end of public updates for Java SE 7, by late evening Oracle had not yet responded.
    The April 2015 Critical Patch Update released Tuesday by Oracle provides 98 new fixes for security issues across a wide range of product families, said Eric Maurice in an Oracle blog post. These range from Oracle Database to Oracle Fusion Middleware, Java SE, and MySQL. Fourteen of the security fixes are for Java SE.

    Java 7 has already been dead for quite a while. While you could still use it for Java apps on your system, Apple blocked its use in browsers long ago. You have to install version 8 if you need Java support for the web.

  • Language support by NLS_CHARACTERSET:AL32UTF8

    Hi,
    I have very less idea about the multiple language support in oracle database.
    select * from nls_database_parameters where parameter like '%CHARACTERSET';
    It returns me:
    NLS_CHARACTERSET     AL32UTF8
    NLS_NCHAR_CHARACTERSET     AL16UTF16
    SELECT * FROM NLS_SESSION_PARAMETERS;
    It returns me:
    PARAMETER     VALUE
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CURRENCY     $
    NLS_ISO_CURRENCY     AMERICA
    NLS_NUMERIC_CHARACTERS     .,
    NLS_CALENDAR     GREGORIAN
    NLS_DATE_FORMAT     DD-MON-RR
    NLS_DATE_LANGUAGE     AMERICAN
    NLS_SORT     BINARY
    NLS_TIME_FORMAT     HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY     $
    NLS_COMP     BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSE
    Can you tell me,according to the above configuration,what languages will be supported by this database(oracle 10g)?
    I would need to store german,japanese,chinese and etc...Is it possible to do so?
    Can the change in the database setting help me to achieve inserting as well as retrieving data in numerous languages?Then what is the change that needs to be made.I don't want any junk values like inverted question mark during retrieval.
    Can anyone please help?
    Thanks a lot in advance.

    The NLS_CHARACTERSET setting of AL32UTF8 means that the database supports Unicode. So you can store virtually any character from any language in a CHAR or VARCHAR2 column in the database.
    Retrieving and displaying the characters, as well as providing a GUI to enter the data properly, depends on client and application settings. For example, my operating system (an English language version of Windows) doesn't support Chinese characters using the default code page. So if I queried Chinese data that was properly stored in the database in SQL*Plus, the conversion would fail. You would need an application that had native support for Unicode (i.e. iSQL*Plus, many/most browser based apps, etc). On the other hand, a user of the Chinese language version of Windows would be able to query that same data via SQL*Plus because that version of Windows supported the necessary characters in the default code page. In order for that to happen, though, the Chinese client's NLS_LANG would have to be set in order to convert the characters from Unicode to the client's default code page.
    Justin

  • Multi Language Support Setup

    Hi Gurus,
    We have currently upgraded from 11i to R12.1.2 and we have decided to USE MLS & NLS(Multi Language Support) for the very 1st time.We have 4 Languages (American,Spanish,French,Portuguese) so when we query for data in tl tables(apterms_tl,ra_terms_tl,fnd_responsibility_tl) we get four records for a single term_id because we are using 4 languages so we need to keep a language join. What I am doing is
    Select * from ap_terms_tl where agent_id = 5 and language = USERENV('LANG'); which returns only one row with US as the language. Here is a sceneario where I am struck I want to see data in a different language like Spanish or french or Portuguese so how can i achieve that. what i am trying to do is
    ALTER SESSION SET NLS_LANGUAGE = 'BRAZILIAN PORTUGUESE'; and then querying for
    Select * from ap_terms_tl where agent_id = 5 and language = USERENV('LANG'); i get data in Portuguese. How can we achieve this from user level perspective. like when we register a Canadian USER and he wants to see American and vice -verse.
    here are the profile options for NLS & MLS
    PROFILE_NAME USER_NAME
    ICX_DATE_FORMAT_MASK ICX: Date format mask
    ICX_DATE_LANGUAGE ICX: Date language
    ICX_LANGUAGE ICX: Language
    ICX_NLS_SORT ICX: NLS Sort
    ICX_NUMERIC_CHARACTERS ICX: Numeric characters
    ICX_TERRITORY ICX: Territory
    I tried setting up these profile Options but didn't work. I am struck Here(like where to set these profile options to make the MLS work).Let me explain the sceneriao
    Here is what we are trying to achieve When a user from Canada login into Oracle Applications and runs a request set or a concurrent Program he has to see the output in Canadian Language Responsibility this should be done dynamically(changing the Language). You have give me a scenario like changing the preferences and setting the session languages can we dot it dynamically like as soon as the user logs in from Canada his session Language should be set to Canada Language.
    I am just waiting for some help from the gurus.
    Help would be highly appreciated.
    Thanks & Regards
    Krishna
    Edited by: user12156300 on Mar 11, 2010 9:29 AM

    Hi Hussien,
    I able to see the languages in the tables and when i alter the session and I able to see the data in that particular Language.Even i log-in into oracle applications and click on Preferences and change the session Language Other than US i can see the screens in a different Language.Is there anything we can't do dynamically instead of user signing into Oracle Applications and change his session Language.
    Like when the user logs-in from Canada then he can automatically see his country language.
    Thanks & Regards
    Krishna.

  • Multi Language Support implementation

    <span style="font-size: 8.5pt; color: black; font-family: Verdana">Hi,<br /><br />Iam currently working in Oracle 9i database configured for multi-language support. Iam able to enter Chinese characters into the database and view it through i-Sql plus. But not able to view it in Crystal Report XI R1 Service Pack-3.<br /><br />Can any one help me out to view Chinese characters in Crystal Report XI<br /><br />Thanks in advance<br />With Regards<br />Bennate</span>

    No I am using VB (ADO, ORAOLEDB) to insert the data. In my VB code I know the data that I have is unicode. I cann see it by doing val(ascb(midb(Comments,2))) * 256 + val(ascb(midb(Comments,1)))
    Also if I use sql plus editor to insert some data using insert into abc value nchr(64037), I can retrieve this data using my VB.
    While inserting I am using a stored procedure command and am specifying the type as 202 (adVarWChar).
    Does the client setting (NLS_LANG) need to be anything specific? I tried setting it to UTF8 as well

  • Multi Language Support in OBI

    Hi all
    I need to implement Multi Language Support in OBI Reporting(For Chinese Clients)
    We are using Oracle Apps as Source with Single Sign-On, so there will be only one logon screen for all, and it will first redirect me to Apps and from there it will connect me to OBI and there wont be any Login Screen for Answers and I cant select the Language option.
    I know the Externalizing Presentation Tables and Loading data through CSV file, but how to set the Language option from Apps Screen.
    Plz dont advice "Implementing Multi Language Support in Normal OBI"
    I need to implement it in Single SignOn
    ThanX in Adv.
    Anand

    Hi Anand,
    You should create an initialization block, in which you check the language of the logged in user. The user who logs into Oracle BI EE can be found in the fnd_user table. Then you should be able to verify the language of the logged in user.
    Good Luck,
    Daan Bakboord

  • RTL language support

    Regarding Right-To-Left language support: While building a report, I would like to set the breaks list box to "First and Second Columns", but Apex assumes that column order starts from the left. In the case of Hebrew, Arabic, etc, column order begins from the right. In order to use the automatic breaking and summing features I have to order my columns from left to right and the users don't like it.
    Do I have any options here?
    David

    Hello David,
    Apex assumes that column order starts from the leftApex assumes the order of columns as it appears in the report column attribute list. The first column will be the first column on that list, the second will be the next row on the list etc. This order has nothing to do with your page orientation.
    Do I have any options here?Yes. You should set your page orientation to be RTL, and continue to work naturally with your report builder - http://i3.tinypic.com/wlrdsj.png and http://i3.tinypic.com/wlre3k.png .
    If you need to do that on a specific page, you can use the following on your page HTML Header:
    <style type="text/css">
    body {direction:rtl !important;}
    </style>You can see a page example here: http://htmldb.oracle.com/pls/otn/f?p=22814:50
    If you need to reverse your entire application to be RTL, the best and easiest solution will be to add the "direction" attribute to the "body" selector in your application CSS file. That will automatically reverse the orientation of all your application pages.
    Hope this can help,
    Arie.

  • Configure database for arabic data language support.

    Dear Masters,
    i m creating database in arabic language support. all configuration has been done. but while i m getting error in putty.
    SQL> select # from tab;
    select # from tab
    ERROR at line 1:
    ORA-00911: ??? ??? ????
    SQL> show parameter nls
    NAME TYPE VALUE
    nls_calendar string
    nls_comp string BINARY
    nls_currency string
    nls_date_format string
    nls_date_language string
    nls_dual_currency string
    nls_iso_currency string
    nls_language string ARABIC
    nls_length_semantics string BYTE
    nls_nchar_conv_excp string FALSE
    nls_numeric_characters string
    NAME TYPE VALUE
    nls_sort string
    nls_territory string SAUDI ARABIA
    nls_time_format string
    nls_timestamp_format string
    nls_timestamp_tz_format string
    nls_time_tz_format string
    SQL>
    SQL> SELECT value$ FROM sys.props$ WHERE name = 'NLS_CHARACTERSET' ;
    VALUE$
    AL32UTF8
    but while i m trying to insert data from putty(putty is also configured on UTF8) i m getting ???????? on command prompt.
    even form6i also throwing same ????????
    kindly guide where i m wrong.
    THanks in Advs

    Where your database server is located does not matter, AIX or Windows or other os.
    And AL32UTF8 would mean a Unicode database which means it may be used to store basically any language characters.
    You need to look into client side locale settings, if e.g. windows pcs are setup properly or putty terminal configuration is correct.
    Please download and use Oracle SQL Developer, as it is Unicode "aware" and can be used to verify character data.
    In a Windows console window (cmd prompt), you need to take care of oem code page and matching char set part of NLS_LANG to indicate what's in use.
    c:\>chcp
    Active code page: 850
    c:\>set nls_lang
    nls_lang=.we8pc850
    c:\>sqlplus test
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Sep 24 21:44:35 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    SQL> select unistr('abcåäö\2514\2524\2534') from dual;
    UNISTR('A
    abcåäö└┤┴
    c:\>chcp 1256
    Active code page: 1256
    c:\>set nls_lang=.ar8mswin1256
    c:\>sqlplus test
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Sep 24 21:44:49 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    SQL> select unistr('abcåäö\2514\2524\2534') from dual;
    UNISTR('A
    abc??????The ?'s right above likely means that character replacement has ocurred, since character set in use by client does not define characters stored/retrieved from the database.

  • Disco Admin multi-language support ???

    Hello,
    I am an Oracle University instructor. A student has asked whether the Discoverer Administrator client supports any language besides English. In researching, I found a few docs refering to multi-language support for Disco Viewer, but I have seen no mention of it for Plus, Desktop, or Admin. If you have any info on this, please advise.
    Thanks in advance.
    Cheers,
    Burt

    Hi Burt
    As far as I know, Discoverer Admin and Desktop are only available in English, just like they only run on Windows.
    However, both Plus and Viewer can be made to run in virtually any language in the world by selecting the appropriate language from the Locale box on the connection dialog.
    I hope this helps
    Best wishes
    Michael Armstrong-Smith
    URL: http://learndiscoverer.com
    Blog: http://learndiscoverer.blogspot.com

  • Does Oracle XML Parser support double byte charset?

    Hi,
    Does Oracle XML Parser support double byte characters such as Korean or Chinese? If so, please tell me what version and how to construct xml/xsl files (...encoding="???")?
    Thanks for any help,
    Tuan

    Hi Raymond,
    Thank you for your help. It worked when I running in JDeveloper with your posted code. However, when I tried in my real application, it won't work.
    The problem is for localization purposes, my application using some texts display in browsers are saved in Unicode file. Later, application runs and depends on languages setting in browsers, with JavaServlet retrieves those texts and saves in formated xml StringBuffer. Then, using existed XSL Stylesheet file and OracleXMLParser to generate an output HTML.
    It has worked fine with English, France or others (single byte characters), but it can't
    for double bytes character such as Korean or Chinese. I also tried different charset in xml file.
    The following is one of returning errors:
    -- oracle.xml.parser.v2.XSLException: XSL-1004: Error while parsing input XML document (<Line 1, Column 552>: XML-0221: (Fatal Error) Invalid char in text.)
    I run this app in win2000/IIS with ServletExec3.0, JDK1.2.2 and OracleXMLParser v2.0.2.10
    Thank you for any helps,
    Tuan
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Raymond Hayes Jr ([email protected]):
    Nothing fancy 'cause I'm half asleep but I used your xml/xsl and it seemed to work. No errors anyway. This is what I put together in JDeveloper 3.2
    package demo;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import oracle.xml.parser.v2.*;
    public class CuriosityKilledTheCat extends HttpServlet {
    * Initialize global variables
    public void init(ServletConfig config) throws ServletException {
    super.init(config);
    * Service the request
    public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    try
    XSLStylesheet xsl = new XSLStylesheet( new URL ("file:///c:\\temp\\input.xsl") , null );
    XSLProcessor xp = new XSLProcessor();
    XMLDocument xd = new XMLDocument ();
    XMLDocumentFragment xf = new XMLDocumentFragment();
    xf = xp.processXSL ( xsl , new URL ( "file:///c:\\temp\\input.xml") , null );
    System.out.println ( "here" );
    xd.appendChild( xf );
    xd.print ( response.getOutputStream() );
    catch ( Exception e )
    System.out.println ( e.getMessage() );
    * Get Servlet information
    * @return java.lang.String
    public String getServletInfo() {
    return "demo.CuriosityKilledTheCat Information";
    }<HR></BLOCKQUOTE>
    null

  • Multiple language support and cookie

    We are developping an application with the help of Oracle Portal (9ias V2) new release.
    We use this API "wwctx_app_language.set_language" to set the language chosen by the user during
    connection to support multiple languages. When he navigates, we use this API
    "wwctx_api.get_nls_language" to know which language has been set to display the
    contect according to the language chosen during the connection. But we notice that
    the API has not properly set the session. As everytime it displays in English however the
    user has chosen some other language. Whether there is any other solution to bypass this problem (with
    the help of cookies,...etc.)
    Thanks in advance

    Not a trivial task. You will essentially have to create a UFL that converts wide char to MBCS and passes it back to report formulas. E.g. all of the fields that need to be translated will have to be in a formula - that is how UFLs work.  
    For more discussion, see these forum threads;
    Multiple language support
    Crystal Reports localization issue
    English resource files
    Also, see this help file:
    http://msdn.microsoft.com/en-us/library/ms227600(VS.80).aspx
    Ludek

Maybe you are looking for

  • Render tiff sequence starting with comp frame# in adobe media encoder?

    Hi Does anybody know how to render out a tiff sequence with AME using an after fx comp where the tiff frame numbering generated by AME reflects the same frame numbering in an After fx comp? so if my work area bar in AE comp starts at frame 73 then th

  • Password protecting a swf: effective or not?

    hi. I've created a password variable w/input text on the first frame of a swf to enable private viewing of a swf; so if you dont know the password you cant procedd to frame 2, to see the whole thing. Is this effective?

  • Imported CD's not appearing in itunes

    i have iTunes installed on a windows laptop, the iTunes library is located on an external HDD, I can import songs from HDD to library no problem, but what I cannot do is import CDs . I import as directed and it says it has imported , the track list a

  • SAP GRC Access Control - Compliance Calibrator - License Cost

    Dear all, I have some questions on Compliance Calibrator implementation. 1. Do  we have to pay additional cost for the license to implement Compliance Calibrator? 2. Since SAP GRC 5.3 is just released, which one do you recommend? SAP GRC 5.2 or 5.3?

  • Information on HR project

    Hi All, We are planing to implement SAP HR. We would like to know strengths and weaknesses of the variety of technologies SAP employs to process data, develop interfaces, send notifications, etc.: ABAP, SAP workflow, XI, etc. Please provide the infor