Oracle Application Express 5: Developing Web Applications — Question 56
In Application Express, how do you enable a database schema assigned to the current workspace so that it can be used to serve ORDS-based RESTful
Services?
Answer options
- A. Install the Sample REST Services packaged application.
- B. Navigate to the Shared Components section and configure a REST Enabled SQL resource.
- C. Navigate to the ORDS RESTful services section of SQL workshop, select the appropriate schema, and click the "Register Schema with ORDS" button.
- D. Navigate to workspace administration and in the Set Workspace Preferences section, set Enable RESTful Services to "Yes".
Correct answer: C
Explanation
The correct answer is C because it specifically describes the process of registering a schema with ORDS, which is necessary for enabling RESTful services. Option A is incorrect as it pertains to a sample application rather than schema registration. Option B focuses on configuring a resource but does not involve schema registration, and option D is about enabling RESTful services at the workspace level, not schema-specific configuration.