What you probably really want to use is the Oracle Database Mobile Server , which can automatically synchronize SQLite and the Oracle database.
A recent version of Oracle Database Mobile Server (formally called Oracle Database Lite Mobile Server) supports synchronization between an Oracle database and a client-based SQLite or Berkeley DB database. It supports synchronous and asynchronous data exchange, and also provides secure communication between the client and server. You can configure Mobile Server to synchronize based on several parameters without having to change the application that accesses the database.
You can also find a great discussion forum.
dsegleau
source share