Storing Foreign Characters in oracle 9i Lite Client Database.

Hi All,
My Database configuration Is
RDBMS VERSION 9.0.1.1.1
NLS_CHARACTERSET AL32UTF8
NLS_NCHAR_CHARACTERSET AL16UTF16
NLS_LANGUAGE AMERICAN
NLS_TERRITORY AMERICA
Operating System Windows 2000
My Oracle Lite configuration Is
Oracle9i Lite Release 5.0.2.0.8
Client Locations:
Africa,Europe,Asia,America
Currently all clients store data only in English in the client odb either through java and oracle forms applications.
We want to now store data for some specific tables, in the clients own language.Also we should be able to retrieve that data and see that data as it was entered.
For example :
The client in china after downloading the odb should be able to enter the data for that specific tables in the Chinese language.(They use windows 2000/XP English version).
1. What are the settings i need to do in the client environment?
like installing Chinese font or setting NLS_LANG parameter etc...
2. What are the settings i need to do in the server environment?
Because there should not be any loss of any data or junk values getting stored instead of actual values entered by clients.
Also when i query that specific tables in the oracle database after synchronization i should be able to view that data entered by the clients in their own language.
Eg:data entered by china clients should be visible in chinese fonts,
data entered by brazil clients should be visible in brazilian fonts,
data entered by vietnam clients should be visible in vietnamese fonts.
3. will there be any synchronization issues when clients try to sync after data entry with
their own languages?
Please do advice on these issue...........

I have given you the info of how to set up Oracle Lite for UTF8. I can only point you in the direction for globalization on the enterprise server. Also note that Oracle Lite only support NLS_LENGHT_SEMANTICS=BYTE, your EE database will be CHAR, so you have to alter the session paramter before you create the repository and/or publish your application.
Here is a Oracle Document on Globalization:
http://www.oracle.com/technology/tech/globalization/pdf/TWP_AppDev_Unicode_10gR2.pdf
Here is what Oracle Lite's Developers Guide has on development of linguistic sorts:
2.11 Support for Linguistic Sort
Linguistic sort is a feature for the ASCII version of Oracle Database Lite. It produces culturally acceptable order of strings for a specified language or collation sequence. The ASCII version supports several code pages defined by single-byte 8-bit encoding schemes. Each of these code pages is a super set of 7-bit ASCII, and the additional accented characters necessary to support a group of European languages are included in the upper 128 bytes. A new string comparison mechanism is provided that produces strings in a linguistically correct order by mapping each collation element of a string to the corresponding 8-bit value of the supported code page.
2.11.1 Creating Linguistic Sort Enabled Databases
The linguistic sort capability must be enabled when the database is created using the CREATEDB command line utility with the <collation_sequence> enabled.
Note:
For more information on the CREATEDB utility, see Section A.2, "CREATEDB".
The behavior of the ORDER_BY clause and the WHERE condition are determined by how the NLS_SORT parameter is implemented. Binary sorting is the default setting, and is used unless the <collation_sequence> parameter is set to use the linguistic sort ordering rules.
NLSRT is not supported in the current version of Oracle Database Lite. Therefore, NCHAR data type is not yet available.
2.11.2 How Collation Works
Collation refers to ordering of strings into a culturally acceptable sequence. A collation sequence is a sequence of all collation elements from an alphabet from smallest collation order to the largest. Once a collation sequence is given, orders of all strings from the same alphabet are fixed. As such, the collation sequence encodes the linguistic requirements on collation. A collation element is the smallest sub-string that can be used by the comparison function to determine the order of two strings.
2.11.3 Collation Element Examples
Normally, a collation element is just one character. In binary sorting, only one property, the code value that represents a character, is used. But in linguistic sorting, usually three properties. The primary level of difference is the base character. The secondary level of difference is for diacritical marks on a given base character. The tertiary level of difference is for the case of a given character. Punctuation can function as a fourth level of difference, but comparisons for punctuation occur last and are made at the binary rather than the linguistic level. These are used for each collation element. The following sections contain examples that demonstrate sorting priorities.
2.11.3.1 Sorting Normal Characters
This section lists a set of examples that describe how to sort normal characters.
Example 1
'a' < 'b'. There is a primary difference between them on the character level.
Example 2
'À' > 'a'. This difference occurs on the secondary level. Note that 'À'and 'a' are considered "equal" on the primary level.
Example 3
'À' < 'à' in FRENCH but 'À' > 'à' in GERMAN. This difference on the tertiary level. Note that 'À' and 'à' are considered being "equal" on the primary and secondary level. Also note that the case convention may be different for different language.
Example 4
'às' < 'at'. This is a difference on the primary level. This example shows the role of difference levels: the lower level differences are ignored if there is a primary level difference anywhere in the strings.
Example 5
'+data' < '-data' <'data' <'data-'. If strings are compared and present no difference on the primary, secondary, or tertiary levels, they are compared for punctuation.
2.11.3.2 Reverse Sorting of French Accents
Some languages, particularly French, require words to be ordered on the secondary level according to the last accent difference. This behavior is known as French secondary sorting or French accent ordering.
Example
'côte' < 'coté' in FRENCH but 'coté' < 'côte' in GERMAN. Note that the secondary difference of 'e' and 'é' occurred later than those of 'ô' and 'o'.
2.11.3.3 Sorting Contracting Characters
There are some special cases where two or more characters in a group can function as a single collation element. These types of collation elements are called 'contracting characters' or 'group characters'. In these cases each of these characters properties are assigned appropriate values.
Example
'h' < 'ch' < 'i' in XCZECH. Here 'ch' is assigned a primary property value which differentiates it from 'h' and 'i', such that 'h' < 'ch' < 'i'. Note that 'ch' is treated as a single character.
2.11.3.4 Sorting Expanding Characters
If a letter sorts as if it were a sequence of more than one letter, it is called an 'expanding character'. For example, in German the sharp s (ß) is treated as if it were a string of two characters 'ss' when comparing with other letters.
2.11.3.5 Sorting Numeric Characters
Only sorting of single digit characters from '0' to '9' is currently supported. For the supported European languages a digit character is always sorted as greater than any alphabetic character. For other languages this may be not the same. Other numeric characters such as Roman numeric characters and counting sequences, such as "one", "two", "three", are not supported at this time.
Example
'1' > 'z' in any European language, '1' < 'a' in LATVIAN. Note that this difference occurs on the primary level.

Similar Messages

  • Oracle Database Lite Client database performance

    Hi,
    I need to know well does Oracle databse lite client databse works if it contains 3-3.5 GB data? Does it get sluggish beccause the maximum allowed is 4 GB?
    Regards
    Roomap

    We had similar problems during the processing phase (delay here points at a client device issue).
    We use Dell and HP PDAs, and have databases up to about 40MB. During the acceptance testing a couple of years back we were finding that the processing phase could be upto about 25 minutes on new builds/complete refresh
    We tested out a few different scenarios that might help
    1) clear down databse files and odbc.txt (this will force a complete rebuild without affecting any parameters) with the SD installed
    2) repeat the above, but remove the SD card before the sync (this forces the databases to be put into my device/built in storage
    3) try different types of SD cards
    our results found that we would on average get
    1) 15-20 minutes
    2) 2 minutes
    3) big variance of 2.5 to 20 minurtes, but consistent by manufacturer
    It seemed that the different speed SD cards made a big difference, and even cards nominally the same speed from different manufacturers were very different in practice.
    In some cases (Kingston was one i think), Japananese manufactured cards were much better than the european ones, even though they were supposed to be identical.
    If you get a difference between the processing phase when using SD cards vs using main memory, i would expect the cards to be the issue.
    NOTE we have also had issues where the user pressed the power off whilst the application was processing (we have some end of visit checks that can take up to 90 seconds). If this happened and they later resumed, the process would continue, but the few milliseconds delay in repowering the SD card was enough to cause device read and write errors. Again some cards were worse than others

  • Redistribute Oracle 9i Lite client

    Hi,
    I'm having troubles to redistribute Oracle lite with my application on the Windows platform (to Windows '95 up to Windows XP).
    How do I redistribute Oracle 9i Lite with my windows application?
    Thanks in advance,
    Peter Rakké

    Install a fresh Mobile Client for Windows 32 on your Windows XP machine and launch msync.exe. Provide username/pwd and the Mobile Server URL. Select sync. This will create a fresh mobile db and install your Windows application

  • Problem storing Russian Characters in Oracle 10g

    We are facing an issue in one of our sites which is in Russian Language. Whenever data is submitted with Russian Characters it saves it as Question mark(upside down) in the database. Database is not supporting these characters.The character encoding is done in UTF-8 format from the front end.
    This code use to work fine with Oracle 9i database but after the upgradation to Oracle 10g this problem has started occuring. We have not made any changes to the code after the upgradation of the database.
    How can we resolve this and what are the settings that we can do to make this work fine?

    What is your database character set and national character set?
    SELECT *
      FROM v$nls_parameters
    WHERE parameter like '%CHARACTERSET';Are you storing the data in CHAR/ VARCHAR2/ CLOB columns? Or NCHAR/ NVARCHAR2/ NCLOB?
    Justin

  • Date format for oracle lite client database

    hello....
    When data is entered opened on the oracle lite webtogo OC4J client is giving the following errors:
    JBO-25009: Cannot create an object of type:java.sql.Date with value:2/21/08 12:00 AM
    JBO-27014: Attribute CreationDate in AppModule.ApplicantIncomesView1 is required
    JBO-27024: Failed to validate a row with key oracle.jbo.Key[85685 ] of type AppModule.ApplicantIncomesView1
    Which date format is supported on the OC4J client?The application has been developed using Jdeveloper JSF/ADF BC technology.

    user6998712 wrote:
    Hi all,
    My client has installed Oracle Lite version 10.3.0.3. Oracle Lite Database file (ODB) tends to grow too large. Oracle recommends resizing the Oracle Lite database by running Defrag.exe tool. please post URL where this is documented

  • Administer defrag remotely for Oracle lite client database?

    Hi all,
    My client has installed Oracle Lite version 10.3.0.3. Oracle Lite Database file (ODB) tends to grow too large. Oracle recommends resizing the Oracle Lite database by running Defrag.exe tool. But it has to be installed manually on each handheld device. Does anyone know how to administer Defrag.exe remotely from Oracle Lite Server or can it be done in another way?
    Thanks.

    user6998712 wrote:
    Hi all,
    My client has installed Oracle Lite version 10.3.0.3. Oracle Lite Database file (ODB) tends to grow too large. Oracle recommends resizing the Oracle Lite database by running Defrag.exe tool. please post URL where this is documented

  • Problem in storing korean Characters in Oracle 10g

    Hi All,
    Below are the current setup.
    OS : Windows
    Oracle Version : 10G
    Database Character Set : AL32UTF8
    NLS_LANG = KOREAN_KOREA.KO16MSWIN949 (in windows)
    I can able to see Korean characters in MS Word & MS Excel. I copied some of the korean characters
    and pasted in notepad and saved the file in UTF format. I tried to insert that data using sql loader.
    After inserting the data, I could find only unknown characters with lots of ??? symbol. I have also
    changed the data fonts to korean language in TOAD. But I can find only non-korean characters in
    the table.
    Please advise me, whether any other settings to be changed or provide step-by-step procedure to store
    the korean data in database.
    Regards,
    Ramesh

    Unable to insert Korean Language in Oracle 10g

  • Storing chinese characters on Oracle 8.0.6

    My development environment is Oracle 8i (8.1.5), with a database setup with langange/territory/charset as /American/America/US7ASCII. I use the 8i jdbc thin driver in my servlet to store chinese characters to the database and everything is fine. However, in the production environment, somehow I need to use oracle 8.0.6 and the database nls setup is American/America/WEC8DEC, but some (not all) could not be displayed. Is this the wrong nls setup, or due to jdbc driver (8.0.6). Please help!

    Neither your database character set nor your national character set support Chinese characters. Both character sets are set to use the ISO 8859 character set, which only stores English and Western European characters.
    If you want to store Chinese characters in this database, you will need to use a character set that supports Chinese (i.e. one of the Unicode character sets). Since there are no Chinese character sets that are strict binary supersets of ISO 8859-1, changing the character set will generally require rebuilding the database.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Oracle 10g Lite with ADF/BC4J Application(Offline access in Mobile )

    Hi All,
    We have the following requirement from one of our client.
    Customer Company has R12 Apps instance(which is having 10g Database APPSDB). The users will come in the morning
    and connect to the System(NEWSYSTEM) to download their daily worksheet(resides in APPSDB) to their Mobile Devices
    (Windows XP - http://www.keenzo.com/zoom.asp?zoom=3830134) and then disconnect from the system. The download of data
    should start after login into their Mobile Device Custom Application So that only their worksheet will be downloaded
    to their Mobile Device DB.
    Then they will goto their fields and review their daily worksheet in the Mobile Device application(NEW APPLICATION)
    in offline mode. And update in the application with their findings, which should be stored in the Mobile Device database(MOBILEDB).
    In the evening the uses will come and connect to the system(NEWSYSTEM) and login into their Mobile Application and
    start the upload process, then the updated data from their Mobile Database will be uploaded into APPSDB via the NEWSYSTEM.
    I checked the links, http://www.oracle.com/technology/products/lite/index.html and http://lite.us.oracle.com and I have
    got some understanding about Oracle 10g Lite. For the above requirement we are proposing the NEWSYSTEM as Oracle 10g Lite Server
    and the NEW APPLICATION as ADF/BC4J which can run in their Mobile Devices(work offline and then sync with DB).
    I have the following questions.
    1) The above proposing system is feasible?
    2) Can we develop the Mobile Application using ADF/BC4J and using that we would like to
    control the sync process from our custom application.(so that only their worksheet will come to their Mobile Device DB)
    3) If I want to have the above system,
    a) I should have Oracle 10g Lite server installed(im Unix or Windows)
    b) I should have Oracle 10g Lite client installed in a Windows PC/Laptop
    c) To get my custom application in My Mobile Device, first I have to deploy the application
    in Oracle 10g server using Oracle Mobile Server. Then I have to connect my Mobile Device to the Oracle 10g Lite server,
    and deploy the application in my Mobile Device using Oracle Mobile Manager.
    4) I would like to do a POC before start the project.
    What are all the installations I have to do in my Laptop.(Consider I am installing Oracle 10g Lite server/client, Mobile Manager in my Laptop)
    I am new to Oracle 10g Lite, correct me if any of my understanding is wrong.
    If you have any comments in the approach please add it.
    Thanks in advance.
    With Regards,
    Kali.

    1) The above proposing system is feasible?
    perfecly feasible, and actually a reasonably standard use of oracle lite
    2) Can we develop the Mobile Application using ADF/BC4J and using that we would like to
    control the sync process from our custom application.(so that only their worksheet will come to their Mobile Device DB)
    Actually two different questions here. The application code that runs on the client device can be written in any thing that will run on that type of device, and is capable of using the APIs to connect to the local database, and the other functionality like synchronisation. From the forum there look to be VB, C, java users out there (an i even believe if you wanted to, you could use forms). Main decision regarding the Platform for the application code development tends to be whatever you have the skills in.
    In terms of the sync process only downloading a particular users worksheet, this would be defined when you define the snapshots of the database tables you want to download, rather than the sync login process itself.
    For example - you have a table WORKSHEETS on the server that you want to download, it has a column EMP_NO which is the employee identifier. You would define the selection for the snapshot as
    select * from WORKSHEETS where EMP_NO=:emp_no (note the bind variable)
    when you then add users to the oracle lite application (actually the database), then you will have a parameter called EMP_NO to define with the employee number for that particular user, and this will be used automatically as the bind variable in the download.
    NOTE subsetting in this way does not need to be direct, for example things like
    select * from TASKS where id in (select task_id from user_tasks where emp_no=:emp_no) is perfectly valid
    NOTE when reading the forum and documentation, be careful of the word application. There are actually two different things to be developed, both normally called 'application'
    Within oracle lite you create an application with publication items, scripts, sequences etc. and then subscribe your users to this application. The application in this context is actually the database and synchronisation management ONLY (you can include files and code for download)
    The second application is your runtime code that has a user interface, functionality, processing and validation. This is written in some development platform, and accesses the database created above for select, insert, update etc.
    3) If I want to have the above system,
    a) I should have Oracle 10g Lite server installed(im Unix or Windows)
    YES this goes on the app server and installs a repository schema MOBILEADMIN within your database
    b) I should have Oracle 10g Lite client installed in a Windows PC/Laptop
    YES - once the server is set up, this is downloaded and set up by accessing the <server url>/webtogo/setup
    c) To get my custom application in My Mobile Device, first I have to deploy the application in Oracle 10g server using Oracle Mobile Server. Then I have to connect my Mobile Device to the Oracle 10g Lite server,
    and deploy the application in my Mobile Device using Oracle Mobile Manager.
    steps in outline are
    1) install server
    2) develop the oracle lite application (ie: database) and publish this to the mobile server (can use the development kit or java APIs for these two steps
    3) add a user with the relevant subsetting parameters
    4) set up oracle lite win32 client on the laptop from the server download
    5) synchronise using the msync utility on the client to create the databases and odbc entries
    6) develop your application code using the client database
    7) during development, then changes to database structure would be via changes and re-publish of the oracle lite application, followed by a sync to update the client database
    8) once all development is complete, the runtime application code can be bundled up into the oracle lite application if you want, and then the initial sync for live users will download the database and application code.
    4) I would like to do a POC before start the project.
    What are all the installations I have to do in my Laptop.(Consider I am installing Oracle 10g Lite server/client, Mobile Manager in my Laptop)
    You can set up a standalone server on the laptop, but better to do this on a development app server so you can use the main server development database as the data souce for the snapshot definitions (pretty easy install). there are conflicts if you try and put the oracle lite client and the mobile development kit on the same machine, but if you are familiar with java, the API development is fairly straightforward to use (i have developed applications in this, and i know only the basics of java) you do not need the MDK
    Basic for a POC i would say is to
    1) set up mobile server on development
    2) define a simple oracle ite application on two server tables. one has select * from table, and the other has select * from table where .... including bind variable. at this stage use complete refresh as the mode for simplicity
    3) publish the application, create user and define the subsetting variable
    4) set up mobile client and synchronise user. use the msql utility to interrogate the database and check the content, and do some updates 9standards SQL syntax)
    5) create simple appliaction code to conect to and read the database on the client
    6) do a sync after the updates above and check they appear in the server
    The above should be reasonably quick and proves
    a) ability to define the data you want to be sent to the users
    b) ability to create an app to manage the database running on the client device in you preferred software platform
    c) data download and upload
    after this basic POC, you can extend into defining fast refreshes to improve the efficiency of the sync process, managing the MGP process, developing a more comprehensive database and application etc. If you have complex joins between server table, you may also want to look at creating views to denormalise data and use these as the basis for the snapshots

  • Some doubt regarding oracle 9i lite

    Hai,
    I am doing R @ D on 9i lite. My scenario is as follows,
    1. first i installed oracle 8i 8.1.7 database.
    2. using oracle 9i lite 5.0.2 setup, In another machine instllaing mobile server and mobile development kit.
    3. how to synchronize the 9i lite database with my 8i database.
    My scenario is i need to create a standalone mobile server environment.
    help me.

    Your environment is older versions than we use, but the basic process for creating oracle lite client databases synchronised with the main server database is as follows
    1) install the mobile server following the installation guide.
    This will create the mobile server repository (schema MOBILEADMIN) and application on the app server or standalone. For production the repository data would normally be a seperate schema in the main database, and the mobile application running on one of the app servers
    2) next you need to create your 'application'.
    This consists of defining the tables or views from the main system you want to be able to synchronise with the offline clients. If you are just starting, the easiest way is to use the wtgpack wizard that comes as a part of the development kit. Start this up, create an application name, specify the client environment it will be going to (eg: WIN 32 or PPC2003) do the connection to the main server schema, select a table from the main system you want to synchronise, and take it through to publish
    For the first go to see it working i would advise keeping it simple and just picking a small table, and set the refresh option to complete, with server wins in the conflict resolution. Once you have got things working, you can then go back and add other tables and start to look at using thre data subsetting to select only data relevant to a particular client, fast refresh options, and using views from the main system as the basis for the snapshots (in 5.0.2 i would avoid sequences)
    3) when the application is published, start up the mobile manager tool
    you should now be able to see the application you created, and the publication items (the tables that will be synchrionised). You now need to go to users and create a user and associate them with the application
    4) set up client device
    on a device of the type you want to synchrionse with (we use PDAs), go into IE, and enter the mobile server URL/webtogo/setup. This will give a list of the downloadable clients. Pick the appropriate one and follow the install instructions, using the user/password set up above
    5) synchronise
    on the client device run the msync utility. This will ask you for the user name/password and the server url, enter these and press the sync button and two datyabase files (.odb) should be created on the client - a control one concli, and one with the same name as your application. The client set up should have also installed a utility msql that you can use to look at the new local database

  • Oracle 9i lite connection with a Java Client

    Hi,
    I would like to connect a Java Client developed using PersonalJava edition for PDA with an Oracle 9i lite version which is also on PDA.
    I would like to know is it possible to connect such a client (Java) using some JDBC drivers on PDA.
    if yes please do suggest a suitable driver and some input tips as to how to connect a GUI developed in Java directly to Oracle on PDA.
    I am not too sure whether some web/application server is required in the whole setup.
    because in N-Tier Architecture we have a middle layer of Application /Web servers in between a client screen(usually a Browser) and Database.
    but I am not aware weather it is possible to directly connect Java Swing or Client application as I mentioned above developed using Personal edition with a database using only some driver software but no other middle ware component in between.i.e forming a 2 tier client server model.
    please do let me know your valuable suggestions at [email protected]
    thanks,
    Ashish

    I connect to the database through the same user that created those tables. Do I still need a public synonym ?

  • Oracle 8i Lite - OO4O and other Questions

    1.) Can OO4O (Oracle Objects for OLE) be used with the Oracle 8i Lite database ?
    2.) Does Oracle 8i Lite operate as a "client/server" database ?
    3.) Is it possible to have multi-user access to Oracle 8i Lite ?
    4.) Is there documentation somewhere that lists all of the limitations with 8i Lite as compared to 8i ?
    We are in the planning stages of a partial mobile system, and want to know how much difference in development efforts for the 2 platforms (Oracle 8i on Win 2000 server and Oracle 8i Lite on NT/98/95 Laptops).
    Any information on Oracle 8i Lite would be appreciated. -- Especially need an answer to question 1 right now.
    Thanks,
    Paula

    Hi,
    I am qouting below from the oracle 8i Lite documentation which says it supports triggers . Please clarify.
    Oracle Lite DBMS
    Oracle Lite DBMS is a lightweight (50KB - 750KB), Java enabled database designed from the ground up for laptops, handheld computers, PDAs and smartphones. It supports industry standard ODBC, JDBC, SQLJ, and Java Stored Procedures and Triggers. It provides a streaming fast "C" interface, OKAPI, to its object kernel. It also supports Java Access Classes, JAC, a fast and easy way to make Java Objects persistent. Oracle Lite DBMS now supports all popular mobile platforms, including Palm OS, EPOC, and Windows CE, letting you deploy enterprise applications on virtually any mobile device.
    Regards
    null

  • Oracle 8i Lite Start up

    Hi everybody,
    I've windows/2000 pro installed on my m/c. The client version of it.
    I'm using this m/c to surf the net and do some MS Acesses development and VB development. Now, I'm trying to do something with Oracle 8i Lite. I've received oracle 8i Lite Version 4.0.0.2.0 for Micorosoft Windows NT from Oracle corp in CD.
    I installed this software in my machine.
    When I had Oracle 7 a year or long back, after the installation, I had start and stop icons to start the database and stop to shut down the database, but oracle 8i is not like that.
    Now, I dont know how to start or configure the oracle db, and access the db using sql*plus so that I can create some stored procedures and call them from Sql*plus.
    Could somebody throw some ideas to understand this Oracle 8i lite version.
    Regards,
    Suresh
    null

    You will have to be a bit more specific about the error messages you get. Did you start the database and listener?

  • Oracle 8i Lite 4.0.2.0 & Satellite Forms 3.1

    Hello,
    I'm a french developper and I'm working on a software prototype on
    PalmPilot. A drug dispensing software from TGS IN SITU that enables
    medical prescription management on Palm with application developped
    with Satellite Forms and data stored in Oracle 8.1.5 database.
    I-The configuration on my Windows NT WS plattform
    1.Oracle Server 8.1.5
    2.Oracle 8i Lite for handheld device (Palm)
    II-The mecanism transport : http
    1.I used Web-to-go listener "http.bat"
    2.Win NT RAS sevice for TCP/IP
    3.iConnect Consolidator Server for replication "mgp.bat"
    III-The Palm device
    1.Consolidator Client for Palm : "ConsolidatorClient.prc"
    2.Satellite Forms application files (*.prc and *.pdb)
    3.OracleLauncher file for the HTTP conduit "OracleLauncher.prc"
    IV-Schema creation with JAVA API
    1.Creation of one master table NAMES with 2 fields and a primary key
    constraint on the Oracle 8.1.5 DB server.
    2.Creation of Consolidator Objects (Clients,Publications,Publication
    Items,Subscription,...) in java file.
    3.Execution of a script similar to the one provided by Oracle
    "consolidator_install.bat" to initialize connection and to run
    SQL script to fill the table NAMES.
    V-Problem
    First I start http.bat and mgp.bat.
    After connecting my Palm with Network preferences menu in TCP/IP mode.
    I start ConsolidatorClient on the Palm side with the correct IP adress.
    I did not manage to have a correct SyncProgress at the end of the
    composing part. I receive a "reader/writer error" and a sync failed.
    Christophe

    This is where we got the latest version:
    ftp://oracle-ftp.oracle.com/server/patchsets/wgt_tech/olite/400223/
    Sarah Hodge
    Apex Systems, LLC
    Tukwilla, WA 98188
    206.241.9119

  • Oracle 9i Lite and Satellite Forms on the Palm

    I would like to use Oracle 9i Lite 5.0.1with Satellite Forms EE 4.1 on the Palm
    The docmentation from each company refers to the other company's documentation and no instructions seem to
    exist. I am begining to suspect that to abilty to use Satellite Forms and Oracle Lite on the Palm does not actually
    exist and that one must develop applications in C using Code Warrior or other tools.
    I would like to use a Satellite Forms application on the Palm running with the RDK to access and store tables
    stored in an Oracle Lite database on the Palm. I would then use the MSYNC to move data from the palm to
    my Oracle 8.1.7 database server
    Satellite Forms appears to store each of its tables as a separate pdb but oracle uses a single pdb for a database
    containing multiple tables. There is a check box for Oracle compatible tables but not method to associate
    satellite forms tables with an Oracle Lite database except for a link to an ODBC database. The Oracle ODBC drivers
    point either to the Oracle database server or to an Oracle Lite database on a PC but not on a Palm.
    I can move Satelittle Forms tables from the Palm to Oracle 8.1.7 using ODBC on the PC when I do a Palm Hot Sync
    using the Satellite Form conduit
    I can move Oracle tables from the Palm to 8.1.7 using MSYNC, the Oracle Mobile Server, and the Oracle Lite
    http conduit
    I do not know how to move Satellite Forms tables on the Palm to Oracle Lite tables on the Palm.
    The only way to use Satellite Forms appears to be to move Satellite Forms tables on the Palm to Oracle Lite tables
    on the PC and then use Oracle Lite Msync on the PC to move the data to the Oracle server. This seems to have no
    advantage over going from Satellite Forms directly to the Oracle Server via ODBC
    Does anyone have any additional information about current or future capabilities. There may have been something that
    worked with older versions of Oracle 8iLite 4.0 and Satellite Forms 3.5, but I do not see anything that works now

    According to Metalink Note:207303.1 - Client / Server / Interoperability Support Between Different Oracle Versions you shouldn't have problems, as long as your 9i Clients are at least 9.2.0.4.

Maybe you are looking for

  • Wrap text in ALV cell

    Hello, I have an ALV table, and some colums are of type text with quite long lengths. Initially the columns have a small length, but when the user writes long texts (for example 100 characters) the cell will is automatically enlarged to show the comp

  • Iphone 5s - IBM  Notes Traveler 9.01  -Unable to move messages to trash after a few hours

    I have a problem with one of my Iphone 5s users.  Everything was working with his IPhone 4S, but the phone died and so they replaced it with a 5S We are using an IBM Lotus Notes 9.01 Server  (latest FP patch) and Traveler 9.01 FP4 with the iphone 5 s

  • How to display a website page in a JSP textarea ?

    Hi all... I am developing an application where i need to display a web page in a text area, the same way it gets displayed in a web browser (like IE, mozilla). After that i will read the page and will extract text from it for further processing. My J

  • How do i copy and paste selected rows from numbers to another numbers worksheet

    I have asked this question before, but it sounds as if numbers did not have the update at that time.  I have pasted a spreadsheet from excel into numbers.  I would now like to take selected rows, for example, row 5, row 9, row 22, row 27, etc, copy t

  • Error in Report HRALXSYNC

    Hi all We're running an E-Recruiting 6.0 (Support Package 8) implementation on a integrated SAP HR environment (ERP 2005). We would like to activate all our extisting employees for E-Recruiting with the Report HRALXSYNC. After an unsuccessful run, th