Oracle Lite 10 G R3 should support the Arabic charsets.

as mentioned Oracle Lite 10 G R3 should support the Arabic charsets, please can you tell me how I can save the Arabic characteres into my Mobile database(Oracle lite databse). I'm using Windows Ce 5.0 terminal.
With my best regards,

Use a UTF-8 environment.
1. In $OLITE_HOME\mobile_oc4j\j2ee\mobileserver\applications
\mobileserver\setup\common\webtogo\webtogo.ora file edit the JAVA_OPTION
to:
JAVA_OPTION=-Djava.compiler=NONE -Dfile.encoding=UTF8
2. In $OLITE_HOME\mobile_oc4j\j2ee\mobileserver\applications
\mobileserver\setup\dmc\common\win32.inf file, add/edit the following:
a. In the <file> section, add the following:
<item>
<src>/common/win32/olilUTF8.dll</src>
<des>$APP_DIR$\bin\olilUTF8.dll</des>
</item>
b. In the <ini> section, add the following:
<item name='POLITE.INI' section='All Databases'>
<item name="DB_CHAR_ENCODING">UTF8</item>
</item>
<item name='POLITE.INI' section='SYNC'>
<item name="DB_ENCODING">UTF8</item>
</item>

Similar Messages

  • Why not support the Arabic language on the Mac?

    Why not support the Arabic language on the Mac?

    Yasser99222 wrote:
    II iwork programme is not supporting Arabic language so we suffer from this
    You can ask Apple to fix iWork at
    http://www.apple.com/feedback

  • Hello I own a macbook pro and I want to know the appropriate version to purchase Photoshop supports the Arabic language

    Hello I own a macbook pro and I want to know the appropriate version to purchase Photoshop supports the Arabic language

    Please help me

  • Support the arabic texting

    I wish the PS touch can support the arabic texting

    Yasser99222 wrote:
    II iwork programme is not supporting Arabic language so we suffer from this
    You can ask Apple to fix iWork at
    http://www.apple.com/feedback

  • My system is Mac OSX 10.5.8 and your info says it should support the download of Firefox, but when it loads, I get a message that it's not supported by my system.

    Mac OSX 10.5.8 is a PowerPC computer. Your info says it should support a Firefox browser & I REALLY want one since I always liked Firefox better than Safari, but I get the message saying that my system doesn't support Firefox.
    I'd be happy to purchase a disc in order to load the Firefox software. Thanks.

    Beginning with Firefox 4, Macs must have an Intel x86 processor (which you do NOT have; yours is a PPC Mac) '''''<u>and</u>''''' OSX 10.5 or higher
    *System Requirements: [https://www.mozilla.org/en-US/firefox/4.0/system-requirements/index.html Firefox 4] [https://www.mozilla.org/en-US/firefox/5.0/system-requirements/index.html Firefox 5] [https://www.mozilla.org/en-US/firefox/6.0/system-requirements/index.html Firefox 6] [https://www.mozilla.org/en-US/firefox/7.0/system-requirements/index.html Firefox 7] [https://www.mozilla.org/en-US/firefox/8.0/system-requirements/index.html Firefox 8]
    The good news is that Firefox 3.6.24 still supports OSX 10.4 and Macs with the PPC Mac architecture. The bad news is that support for the Firefox 3.6.x series is likely to end in the first quarter of 2012.
    *System requirements: [https://www.mozilla.org/en-US/firefox/3.6/system-requirements/index.html Firefox 3.6.x]
    *Download Firefox 3.6.24: https://www.mozilla.org/en-US/firefox/all-older.html
    *Also see --> http://support.mozilla.com/en-US/kb/Installing+Firefox+on+Mac
    You can try the third-party product '''''TenFourFox''''' that supports PPC Macs. Firefox 8 version of '''''TenFourFox''''' is available. The product is based on Firefox released versions. All support is provided by the developer, not by this site:
    *Home page: http://www.floodgap.com/software/tenfourfox/
    *Developer's blog: http://tenfourfox.blogspot.com/
    *'''''VERY IMPORTANT'''''; '''read this carefully''': https://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • HT203175 The latest version of iTunes freezes my computer whenever I try to open it. Needless to say, this is infuriating. I have Windows XP, which should support the latest version. I am particularly exasperated, because iTunes compelled me to download.

    iTunes compelled me to download the latest version, before I could complete a transaction (which, needless to say, was botched). I have Windows XP, and I cannot open iTunes now without freezing or crashing my computer. This is utterly frustrating, since I can't even play any holiday music, much less update my iPod.
    Can I uninstall, and reinstall the older version? I do not need all the bells and whistles, and I detest the new format (even if it were to run on my computer)?
    I'd love to be able to access my Xmas playlist someday.

    What didn't work?  Removing everything or just the older version of Bonjour?  Did you follow the instructions in the link I provided above to walk you through the process?
    Perhaps it would be a better idea to post this in the iTunes forums, since it is an issue with iTunes and your iPod Shuffle.
    https://discussions.apple.com/community/itunes
    B-rock

  • UTF8 support in Oracle Lite

    I looks to me like Oracle Lite doesn't support the UTF8 character set for storing data. Is this correct?
    I have an Oracle 8.1.7 database using UTF8 to store English, Thai, Chinese and Philippino data, and I want to synchronise that with Oracle Lite on Windows 2000 clients. The sync seems to work ok, but any non-english characters are lost in a characterset conversion (display as "?").
    Regards
    Steve

    I'm a bit confused by your reply. Can Oracle Lite store data in a unicode characterset such as UTF8? It looks to me like the "UTF-8 support" is limited to the drivers, so that it can load and extract utf-8 data, but not store it. From section 2.2.1 of the release notes:
    "Oracle Lite Database is NOT a NLS component. In order to reduce the kernel size, it is built for each language which supports native character sets for Windows. Which means, each language has each kernel. Here are the character sets supported by this release:
    - Chinese: MS936 CodePage (Simplified Chinese GBK, ZHS)
    - Taiwanese: MS950 CodePage (Traditional Chinese BIG5, ZHT)
    - Japanese: MS932 CodePage (Japanese Shift-JIS, JA)
    - Korean: MS949 CodePage (Korean, Ko)
    The database kernel for each language in this list only supports its corresponding character set. Other multibyte character sets are not supported."
    Also the documentation on the DBCharEncoding parameter you mention suggests that it only affects the UTF translation for java programs. Section A.2.3:
    "... Specifies the UTF translation performed by Oracle Lite. If set to NATIVE, no UTF translation is performed. If set to UTF8, UTF translation is performed. If this parameter is not specified, the default is UTF8. This applies to Java programs only."
    I've tried playing with these parameters, as well as changing the NLS_LANG parameter on the client, and for the mobile server, for the Oracle Lite home, all to no avail. I'm still losing the non-english data during synchronisation and it does look like it's being lost in a character set conversion rather than just being garbled, as each Thai characters is being replaced by the correct number of "?"s. As an example the Thai string "&#3610;&#3619;&#3636;&#3625;&#3633;&#3607; &#3610;&#3619;&#3634;&#3648;&#3604;&#3629;&#3619;&#3660; &#3588;&#3629;&#3617;&#3648;&#3617;&#3629;&#3619;&#3660;&#3648;&#3594;&#3637;&#3656;&#3618;&#3621; (&#3611;&#3619;&#3632;&#3648;&#3607;&#3624;&#3652;&#3607;&#3618;) &#3592;&#3635;&#3585;&#3633;&#3604;" on the 8.1.7 database sever appears as "?????? ???????? ?????????????? (?????????) ?????" on the oracle lite database.
    Am I missing something here? If I can get this data syncronising correctly then Oracle Lite looks like it will support all our requirments so any assistance would be greatly appreciated. (Should I post this to the globilization forum or does that focus only on Oracle's enterprise editions?)
    BTW, thanks for the info on the sorting. Obviously the characterset issue is more a fundamental problem at this stage, but if we can fix this then it's good to know about the sorting abilities.

  • JDK/JRE Version support for Oracle Lite

    Hi,
    We have developed an application using jdk 1.4.x which also using Oracle9i Lite 5.0.2 release as a database. Application behaves normal except while closing it throws java exception (Exceptio Guard Page Exception) error.
    Is it because of the JDK Version we are using? What is the JDK/JRE version level supported by Oracle Lite.
    Thanks
    Krishna

    Right
    I got the same problem too.
    When my program and oracle 9i lite is running under JRE1.3.1, everything is ok.
    However, when i migrate the jre to 1.4.x, the program must fail and report DLL exception after closing.
    So trouble~!

  • How to install Oracle Lite ODBC driver without connecting the mobile server

    My Oracle Lite version is 10g R3.
    I am using branch office version application.
    I wanted to connect oracle client database(.odb file) via Lite DSN in a windows XP machine without installing the client in that device.
    Some of my users wanted to access the client database from backend which requires a DSN entry in that device.Oracle Lite ODBC gets registered in the device only when we do a setup from the mobile server or if Oracle 10g Lite MDK is installed.
    I do not want either of this to be done in my user PC. I wanted a ODBC utility which will register oracle Lite ODBC Driver (Normal & Cleint) in the user PC so that i can manually create and configure the DSN.
    Does anyone have a solution for this?
    Regards,
    Ashok Kumar.G

    Dear Sir,
    Yes, you can find the Driver here
    http://www.oracle.com/technology/software/tech/windows/odbc/index.html

  • Is oracle IDM support the local languages like Arabic?

    How to store the Arabiic user identities in the Oracle Internet Directory?
    what are the steps we need to follow to support the Arabic language with Oracle IDM.

    http://download.oracle.com/docs/cd/E10391_01/doc.910/e10364/intro.htm#sthref6
    IT has list of languages oracle support.

  • Oracle lite xsql web to go installation error

    I have installed Oracle lite in windows 2000 professional. I installed the XSQL also. I configureged web to go. I get the demo (index.html) screen. I changed the connection name in helloworld.xsql to lite. WhenI try to run it
    I am getting the following error
    XSQL-007: Cannot acquire a database connection to process page.
    java.lang.ClassNotFoundException: oracle.lite.poljdbc.POLJDBCDriver
    What should I do to correct this?
    null

    the web-to-go server portion of Oracle Lite can only be installed on NT at this time. the future relase version 4.1.1 should support solaris (per oracle support).
    After installation on the server side is complete, the web-to-go client software can be pushed down by connecting through a web browser to your web-to-go server by
    typing http://yourwebtogoservername/webtogo/setup
    the client setup.exe file that will download can be run on 95,98 and NT (per Oracle support)

  • Oracle Lite DBMS

    Hi,
    I am new to Oracle Lite implementation and in the process of understanding the planned architecture which will have central 10g standard and oracle lite on multiple locations.
    At this stage, i need oracle lite database to create database objects and provide database connectivity to java developers. So i planned to install Mobile development Kit.
    Have I correctly noticed that mobile development kit is not available on linux ? what is the equivalent product available for linux ? Does installing Mobile Server make sense?
    Appreciate links to useful articles/info to learn more on oracle lite implementations.
    TIA,
    Rakesh

    Hi,
    Support for Linux is not as strong as for Windows. A version (5.0.2.0.0) of Oracle 9i Litefor Linux is available at the following location:
    http://www.oracle.com/technology/software/products/lite/index.html
    The tar file should contain everything that you need to develop and run an Oracle 9i Lite application. You will have to get support contract from Oracle to get updates to the product.
    -- Ravi

  • Oracle Lite for Windows CE H/PC

    I have one question about Oracle Lite for Windows CE on Handheld/PC.
    Which version of Oracle Lite for Windows CE supports Java stored procedures and
    triggers and the Oracle Lite JAC and JDBC interfaces on H/PC? I have version 3.6 and 4.0.1 but this versions don't support
    JAC, JDBC interfaces, Java stored procedures and triggers ( this is written in documentation ).
    I urgently need version of Oracle Lite for Windows CE on H/PC which
    mostly supports JDBC interface because I've developed an application for
    Oracle Lite in JDeveloper with
    JDBC interface and I intend to transfer this application on H/PC ( Velo
    Phillips ) with Widows CE 2.0 operating system.
    Does such version of Oracle Lite for Windows CE which supports JDBC
    interface exist at all?
    Please help me.
    Thank you in advance.
    null

    This is a forum for Forms questions. You should ask your question on one of the database forums.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • J2me/kvm connectivity to PALM Oracle lite 8i/9i??

    I have a requirement to develop an application in Java for PALM OS with Oracle Lite 8i/9i connectivity. I want to know if j2me/kvm supports connectivity to PALM Oracle lite 8i/9i. Please help me to know what all java VM available in the market which have oracle connectivity(jdbc/odbc/whatever) for Oracle Lite for PALM.
    thanks
    dk

    Thanks for the respose. But I want to have local database in Palm Oracle lite. The oracle lite database will be on palm device. My question is, If we can commect to oracle lite on palm using jdbc/etc?
    I am new to J2Me, But what I understand by writing servlets that they will be running on a web server. But I want the program to run on PALM DEVICE(AWT/SWING) with connnnection to local oracle lite.
    regards
    dk

  • Does Oracle Lite embeded XML DB feature???

    Please tell me, whether the Oracle lite enabled XML DB feature??? Thanks!!!!

    As far as I know the Oracle Lite product does not currently support any of the XML features of the Oracle Database. What features were you looking for. Was it just XML storeage and queryiability or was it SQL <--> XML interaction. For a pure XML capability you might want to look at Sleepcat's DB-XML product. It's a programming API that lets you store, index and query XML documents. As you may have seen in the news Oracle recently purchased Sleepcat.

Maybe you are looking for