Oracle Consultants

Promote your Oracle talent and knowledge and share it with Oracle Consultants group. Grow, learn and interact with Oracle people to network with Oracle community

Question regarding mobile client sync

Hi guys,
Is there a way to sync a android mobile client to a back end oracle database without having to create users on the Oracle Database Mobile Server? Because in my scenario the mobile users are stored in a table at the back end, and new users can be added periodically. I need the ability to sync them by using their IDs. Is there a way to do this?

Thank You

  • up

    Jared Perla

    DMS works off a schema defined in the repository.   The portion of that schema that a client application can see is done through a publication.   A publication can consist of 100% of that schema or a subset of it. If you add additional users to your Oracle backend db, and those user have access to the same schema then what ever syncing is done by the clients will be visible to the new users.   If the new users establish a new schema and a publication has not been set up, then they cannot be synced to.