SIT API for Arabic Data

Dear All,
i am facing problam in uploading the arabic data to SIT throw API. when i import the data from excel to staging table. the arabic text is showing as question marks. if i upload throw SIT API the same question marks are showing in SIT front end screen.
Can you help me how to solve this issue.
Regards
Sai
Edited by: `sai on Nov 10, 2011 10:05 AM

Hi Hussein,
Applicaiton: 12.0.6
Database: 10.2.0.4.0
Character Set: UTF8
I am using hr_sit_api.update_sit.
In excel i have arabic Data. i have imported to the staging table. In Staging table the arabic text is showing as question markts.
I have uploaded the same Data form staging table to Oracle tables. It is uploaded successfully. After that i went and see the data from front end in SIT screen.
The data is showing as same question marks.
I want to see the arabic text in Staging tables. if arabic text is came in staging tables. then the same data will move to oracle tables.
Regards
Sai

Similar Messages

  • Oracle Provider for Arabic Data

    hi,
    i was using "OraOLEDB.Oracle" provider with VB 6.0 for my oracle application uptill now. This provider worked fine untill i wanted to work with arabic data. I have my oracle code page set to arabic with NLS_Lang = Arabic_Kuwait.AR8MSWIN1256
    Thus i can enter and retrive arabic data from the SQL interface, but if i try to enter arabic data thro VB, i get junk data.
    Pls help.
    Thankx in advance.
    Vinod

    Vinod ,
    Try setting the following custom command property for the provider.
    myCommand.Properties("NDatatype") = True.
    Also set the font of the text field in which you are taking the input
    to Tahoma or some font supporting unicode.
    regards
    Jagriti

  • Building a Oracle 10g db from the scratch for arabic data

    I want to create a new db in Oracle 10g for storing the arabic data.
    My client machine is Arabic Windows XP.
    What are the steps that i will need to follow to make the db arabic supported.
    What streps will be required if i choose to make it unicode supported?

    Configuring the database character set to AL32UTF8 will allow the database to store any character that can be represented in the UTF-8 character set in a CHAR/ VARCHAR2 column. So that would allow you to store Arabic data in CHAR/ VARCHAR2 columns.
    The client-side configuration that is necessary will depend on the sorts of client applications you are using. Normally, you would set the NLS_LANG to match the client code page, which is presumably one of the Windows code pages (probably Windows 1256 if you're using an Arabic install).
    Justin

  • Oracle Driver For Arabic Data

    hi all,
    My problem is, in my oracle UI, i can write an insert statement and enter arabic data into my oracle database. But if i try to execute the same SQL statement from VB, the data goes all corrupted, and i cannot retrieve the arabic data in arabic format from the database. Am trying to find out, what driver i shud use so that i can update and retrieve arabic data from my database. When i give a select statement in oracle the data appears as ??????????. Please help.
    Thankx in advance
    Vinod Cherian

    Vinod ,
    Try setting the following custom command property for the provider.
    myCommand.Properties("NDatatype") = True.
    Also set the font of the text field in which you are taking the input
    to Tahoma or some font supporting unicode.
    regards
    Jagriti

  • Is there a Java API for Tree data structure?

    Hi,
    I am wondering is there any Java API to work on Tree based data structure.
    I could read in some forums / sites that teach me how to create tree based objects using collection.
    But I wanted to know is there any core java API that can be used directly for tree based operations. (like binary tree or other type of trees)
    Please comment on this doubt.

    Headed using google and other stuff not found one.
    Suggestion: Why not start building the one, its a good idea to do that, isn't it.

  • Best suited CHARSET for ARABIC DATA STORAGE ???

    HI,
    I need to design an Web based application (with database as Oracle 8.1.7 and on WINDOWS NT4.0 platform), that would handle ENGLISH as well as ARABIC (SAUDI ARABIA) data. So i need to store data in both languages.
    Which is the best suited CHARSET that you would suggest me to use?
    - UTF-8 format.
    - AR8ISO8859P6.
    I have tried using AR8ISO8859P6 setting , but when i try save data from any front end , it stores junk data "??????". i even tried created table withNVARCHAR2 field type.
    also i have tried out UTF-8 format ,it works fine for me, but still i need to know why the "AR8ISO8859P6" format CHARSET does'nt work fine for me .
    pasted below is my NLS_DATABASE_PARAMETERS display.
    SQL> select * from nls_database_parameters;
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET AR8ISO8859P6
    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 TZH:TZM
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZH:TZM
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_NCHAR_CHARACTERSET AR8ISO8859P6
    NLS_RDBMS_VERSION 8.1.7.0.0
    18 rows selected.
    Please help......
    You can also contact me on [email protected]

    try this american_america.ar8msawin
    good luck
    or american_america.ar8mswin1256

  • 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.

  • How to use the API for DATE, MONTH  AND YEAR

    I would like to use the java api in .util.calender in the java api to get the date.
    How to implement the API for the "DATE","MONTH","YEAR" which are available provide by java?
    can someone give me in one complete code?

    From the Java Developers Almanac 1.4:
        Calendar cal = new GregorianCalendar();
        // Get the components of the date
        int era = cal.get(Calendar.ERA);               // 0=BC, 1=AD
        int year = cal.get(Calendar.YEAR);             // 2002
        int month = cal.get(Calendar.MONTH);           // 0=Jan, 1=Feb, ...
        int day = cal.get(Calendar.DAY_OF_MONTH);      // 1...
        int dayOfWeek = cal.get(Calendar.DAY_OF_WEEK); // 1=Sunday, 2=Monday, ...

  • Reproting tool(api) for exporting in xls files in different templates

    Hi
    I need api for exporting data into xls files. DIfferent reports everyone has own template and data.
    Please suggest some free java APIs or tools that can be intergrated with java web application easy.

    you should use windward reports. we can use excel for the template, report, and now even the data source. And our design tool is word/excel/powerpoint, so you're already trained. you need a powerful, secure enterprise-level Java/J2EE reporting engine to back your critical reporting and document generation systems.
    The Windward Engine installs easily, runs on one or more servers as part of your server-based application, and can easily produce hundreds of thousands of reports per day on a single server. The server is a pure Java product (and also is available as pure .NET).
    Even better news for you guys: When combined with the Windward report design tools AutoTag and AutoTag Max, users design, schedule and run reports from within Microsoft Office. That means you can turn over reporting to the business group and get back to more interesting work.
    You don't have to take my word for it. Check out this [robust Java reporting engine|http://www.windwardreports.com/java.htm?source=pday909&campaign=pday909&utm_source=everyr&utm_medium=post&utm_campaign=pday909&id=203] for yourself.

  • Arabic Data Migration

    Trying to migrate Arabic data from sql server 2000 to Oracle 9i. Getting question marks for Arabic data in the target oracle database. Are there any settings in workbench related to language specific issues.

    We are using 3 data base for the appllication developed in java.
    One of our common table containing all the country location ( post code / zip ) details. Problem is that this details are insert to the data base using SQL*PUS or Sql command line available while installing oracle 10g / 10g express data base.
    But when we run sql script with special characters like МП Летище Бургас ( Bulgarien )
    INSERT INTO beoatlas2.OPTION(LANGUAGE,VERSION,TYPE,module,CODE,description,bemerkung,description2,description3) VALUES('DE','SCPRLD','122','ALL','BG001002','МП Летище Бургас','','','ext');
    or Β΄ ΘΕΣΣΑΛΟΝΙΚΗΣ ( Griechenland - greece )
    INSERT INTO beoatlas2.OPTION(LANGUAGE,VERSION,TYPE,module,CODE,description,bemerkung,description2,description3) VALUES('DE','SCPRLD','122','ALL','GR002002',N'Β΄ ΘΕΣΣΑΛΟΝΙΚΗΣ','','','ext');
    it returns as ?????? marks . i set NLS_LANG to AL32UTF8 using command set NLS_LANG=AMERICAN_AMERICA.AL32UTF8
    then also it displaying as ???????
    I need to insert these details properly in Linux and windows Os using sql command line .
    Any sujections are appreciated . Its very urgent .
    Thanks & Regards
    Shibin Thomas
    [email protected]

  • Bulk API V2.0 Data extract support for additional objects (Campaign,Email,Form,FormData,LandingPage)?

    allison.moore
    Any plans for adding following objects under Bulk API V2.0 for data extraction from Eloqua. Extracting the data using the REST API for these objects makes it complicated.

    Thanks for quick response. Extracting these objects using REST API in depth=Complete poses lots of complication from the code perspective since these object(s) contains multiple nested or embedded objects within it. is there any guideline on how to extract these objects using REST so that we can get all the data which is required for analysis/reporting.

  • IMPORT_COUNTREQUEST API for Physical Count form data load?

    Dear All,
    Please clarify whether I can use the IMPORT_COUNTREQUEST API for physical count form data load...?
    or which other API does the job other than dataload through dataloader..
    Please update...
    many thanks in advance....

    Hi,
    We believe instead of using IMPORT_COUNTREQUEST API you can use a Dataload script to key in data in Physical Inventory form.
    Basically you need to populate 4 fields in this form, i.e Physical Inventory, Date, Description & Snapshot Complete (checkbox).
    Go ahead and write a Dataload script for the same.
    Regards,
    S.P DASH

  • API & sample examples for the data integration to Oracle WMS.

    Hi All,
    Is there any API support for the data integration to Oracle WMS?
    and after that, we want to take the data from WMS to Oracle E-Business Suite..
    Please send the link from where we can find the API and sample examples..
    Any help would be highly appreciated
    Thanks,

    Hi Sanjitanand,
    Thanks for your reply.
    What i are trying is;
    I want to develop generic interfaces using Oracle API; which will help us in sending the RFID related data to WMS and then to EBS.
    My input will be xml or flat files, i'll parse that; get the data and want to send this RFID data to WMS and from WMS to EBS..
    If you have any sample examples/ docs / code etc , pls send me same..
    Any help would be highly appreciated
    Thanks,

  • Data Warehouse:java.lang.NoClassDefFound Error while using OWB API for Java

    I was writing code to use the OWB APIs for Java:
    I have imported the folowing files:
    oracle.owb.connection.RepositoryManager;
    oracle.owb.connection.OWBConnection;
    oracle.owb.connection.ConnectionFailureException;
    when jvm tries to get instance of Repositary Manger by the following code
    reposManager = RepositoryManager.getInstance();
    I get the following exception:
    Exception in thread main
    java.lang.NoClassDefFoundError: com/objectspace/jgl/HashMap
    I have checked my OWB and Java environment but I cant locate com/objectspace/jgl.jar file. Can some one tell me were this jar is located in so i can import it.

    Either use some criteria you develop related to one of the keys on the table or use some sort of record limiting method.
    Note the method of limiting will vary related to the database you are using. You will have to look at the documentation.
    For example I am told this will work in MySQL to get 200 records starting at record 100.
    SELECT * FROM myTable ORDER BY whatever ASC LIMIT 100,200
    Because you are running out of memroy I assume the table is large,
    I am not sure what the impact of the above will have on performance because if in the above if the order by is not based on an index at the server level all the records will be selected and sorted before the records are limited.
    I would make sure you have an appropriate index.
    If you use the advanced search over the user forums using "resultset paging" and possibility the database you are using you should be able to get some ideas.
    I hope this makes sense to you.
    rykk

  • Required setting for Locale values for Arabic db in oracle 10g

    I want to create a new db in Oracle 10g for storing the arabic data.
    My client machine is Arabic Windows XP.
    What are the steps that i will need to follow to make the db arabic supported.
    What streps will be required if i choose to make it unicode supported?
    Setting the following:-
    1. Set Database Character Set to AL32UTF8 for the Oracle Server.
    2. Set the NLS_LANG to ARABIC_LIBYA.UTF8 (on Arabic Windows xp)
    Will do the work?

    The database character set should be AL32UTF8 for Unicode support. This is a recommended setting.
    As far as NLS_LANG is concerned, this strongly depends on how your client application is written (what technology, which Oracle access API). For example, for SQL*Plus, the NLS_LANG must be set to AR8MSWIN1256, as SQL*Plus does not support Unicode on Windows, only the ANSI code page. For SQL Developer, the NLS_LANG does not matter at all.
    -- Sergiusz

Maybe you are looking for