hi all...
I am currently developing an android application.In this application I am synching backed oracle database to local sqlite database using Oracle Database mobile server.I created publications and addes some publication items.Some of them are of type automatic sync.I declared event for automatic sync at publication level (sync when there is 1 row update in backed database)also.When I am trying to manual sync all tables are synching but automatic sync is not occuring even when I am inserting or deleting row in backend database base table whose publication item is of automatic type.