Real Time Collaborative Editing in Oracle APEX Interactive Grid How I got two users editing the same IG at the same time without breaking anything I have been working with Oracle APEX for a while now, mostly building internal tools for my team. One request that kept coming back was simple to say but hard to build. My users wanted to open the same Interactive Grid page from two different systems and see each other's changes without hitting refresh every time. This blog is basically my notes from that whole journey, including the parts where I got stuck. Why I started this In my office we have a shared planning grid where two or three people update rows almost at the same time. Earlier if one person saved a row, the other person had no idea unless they manually refreshed the page. Sometimes this caused both of them to overwrite each other's work. I wanted a small demo where changes made by one user in the Interactive Grid show up for another user almost instantl...
Oracle APEX 26.1 new in this release Oracle APEX Data Reporter: A Smarter Approach to Dynamic Reporting I tried the new reporting module for a few days. Here is what it actually is, in plain words. Report requests in one week 4 open MON Sales by branch for the last 6 months MON Same report, but remove the test data WED Can you group it by region instead? FRI Actually we need it every week now Four requests. One report. And I did not open Page Designer once. Posted on 18 September 2026 Read time 4 minutes Topic Oracle APEX reporting In every APEX project I have worked on, the report request list keeps growing. It never really gets shorter. Someone asks for a small report, it takes days to reach them because of tickets and reviews, and by the time it is ready they have already moved on to a different question. APEX 26.1 has a new module called Data R...