Link to home
Start Free TrialLog in
Avatar of Jayesh Acharya
Jayesh AcharyaFlag for United States of America

asked on

Connect to AWS oracle from Azure Function App

I have an oracle database in AWS, but I need to create an Azure function that will allow me to start a "PL/SQL" function. But I do not know how to create a connection between the Azure function and the AWS Oracle database.

I am not an admin, so I would need some sort of idiot guide to kind of follow to help get round the problem.

A very basic example would be

from the azure function i would want to issue the following sqls

Select sysdate from dual;

if I had a typical sqlclient I would just first create a connection username/password@db but in this case I dont know how to get that connection to be made.
ASKER CERTIFIED SOLUTION
Avatar of Shalom Carmel
Shalom Carmel
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial