For one of my current projects I need to retrieve data from an Oracle DB hosted in AWS and I am after some advice on how to achieve this task using power automate.
Looking at the available connectors it does not seem possible unless you write your own custom connector, is this correct?, am I missing something?
Any help would be appreciated.
Norman
Hi @tatomunz365
https://docs.microsoft.com/en-gb/connectors/oracle/
I don't have an AWS Oracle DB to test. If you are not getting much luck from the above then another option is REST API access. Power Automate have HTTP request action steps where you can execute REST API queries.
Thanks