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
You can not directly access the Oracle database from android Application. you need to create webservices in PHP, .net or in Java to make connection with Oracle Database. After creating this webservice , you need to connect your application with the webservice. This is the simplest way of connecting with Oracle Database.