Skip to content
APEX from the Field
  • About Me
  • Certifications
  • ACE Profile
  • DevDF
APEX from the Field
Facebook X Instagram
  • What the APEX URL Is Actually Doing
    APEX

    What the APEX URL Is Actually Doing

    Bydenioflavio 05/13/2026

    A deep dive into Oracle APEX URLs: request, clear cache, debug, Interactive Reports, authentication switching, session state, and secure URL generation. Understanding URL parameters changes how you design APEX applications.

    Read More What the APEX URL Is Actually DoingContinue

  • When one login method is not enough
    APEX | ORDS | PL/SQL

    When one login method is not enough

    Bydenioflavio 04/27/202604/27/2026

    In the first version of this case, I deliberately kept things focused. The goal was to prove that a user could come in through Google, complete a minimal onboarding flow, receive ORDS client credentials, and actually use those credentials against a protected endpoint. That loop, once it closes, already carries a lot of value, and…

    Read More When one login method is not enoughContinue

  • From Social Login to API Access: Building a Self-Service OAuth Client Flow with APEX and ORDS
    APEX | ORDS | PL/SQL

    From Social Login to API Access: Building a Self-Service OAuth Client Flow with APEX and ORDS

    Bydenioflavio 04/19/202604/19/2026

    In APEX, the usual paths are familiar: workspace users, database accounts, or some internal authentication model we control ourselves. But APEX also gives us Social Sign-In, and that changes the tone of the application completely. There are several ways to do that depending on the provider, but in this case I am using Google because…

    Read More From Social Login to API Access: Building a Self-Service OAuth Client Flow with APEX and ORDSContinue

  • When the Schema Does Not Speak Business: Testing Oracle 26ai Annotations for NL2SQL
    PL/SQL | SQL

    When the Schema Does Not Speak Business: Testing Oracle 26ai Annotations for NL2SQL

    Bydenioflavio 04/12/202604/12/2026

    A practical from-the-field test showing how Oracle 26ai annotations can reduce NL2SQL ambiguity by giving the database the business context that object names alone never carried.

    Read More When the Schema Does Not Speak Business: Testing Oracle 26ai Annotations for NL2SQLContinue

  • Assertions in Oracle: one of those features that immediately made me think about old scars
    SQL

    Assertions in Oracle: one of those features that immediately made me think about old scars

    Bydenioflavio 04/05/202604/05/2026

    A practical, from-the-field look at Oracle Assertions, showing how they can push real business rules like mandatory customer contact data and required justification for price reductions back into the schema in a more declarative way.

    Read More Assertions in Oracle: one of those features that immediately made me think about old scarsContinue

  • Beyond Hidden Items: Passing State Across APEX Page Processes
    APEX | PL/SQL

    Beyond Hidden Items: Passing State Across APEX Page Processes

    Bydenioflavio 03/15/202603/17/2026

    By Dênio Flávio Garcia da Silva I’ve spent a lot of time auditing APEX environments, and nothing sinalizes a maintenance nightmare quite like the “Hidden Item Explosion.” We’ve all been there: a simple form grows, logic accumulates, and suddenly you’re juggling dozens of values across multiple processes. It works, sure, but would you trust your future self…

    Read More Beyond Hidden Items: Passing State Across APEX Page ProcessesContinue

  • PL/SQL Object Types in Practice: Methods, Tables, and a Different Way to Model Data
    PL/SQL

    PL/SQL Object Types in Practice: Methods, Tables, and a Different Way to Model Data

    Bydenioflavio 03/13/202603/13/2026

    By Denio Flavio Garcia da Silva After more than 15 years working with PL/SQL, I still managed to find a feature that genuinely surprised me. I ran into it while preparing for the PL/SQL certification exam (1z0-149), which was easily the hardest Oracle certification I have taken so far. I passed with 66.2%, just above…

    Read More PL/SQL Object Types in Practice: Methods, Tables, and a Different Way to Model DataContinue

  • Instrumenting PL/SQL in Oracle APEX: A Practical Case Using APEX_DEBUG
    APEX | PL/SQL

    Instrumenting PL/SQL in Oracle APEX: A Practical Case Using APEX_DEBUG

    Bydenioflavio 03/10/202603/11/2026

    By Dênio Flávio Garcia da Silva There was a moment in my journey with Oracle APEX when I started working on larger enterprise applications and realized that the page itself was often the simplest part of the whole system. The UI looked clean and straightforward, but behind a single button there were packages with hundreds…

    Read More Instrumenting PL/SQL in Oracle APEX: A Practical Case Using APEX_DEBUGContinue

  • Oracle APEX Background Processing with Execution Chains (Live Progress Monitor Demo)
    APEX

    Oracle APEX Background Processing with Execution Chains (Live Progress Monitor Demo)

    Bydenioflavio 03/07/202603/07/2026

    In this video, I built and recorded a practical Oracle APEX demo showing how to handle long-running tasks without freezing the UI. The app starts a background Execution Chain (Init → Process → Finalize), returns control to the user immediately, and displays live progress on a Monitor page (status, “X of Y”, messages, and item-level…

    Read More Oracle APEX Background Processing with Execution Chains (Live Progress Monitor Demo)Continue

  • When Two Users Edited the Same Record
    PL/SQL

    When Two Users Edited the Same Record

    Bydenioflavio 03/03/202603/03/2026

    By Dênio Flávio Garcia da Silva There are certain problems in enterprise applications that only show up after a system has been in production for a while. They don’t appear during development, they don’t fail loudly, and they don’t generate stack traces. They just quietly corrupt user expectations. One of those problems is concurrent editing….

    Read More When Two Users Edited the Same RecordContinue

Page navigation

1 2 Next PageNext

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