Technically yes. If your oracle installation is accessible remotely. You can write a wrapper webservice that exposes the methods you require to access. This webservice will be an interface between your android app and your database.
Directly using a JDBC driver is not yet officially supported. On Tue, Oct 12, 2010 at 7:03 AM, ngkengz <[email protected]> wrote: > Hi Kumar, > > Is it possible to connect the Android to remote Oracle Database? > If yes, what will be the JDBC driver? > I couldn't find any official statement from Google whether it is able > or not. > > Thanks. > > Adi Wijaya > > On Oct 11, 8:09 pm, Kumar Bibek <[email protected]> wrote: > > You don't have an Oracle Database on an Android phone. Android has a DB > > named sqlite3. Read up about it and hope it satisfies your needs. > > > > On Mon, Oct 11, 2010 at 5:37 PM, Goutham P N <[email protected]> > wrote: > > > > > > > > > > > > > Hi Everyone, > > > > > I'm new to the android application development. I found some packages > > > java.sql and javax.sql packages in the API of android while going > > > through it. My doubt is can I access the Oracle Database directly > > > using drivers. So what type of driver is used to connect. > > > > > Please any one reply me. > > > > > Thanks & Regards. > > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Android Developers" group. > > > To post to this group, send email to > [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<android-developers%[email protected]><android-developers%2Bunsubs > [email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > > > -- > > Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

