RESTful Services Administration

You can use SQL Developer to create, maintain, and use RESTful services. See the following topics for more information:

About RESTful Services

Representational State Transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. A service is described as RESTful when it conforms to the tenets of REST. A RESTful service has the following characteristics:

RESTful Services Terminology

The following are some major terms related to RESTful services:

RESTful Services Requirements and Setup

For you to use the RESTful Services features in SQL Developer, the following must be installed:

You must also connect to the SYS account (AS SYSDBA) and execute the following statements:

grant insert, delete on APEX_040200.wwv_flow_rt$privilege_groups to APEX_LISTENER;
alter session set current_schema = APEX_LISTENER;
create or replace synonym wwv_flow_rt$privilege_groups for APEX_040200.wwv_flow_rt$privilege_groups;

RESTful Services Administration Pane

The RESTful Services administration pane (click View, then RESTful Services) enables you to:

The RESTful Services pane has icons for the following operations:

You can right-click on the RESTful Services node to perform the operations with associated icons, plus the following operations:

Related Topics

RESTful Services Administration

Application Express Listener Administration