Home > SQL Developer Dialog Boxes ... > RESTful Services Wizard (Au...
This RESTful Services wizard lets you conveniently enable or disable Oracle REST Data Services access for the schema associated with a database connection, or for individual objects in a schema for which REST access is enabled -- if Oracle REST Data Services has been installed on the system containing the database with that schema. The wizard is displayed when you right-click the connection name or the name of a table or view in the Connections navigator, then select Enable REST Services.
For an explanation of using the AutoREST feature versus creating resource modules, as well as more information about this wizard, see Automatically Enabling REST Access to a Schema, Table, or View (AutoREST).
Wizard pages:
Specify details for the operation.
Enable schema (if the schema was selected) or Enable object (if a specific table or view was selected): Controls whether Oracle REST Data Services access is enabled for the specified schema or object.
Schema alias (if the schema was selected) or Object alias (if a specific table or view was selected): Alias for identifying the schema or object.
Authorization required: For a schema, controls whether Oracle REST Data Services should require user authorization before allowing access to the Oracle REST Data Services metadata catalog of this schema. For an object, controls whether Oracle REST Data Services should require user authorization before allowing access to the Oracle REST Data Services metadata for this object. If this option is selected, the name of the privilege role required for a user to perform the access is displayed.
Displays a summary of the options that you have specified. To make any changes, click Back as needed to return to the desired page or pages.
To confirm and perform the requested operation, click Finish.
Related Topics