Home » People & Blogs » Using Oracle REST APIs to connect to your Oracle Database in Python

Using Oracle REST APIs to connect to your Oracle Database in Python

Written By Chris Hoina on Friday, Apr 28, 2023 | 03:49 PM

 
In this second video I review connecting to my Oracle Autonomous Database with Oracle REST APIs (courtesy of ORDS). I'm using Python and VS Code, but since it's all coming across as JSON, this applies to a lot of use cases. You can review Part I here: https://youtu.be/d2bMeR8N0Ek The link to my blog is here: https://followthecoffee.com/python-oracle-autonomous-database-connect-three-ways/ My GitHub repository is here: https://github.com/chrishoina/blogrepo/tree/main/python/pythonoracledbvsords And I talk about filtering in with query parameters, which can be found here: https://docs.oracle.com/en/database/oracle/oracle-rest-data-services/23.1/orddg/developing-REST-applications.html#GUID-091748F8-3D14-402B-9310-25E6A9116B47 Let me know what you think in the comments. And if you want to see something specific, let me know!