Skip to content
APEX from the Field
  • About Me
  • Certifications
  • ACE Profile
  • DevDF
APEX from the Field
Facebook X Instagram
  • Securing ORDS Endpoints with OAuth2
    APEX | ORDS

    Securing ORDS Endpoints with OAuth2

    Bydenioflavio 02/16/202602/16/2026

    In this article, I demonstrate how to secure ORDS REST endpoints using OAuth2 Client Credentials within Oracle APEX running on Autonomous Database (OCI). The post walks through creating roles and privileges via the APEX RESTful Services interface, configuring an OAuth client using SQL Workshop, and validating the full authentication flow using Postman. This example highlights machine-to-machine security architecture and best practices for protecting exposed ORDS APIs.

    Read More Securing ORDS Endpoints with OAuth2Continue

  • Refreshing Multiple Oracle APEX Regions with a Single Dynamic Action Using jQuery Selectors
    APEX

    Refreshing Multiple Oracle APEX Regions with a Single Dynamic Action Using jQuery Selectors

    Bydenioflavio 02/10/202603/04/2026

    In this video, I demonstrate a practical Oracle APEX dashboard pattern that uses a single Dynamic Action combined with a jQuery selector to refresh multiple regions at once. The demonstration starts with a simple page containing filters and one report region refreshed by a button. As the page evolves into a real dashboard with multiple…

    Read More Refreshing Multiple Oracle APEX Regions with a Single Dynamic Action Using jQuery SelectorsContinue

  • Updating XML Stored as CLOB in Oracle Using XMLQuery
    SQL

    Updating XML Stored as CLOB in Oracle Using XMLQuery

    Bydenioflavio 01/31/202602/03/2026

    Using a simplified shopping cart XML example, the content shows how to safely modify an XML element while properly handling namespaces and following the required copy / modify / return pattern defined by the XQuery standard.

    The example intentionally reflects real-world constraints, where the XML is already stored as CLOB and changing the data model to XMLTYPE is not an option. The focus is on clarity, maintainability, and correct usage of supported Oracle XML features rather than deprecated functions.

    Read More Updating XML Stored as CLOB in Oracle Using XMLQueryContinue

Page navigation

Previous PagePrevious 1 2

Search

Categories

  • APEX (8)
  • ORDS (3)
  • PL/SQL (7)
  • SQL (3)

RECENT posts

  • What the APEX URL Is Actually Doing05/13/2026
  • When one login method is not enough04/27/2026
  • From Social Login to API Access: Building a Self-Service OAuth Client Flow with APEX and ORDS04/19/2026
  • When the Schema Does Not Speak Business: Testing Oracle 26ai Annotations for NL2SQL04/12/2026
  • Assertions in Oracle: one of those features that immediately made me think about old scars04/05/2026

Tags

Ajax Callback annotations API authentication scheme Collections debug Dynamic Action jQuery n2sql oauth ords plsql Process Social Sign-In sql type url xml

  • About Me
  • Certifications
  • ACE Profile
  • DevDF
Linkedin Github YouTube

© 2026 APEX from the Field

  • About Me
  • Certifications
  • ACE Profile
  • DevDF