Introduction - Build ORDS APIs in Oracle Autonomous Database LiveLab

preview_player
Показать описание


Chapters:
0:47 Finding the ORDS LiveLabs
1:16 Lab overview
1:34 Reviewing content in the Intro lab
2:05 ORDS resources
2:14 ORDS download page
2:20 ORDS forum
2:32 ORDS blogs
2:35 ORDS best practices
2:36 ORDS High Availability in Oracle Cloud Infrastructure
2:47 ORDS in the Oracle Container Registry
3:07 Outro
Рекомендации по теме
Комментарии
Автор

Is it possible to integrate a REST API from an external database to retrieve results directly into Oracle?

Currently, I have an APEX app that refreshes data every 7 minutes, but I would prefer for the updates to be instant. Ideally, I want the query to support variables so it only fetches the specific customer data required.

The API is set up with an ODBC connection in Python Flask, which is exposed via a WAN-facing URL. Using POSTMAN, I can successfully query data using a POST request.
I can force FLASK to use either a json or sql applicaton to send the query to the NON ORACLE databse

Supaslicer