Acid0
Executive Member
Hi there,
is there a simple method or way to transfer data from a mobile app to a Oracle database?
I understand that you will need a database on the mobile app like sqllite to be able to work offline and store the data.
What I am trying to aim for is to be able to actually sync maybe once or twice a day with the main oracle database to the mobile app and back to the oracle database.
We are currently on Oracle 12c and starting to develop apps on the Android platform.
In your opinion what would be the easiest way to accomplish this?
You ont be able to install a jdbc driver on the mobile so in my limited understanding it would be either something like googles firebase or the Oracle Database Mobile Server
Any help or guidance would be appreciated
is there a simple method or way to transfer data from a mobile app to a Oracle database?
I understand that you will need a database on the mobile app like sqllite to be able to work offline and store the data.
What I am trying to aim for is to be able to actually sync maybe once or twice a day with the main oracle database to the mobile app and back to the oracle database.
We are currently on Oracle 12c and starting to develop apps on the Android platform.
In your opinion what would be the easiest way to accomplish this?
You ont be able to install a jdbc driver on the mobile so in my limited understanding it would be either something like googles firebase or the Oracle Database Mobile Server
Any help or guidance would be appreciated