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

Views: 39

Replies to This Discussion

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.

RSS

Oracle Jobs in US

© 2024   Created by Maisam Agha.   Powered by

Badges  |  Report an Issue  |  Terms of Service