I need to access data from an external oracle database from my application android to update the local database application, but I don’t know what would be the best way to do it.
Would I need to create a web service to access to the oracle database or there is another simple way?
Thanks
You have (at least) two options:
Use Oracle Database Mobile Server. (Best, safest bet)
Download the JDBC Drivers and connect that way. (Not recommended, unsafe – especially for over-the-air connectivity)