Best Practices for Building ORDS PL/SQL-Based REST APIs
Introduction
Oracle REST Data Services (ORDS) is a robust and highly scalable tool for exposing REST APIs on top of the Oracle Database. ORDS has several features that allow you to quickly create REST APIs, not least of which is the ability to create...
blog.cloudnueva.com11 min read
Jose Aróstegui
Great post Jon, sure I'll apply your recommendations to my customers.
Don't you like the privileges/roles/mapping standard so you don't mention it? You skip the use of it with your custom tables (system_permissions)?
Thanks!