Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Does Oracle Mobile Server amend your Oracle RDMBS schema in Order to Support Synchronisation?

Does Mobile Server amend your back end Oracle Database schema in order to know which table records require to be selected out in order to update mobile client databases? In thinking along the lines does it have some way of being able to tell when a record was last updated in a given table so that it can compare it to the last synchronization time of the mobile server?
If it doesn't work in the way I am thinking how does the backed data retrieval part of the syncing work?
Answers
-
Oracle Mobile Server does provide an internal change tracking
mechanism. We know what records are changed.
-
So just to be clear you do change the back-end database schema to support change tracking then?
-
We use an internal mechanism for the change tracking not involving
schema changes.