Connect to oracle database in ionic2?

Since i am new to ionic2, Can you please give me the solution that how to connect Oracle database using Ionic2.

I have tried using API rest, But in that we are able to connect with MongoDB only.

Am using Visual code source IDE for Developing application, Please help me guys…

Using some kind of API is definitely the right idea. Find out what Oracle offers and see how you can intergrate it into Ionic. (Alternatively you can build a server application yourself that takes your database and wraps it in a REST API layer)

What do you mean by that?

1 Like

In my company, we use the Oracle Rest API: https://docs.oracle.com/cd/E56351_01/doc.30/e56293/getting-started-with-RESTful-services.htm#AELIG90198

I never worked with her but I think it should not hard to implement that.

You can also build a simple JaveEE REST Service

1 Like

I don’t think I’ve ever seen those two words next to one another.

3 Likes