6.4 How to Enable REST Objects from the Object Browser
Access Object Browser from the Workspace home page by clicking SQL Workshop and then Object Browser.
- About Enabling REST Objects from the Object Browser
Learn about Enabling REST Objects from the Object Browser. - Enabling REST Objects from the Object Browser
A new REST tab appears in Object Browser when selecting aTABLE
,VIEW
,PACKAGE
,PROCEDURE
, orFUNCTION
. The tab exposes a form that provides the ability to REST Enable a database object using ORDS.
Parent topic: Enabling Data Exchange with RESTful Services
6.4.1 About Enabling REST Objects from the Object Browser
Learn about Enabling REST Objects from the Object Browser.
Oracle Application Express 19.1 installations that utilize Oracle REST Data Services (ORDS) 17.4 or later support the ability to REST enable database objects using the AutoREST feature of ORDS. You can use AutoREST to REST enable tables, views, packages, procedures, and functions. Although AutoREST is the quickest way to expose database objects through REST, this feature has some drawbacks when it comes to flexibility and customizability. AutoRest lets you quickly expose data but (metaphorically) keeps you on a set of guide rails. For example, you cannot customize the output formats or the input formats, or do extra validation.
See Also:
"Automatic Enabling of Schema Objects for REST Access (AutoREST)" in Oracle REST Data Services Installation, Configuration, and Development GuideParent topic: How to Enable REST Objects from the Object Browser
6.4.2 Enabling REST Objects from the Object Browser
A new REST tab appears in Object Browser when selecting a TABLE
, VIEW
, PACKAGE
, PROCEDURE
, or FUNCTION
. The tab exposes a form that provides the ability to REST Enable a database object using ORDS.
To enable REST Objects from the Object Browser:
Parent topic: How to Enable REST Objects from the Object Browser