ORDS - GET PUT POST DELETE your Oracle Database
@oraclerest
Oracle REST Data Services (ORDS) provides REST APIs for Oracle Database & the JSON Document Store (SODA) plus the Database Actions (SQL Developer Web) App.
ID: 791995847567372288
https://www.oracle.com/rest 28-10-2016 13:31:39
778 Tweet
3,3K Takipçi
74 Takip Edilen
Calling REST APIs that do 'work' against your Oracle Database boils down to HTTP -> SQL/PLSQL -> HTTP with JSON being the data data-interchange format So issuing a POST, results in a PL/SQL block being executed, The response format/data is also defined here.