
In my previous blog Oracle REST Data Services – Installation and Configuration : We have installed ORDS in standalone mode. Configured ORDS to be administer by SQL Developer In this blog, we will explain how to create simple RESTful Web Services using PL/SQL and a browser Rest Client.. My sources are : Oracle REST Data Services documentation. Thatjeffsmith. oracle-base. First, let’s try to REST the schema/tables “HR/EMPLOYEES” using the Auto REST feature. Auto REST feature…