How i connect Ionic in Oracle DataBase?

Hello,
I need help!
I nedd connect my app in oracle database, Can someone help me?

Thanks.

There is nothing special with Ionic, use Angular’s HTTP module to make standard requests.

You can not access oracle database directly, you need to create api using (PHP, Java, .Net or Node) web programming language of choice which can connect to oracle database and load data in json format on each api call. Than using Angular’s HTTP module call that api, like list records, create/update record and delete records