Using REST-enabled SQL in OCI Autonomous DB for On-Premise APEX Applications
This tutorial will walk you through the process of exposing your schema objects in an Autonomous database that runs on OCI by using the REST-enabled SQL feature and then using those schema objects in an external APEX running on a different environmen...
tm-apex.hashnode.dev5 min read
Joe John
#apexdeveloper
Can I use REST enabled SQL feature to access a DB in our local network from another machine where ORDS is installed? Will I be able to use that DB just like a local database and use all the features in apex without any extra coding? I also want to use all the DB features like triggers, functions, procedures, packages, views etc. Any restrictions in using them over the REST enabled SQL feature?