Jon, Thanks for the in detail information, I have followed all the steps and getting error "The URL of this remote server does not point to an REST Enabled SQL Service. Please check the details of your REST Enabled SQL Service definition." even after doing all the setups. Endpoint URL is working fine in postman but not in APEX rest enabled sql services. Any idea?
Here I am trying to connect remote database from primary database APEX
Jon, great blog! But I'm not sure this is useful for me to create a REST service to receive as a "callback" the username, the password and other fields at the same time. I need to create a REST Service to receive the status change of an item of another web platform. The endpoint must receive this: { “user”: <user>, “password”: <password>, “idServer”: <idServer>, “idClient”: <idClient>, “idStatusChanged”: <idStatus> } And respond { “notifyResult”: true} or { “notifyResult”: false}
It's possible to use ORDS on this manner?
Thanks a lot!
Great blog. Yes, REST enabled SQL is a game changer for all enterprise apps going forward.
otavio
Apex Developer
Hi, great blog. Is it possible to install ords on 11g oracle database? Do I need to install apex on remote database to work it? I would like to do this connection from a APEX on Auonomous Database to a 11g oracle database!