Here is a quick overview for the Oracle Lite guys that are going to be or planning to move to Berkeley DB / SQLite API pretty soon. There are plenty of options in Berkeley DB that make the the database more stable then Oracle Lite on the mobile device. I was playing around with the […]
Synchronizing with Berkeley DB
November 9th, 2010 · 6 Comments
Tags: Berkeley DB · Oracle Lite · SQLite
Oracle Mobile Enterprise Application Platform Group on Linkedin
November 2nd, 2010 · No Comments
There is a new LinkedIn group for Oracle Mobile Enterprise Platform. Oracle Mobile Server plays a big part in the platform and it would be a good way to get connected with like minded individuals. So, if you work with Oracle Lite, Berkeley DB, SQLite, JDeveloper and ADF Mobile, this is a good place to […]
Tags: Berkeley DB · Mobile ADF · Oracle Lite · Oracle Mobile Server · SQLite
Changes to Oracle Lite Database components coming
August 4th, 2010 · 2 Comments
Before you read too far into the note, this is note for the decommissioning or the Oracle Lite Database Client. The server, sync, and device manager along with the development tools are still being developed. The client database will be Oracle Berkeley DB with SQL support via SQLite. Basically, if you are on Webtogo or […]
Tags: Berkeley DB · Oracle Lite · SQLite · Webtogo
How to create an auto increment field in Oracle Lite
October 24th, 2009 · 12 Comments
I bet you thought you could make an auto increment field in Oracle Lite the same way you make it in Oracle right? Well, you can’t do it the same way because Oracle Lite does not support PL/SQL. It does however support C, C++, C#, and Java stored procedures. We will review creating auto-increment fields […]
Tags: Oracle Lite
Setting up a Mobile Server for size and performance
December 15th, 2008 · 6 Comments
I set up my Nth Mobile Server/Oracle Application Server configuration this past weekend, and here is a list of modifications that I have made to my configuration files. In the webtogo.ora file: [WEBTOGO] DISPLAY_CLIENT_DATA_SIZE=NO ADMIN_JDBC_URL={changed this to use a RAC URL. Not required in 10.3.0.2 of the product as the installer handles this} THIN_JDBC_URL={ditto for […]
Tags: Java · Oracle Lite
Mentioned in Oracle Magazine Peer-to-Peer
November 5th, 2008 · 2 Comments
If you have picked up your November/December 2008 issue of Oracle Magazine, turn to page 28 and there is a brief interview with me. Here is the interview if you don’t have the magazine: Which new features in Oracle technologies are you currently finding most valuable? Oracle Database Lite’s automatic sync allows high reliability in […]
Tags: Oracle · Oracle Lite
Creating publication items using the Oracle Lite API
September 19th, 2008 · 3 Comments
If you have been doing Oracle Lite development, chances are you have been either using the Packaging Wizard or the Mobile Workbench to create your applications. In some cases, you have had to use the APIs to do partition mapping or altering the publication items (I will show those in another post). I on the […]
Tags: Java · Oracle Lite
Where to find me at Oracle OpenWorld 2008
August 28th, 2008 · No Comments
If you plan on attending Oracle OpenWorld 2008 in San Francisco this year, I will be at the Oracle Lite booth in the Oracle DEMOgrounds. More details as they become available. **Update: Location Information Venue: Moscone Center Exhibition Hall – Database Demo Grounds Station ID: L05 DEMOground Floor Plan
Tags: Oracle Lite · Oracle OpenWorld
Oracle OpenWorld 2008 Session Suggested
June 13th, 2008 · No Comments
I have posted a suggestion at Oracle Mix for an Oracle Lite session on sizing and performance tuning. If you plan on going to Oracle OpenWorld San Francisco 2008 and are interested in this topic, go to Performance Tuning and Sizing Oracle Lite for a Global Enterprise Application and cast your vote. I am waiting […]
Tags: Oracle Lite · Oracle OpenWorld
Comparing Database Mobile Synchronization Solutions
May 29th, 2008 · 1 Comment
The last couple of weeks, for my own benefit, I have been looking at what products other then Oracle Lite do data synchronization between mobile devices and an enterprise database. These products are: Sybase MobiLink IBM DB2 Everyplace Microsoft SQL Server Compact Edition (CE) From those 3, MobiLink and Everyplace are capable of syncing with […]
Tags: Oracle Lite