How to see multilanguage data in web forms9i

Hai Everybody
I have installed 9i Developer Suite & 9i database in the same machine our application has to display multilanguage data like malay,chinese and english. our database is Parameters are as follows
PARAMETER          VALUE
NLS_LANGUAGE          AMERICAN
NLS_TERRITORY          AMERICA
NLS_CHARACTERSET     UTF8
NLS_DATE_LANGUAGE     AMERICAN
NLS_NCHAR_CHARACTERSET     AL16UTF16
Also I have set NLS_LANG=AMERICAN_AMERICA.UTF8 in associate home (In the Regedit both client & server home)
I have create the sample table which has datatype varchar2(100) & nvarchar2(100) and I have inserted chinese character into both columns based on this table using NJSTAR communicator. Now i have created the sample form after running that form against web.i couldn't see the data in their chinese languages. I am able to see only junk data (some square boxes).basically 9i can run only against web. for that i have set it NLS_LANG = SIMPLIFIED CHINESE.ZHS16GBK in the \oracle\orad2k\forms90\server\default.env file. Also In the default browser I have given <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">.Still i could not see the chinese data.
What should i do to see the data in their chinese languages.How to acheive this one in the web. Also while i am inserting the chinese data, without using NJSTAR ,is there any way to insert the data into oracle.
Please help me it is very very very urgent for me.
Thanks in advance
Pavendhan.N

Namachivayam,
What is your client operating system? What is your regional options? Which version of JInitiator are you using?
Regards,
- Makoto

Similar Messages

  • How to see multilanguage data in forms9i

    Dear All,
    I have installed 9i Developer Suite & 9i database in the same machine.our application has to display multilanguage data like malay,chinese and english.our database is character set is AL32UTF8. Also I have set NLS_LANG=AMERICAN_AMERICA.UTF8 in associate home (In the Regedit both client & server home)
    I have create the table which has datatype varchar2 & nvarchar2. Also I have inserted chinese character into
    both columns based on this table . Now i have created the sample form after running that form against web.i couldn't see the data in their chinese languages. I am able to see only junk data (some square boxes).basically 9i we can run only against web. for that Even i have set it NLS_LANG = SIMPLIFIED CHINESE.ZHS16GBK in the \oracle\orad2k\forms90\server\default.env file. Also In the default browser I have given
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">.Still i could not see the chinese data.
    What should i do to see the data in their chinese languages. Please help me it is very very urgent for me.
    Thanks in advance
    Pavendhan.N

    Hi,
    actually if you see data garbaged then this points to a wrong character set used for the application. on the Web Forms9i uses the NLS setting that is defined in the default.env file in the forms90/server directory. Since you only can set one NLS parameter you should look for a character set that can render all language strings you use.
    Frank

  • HOW WE CAN DISPLY DATE IN WEB-DYNPRO

    Hi friend,
    i want to one example to up load the date format in web-dynpro abap.
    THA

    Hi Vikash,
    >
    vikash wrote:
    > Hi friend,
    >
    > HOW WE CAN DISPLY DATE IN WEB-DYNPRO
    >
    > THA
    if you want to see date calender help in your view, you have to add an input field in the view and bind it with a context attribute of type dats.
    Regards
    Pranav

  • Regarding how to pass the data from web dynpro to workflow

    hi gurus,
    how to pass the data from web dynpro to workflow.
    Regards
    vijay

    Check this [thread|SAP_WAPI_START_WORKFLOW;

  • How to pass the data from web dynpro to workflow.

    hi gurus,
    how to pass the data from web dynpro to workflow.
    Regards
    vijay

    Hi
    you can use function module
    data   ls_input_container  TYPE swr_cont.
    data   lt_input_container  TYPE TABLE OF  swr_cont.
    CALL FUNCTION 'SAP_WAPI_START_WORKFLOW'
        EXPORTING
          task            = ptask
        IMPORTING
          return_code     = lv_return_code
          new_status      = lv_new_status
        TABLES
          input_container = pinput_container
          message_lines   = lt_message_lines
          message_struct  = lt_message_struct.
    where you pass the data in imnternal table "pinput_container" as
      ls_input_container-element = 'KUNNR'.
      ls_input_container-value = ls_skna1-kunnr ."wd_this->lv_kunnr.
      APPEND ls_input_container TO lt_input_container .
      ls_input_container-element = 'CLUSER'.
      ls_input_container-value = lv_cluser.
      APPEND ls_input_container TO lt_input_container .
      ls_input_container-element = 'BUKRS'.
      ls_input_container-value = lv_bukrs. " youe value as per requirement.
      APPEND ls_input_container TO lt_input_container .
      ls_input_container-element = 'VKORG'.
      ls_input_container-value = ls_sknvv-vkorg. " youe value as per requirement
      APPEND ls_input_container TO lt_input_container .
      ls_input_container-element = 'VTWEG'.
      ls_input_container-value = ls_sknvv-vtweg. "youe value as per requirement.
      APPEND ls_input_container TO lt_input_container .
      ls_input_container-element = 'SPART'.
      ls_input_container-value = ls_sknvv-spart. "youe value as per requirement.
      APPEND ls_input_container TO lt_input_container .
    *Also Forgot to mention where ptask is your workflow ID *
    Regards,
    Arvind
    Edited by: Arvind Patel on May 14, 2010 7:38 AM

  • How to see the datas stored in DBMS_SQL.Varchar2S variable?

    how to see the datas stored in DBMS_SQL.Varchar2S variable?
    it says error if i use dbms_out.put_line.

    in PLSQL :
    procedure p_try (p_test IN OUT DBMS_SQL.VARCHAR2S) is
    begin
        p_test.delete ;
        p_test(    -3000) := '===============' ;
        p_test(       22) := 'Hello'  ;
        p_test(    55555) := 'World' ;
        p_test(987654321) := '===============' ;
    end p_try;
    set serveroutput on
    declare
         l_test dbms_sql.varchar2s ;
         i number ;
    begin
         p_try (l_test) ;
         i :=  l_test.first ;
         while i >= l_test.first and i <= l_test.last loop
                 dbms_output.put_line (l_test(i)) ;
                 i := l_test.next(i) ;
         end loop ;
    end ;
    ===============
    Hello
    World
    ===============when using Forms, you would use TEXT_IO instead of DBMS_OUTPUT

  • How to see the data records for a dso based upon the request id?

    Hi all,
    How to see the data records based upon the request id on the dso.
    I need to see the data for a dso based upon the request id 444493 loaded from another dso through repair full update.
    thanks

    Hi,
    Step 1: select your request from DSO request tb
    Step 2: Select your DSO just above your contents/requests/reconstruction tabs
    Step 3: Click contents(Spectacles symbol) in the top area of your screen
    Step 4: Slect the required fields
    Regards,
    Suman

  • How to see refcursor data while debugging

    Dear Guru,
    I have below procedure.
    create or replace
    PROCEDURE Main_Proc
    RS_1 OUT TMRS_UTIL_PKG.RefCsr
    AS
    L_Excecution_Status NUMBER;
    L_Sql_Code VARCHAR2(1000);
    L_Sql_Error VARCHAR2(1000);
    a NUMBER;
    BEGIN
    -- Initialize Execution Status.
    G_Excecution_Status := 0;
    G_Sql_Code := 'C';
    G_Sql_Error := 'E';
    DBMS_OUTPUT.PUT_LINE('Entered in Main_Proc.. ');
    -- Return Resultset
    OPEN RS_1 FOR
    SELECT 'This output is from Main_Proc' AS Main_Proc_OP
    FROM DUAL;
    DBMS_OUTPUT.PUT_LINE('Left Main_Proc.. ');
    G_Excecution_Status := L_Excecution_Status;
    G_Sql_Code := L_Sql_Code;
    G_Sql_Error := L_Sql_Error;
    EXCEPTION WHEN OTHERS THEN
    G_Excecution_Status := 1;
    G_Sql_Code := SQLCODE;
    G_Sql_Error := 'In Main_Proc SP => '||SQLERRM;
    END Main_Proc;
    I just want to see output contain in RS1.
    I am using SQL Developer 3.0
    Could anybody help me.
    Regards
    Sanjeev

    When running a procedure with output cursor variable(s) the result is in structured output window (modulo bugs exposed in EA1).
    You are asking how to view cursor data during debuging, however, and support of complex datatypes, cursor including, is limited. On the other hand, I can imagine that during debuging session you would step inside the calling procedure, where you would extract cursor data row-by-row into some other data structures. The idea I fail to understand is why somebody is not satisfied watching those data structures themselves. As Java developer, I have never peeked into the content of ResultSet (which is essentially client-side cursor in Java)!

  • How to see the data after deploying

    Hi, I installed owb 9.2.0.2 and created a test mapping and deployed it successfully. It inserted few rows in my table. How can i see the data which was inseted other than SQLplus.
    Can i view data trough any OWb reports or do I need to use discoverer or report tools to view the data.

    Hi Sam,
    SQL Plus is one route, the other is indeed Discoverer or any relational query tool. For 10gR2 we are adding data viewers so you can see this directly in OWB.
    Jean-Pierre

  • How to see Chinese data using SQL Plus?

    Hi,
    Is it possible to see the Chinese character string saved in the database by using English version Sql Plus? The following data is set up in the table NLS_DATABASE_PARAMETERS in my oracle database. I'm really appreciated if anybody could help me.
    Thanks,
    Suwei Ma
    [email protected]
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET UTF8
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    PARAMETER VALUE
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZH:TZM
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZH:TZM
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_NCHAR_CHARACTERSET UTF8
    NLS_RDBMS_VERSION 8.1.7.4.1

    Thanks for your repley. I don't think I need to change NLS_CHARACTERSET setup because I can load Chinese data into the database and also can see the data by running Chinese tool like NJStar Communicator. Therefore, I probably need to change the session level parameters, but not sure.

  • How to see variable Data at the time debugging procedure in oracle toad 9.1

    Hi all,
    I am not able to see variable Data at the time of debugging procedure in oracle toad 9.1 .
    Any help would be appreciated .
    Regards,
    P Prakash
    Edited by: prakash on May 30, 2011 1:37 AM
    Edited by: prakash on May 30, 2011 1:37 AM
    Edited by: prakash on May 30, 2011 1:37 AM

    You might be aware Toad is not an Oracle product, so you need to post this at the forums of Quest, http://www.questsoftware.com
    Sybrand Bakker
    Senior Oracle DBA

  • Option to see more data in web template

    Hi experts,
    I am changing one web template with some graph and chart web item...after execution,one graph web item displays only top 10 items data...I want to change it so the user will have the option of choosing if he wants to see whole dataset or only top 10 items...how can I do this
    I checked that this web item is based on a query which has condition for top 10 items...I guess this should be removed so the user will have the flexibility to choose...what do I need to do more to web template or graph web item so my user can decide if he wants to see whole dataset or just top 10 items....?Thanks for your help.
    Regards,
    P Olin

    Hi
    Thanks for your reply.
    My user requirement is like this.
    He has one table which shows top 10 items in webtemplate.He would like to have a choice where he can decide if he wants to see top 10 items or all data...he would like it in the form of a button on the side of table or by rightclicking on table and activating and deactivating top 10 option....this is what he suggested to me...I checked the webitem.Its based on query where top 10 condition is active....Please advise me how can I achieve this one...
    Rgds

  • How to see what data fields are linked to

    OK, not sure if that is even how to ask for what I am looking for. I am using Jetform Design version 5.3. There is a file at my company that was created before I took over as Systems Admin and one of the fields is cutting off the test string.  It is actually the text pay line on a check ie. One hundred twenty three thousand and.......It stops at the word and. It is pulling data from our ERP system somehow and has been confirmed that it does print the cents amount when not printing thru Jetforms to Adobe Central Server.  Somewhere in the conversion those final words are getting lost and I have no clue where. I don't know how to look at the link of that pay field on the form.  Can somebody please try and give me a hand. Thanks alot!

    Can you take a look into the data file (eg. DAT file) which is used to merge with the Jetform template?
    I suppose you could see some text like:
    ^field FD_PAY_TEXT
    One hundred twenty three thousand and ...
    Please be noted that FD_PAY_TEXT is sample. It could be another name. Then, opening Jetform template by Output Designer and seeking a textbox named FD_PAY_TEXT. You can use the combo box (in the top-right side) that listing all of objects in current template to reach a specified object.
    Hope it helps.

  • How to keep entering data in web pages

    hi,
    i am using ADF 11g 2 release. I have remote application connect with ADF jar lib and local application. when i enter data to my local application and redirect to remote application and enter the data their also. But when I link to local app page via url view but I entered data is not there. I am not commited any page data. In remote app... alos link but there also no data. how to keep them??
    all page in taskflow and they connect with control flow case. I made Auto submit true and immediate true for text component.. but no any change.
    can not use any setting changes? Need java coding for both application??
    hoping chance..
    thanks.

    hi,
    I have developed ADF 3 web applications. 2 of them are connect as ADF jar lib files in other application. That application name is local application and other 2 mentioned as remote application(jar lib files). those are in taskflowcall. IN my Local Application which has Application Module. so I selected remote application's Application modules as Application Module Instances. Then in my Local Application DataControl which include that added Application Modules inside the local application DataControl. which are in nested. Remote application DataControl also appear in the local app DataControl.
    Problem is I want to save all applications data through my local application. therefore I link to first remote app and enter data but not commit ,then come back to local app.. and enter data and again goto first remote app again, BUT entered data Not there. so I want to keep them and save all 2 remote app data and local app data.
    DCDataControl dc = bc.findDataControl("TestRemoteAppDataControl"); // *<-- this is one of my remote application Data control name..*
    ApplicationModule am = (ApplicationModule)dc.getDataProvider();
    am.getTransaction().commit();
    dc.commitTransaction();
    this code is not worked. BUT local app data only saved using below code...
    BindingContext bc =BindingContext.getCurrent();
    DataControlFrame dcf= bc.findDataControlFrame(bc.getCurrentDataControlFrame());
    Collection<DCDataControl> dcCol =dcf.datacontrols();
    for(DCDataControl dCDataControl : dcCol) {
    if(dCDataControl.isTransactionDirty()){
    try{
    dCDataControl.commitTransaction();
    catch(Exception e) {
    FacesContext facesContext = FacesContext.getCurrentInstance();
    facesContext.addMessage(null, new FacesMessage(FacesMessage.SEVERITY_ERROR, e.getMessage(), null));
    e.printStackTrace();
    thanks ,hopping chance.
    any who know this??
    thanks.

  • How to see the data in data containers when working on Generic Sync ?

    Hi All,
    I am working on Mobile Sales For HandHeld Generic Sync based application. To check the data transafer from Mi Client > MI server> CRM backend, we are using Generic Sync Queue Monitor in NWA. But how to check the actual dara in data containers showed on the monitor? Any specific transaction ( e.g. merep_mon for smart sync) to chk the same?
    Thanks & regards,
    Rucha Atre

    Hi,
    This is a tedious process of viewing the data in the containers since there is no tool to monitor the same. The data sent from the client is stored MESYHEAD and MESYBODY. Once the entire processing is completed then the entries from this table is deleted. If the processing has failed or not taken place then the entries will in this table.
    Data Containers will name value pairs with field name and data in the data field. This table will also contain data from smart sync applications.
    Thanks..
    Preetham S

Maybe you are looking for