I have deployed the sync framework for Oracle and SQL Server CE using the following link
http://code.msdn.microsoft.com/Database-Sync-Oracle-and-037fb083 successfully.
The SQL Server CE database updates after pressing synchronize button when I made any changes to the Oracle database.
But I need to update the SQL Server CE database (local cache database in my case) automatically once I made any change to the Oracle database, without pressing the synchronize button. Is this possible?
Yes, you can invoke the sync from code based on system events or a timer...