Invoke User Defined Functions
You can invoke external functions such as OCI, AWS Lambda, Google Cloud Run functions and Azure remote functions in your Autonomous Database as SQL functions.
- About User Defined Functions
User defined functions enable you to invoke externally available functions from PL/SQL or SQL code within your database. - Steps to Invoke OCI Cloud Functions as SQL Functions
Shows the steps to invoke OCI remote functions as SQL functions in your database. - Steps to Invoke AWS Lambda as SQL Functions
Shows the steps to invoke AWS remote functions as SQL functions in your database. - Steps to Invoke Azure Functions as SQL Functions
Shows the steps to invoke Azure remote functions as SQL functions in your database using HTTP trigger. - Steps to Invoke Google Cloud Run Functions as SQL Functions
Shows the steps to invoke Google Cloud Run functions as SQL functions in your database. - Invoke External Procedures as SQL Functions
Shows the steps to invoke external procedures using PL/SQL within your database.
Parent topic: Develop