RZRameen Zafarinoracle-impact.hashnode.dev·Aug 10 · 7 min readChunked File Uploads in Oracle APEX: Handling Large Files on Local Servers Without CrashesUploading large files on a local enterprise network often causes serious hardware strain. When users submit multi-gigabyte ZIP files, PDFs, or media assets through standard APEX file controls, local w00
SJSushama Jangleinoracleapexsessionstate.hashnode.dev·Aug 6 · 7 min readOne Application, Multiple User Experiences: Building a Role-Based Authorization Framework in Oracle APEX👋 Introduction When I started building one of my Oracle APEX applications, my initial focus was straightforward: create the pages, connect the database, and make sure every feature worked correctly. 02J
SJSushama Jangleinoracleapexsessionstate.hashnode.dev·Aug 4 · 4 min readBuilding an Enterprise Email Framework in Oracle APEXReusable Templates || Dynamic Placeholders || Professional Notifications How I built a reusable HTML email framework in Oracle APEX that sends professional business emails using dynamic placeholders i00
SSsaurabh shirkeinsaurabhshirke.hashnode.dev·Aug 4 · 3 min readCommon Mistakes to Avoid While Developing Oracle APEX ApplicationsOracle APEX enables developers to build enterprise applications quickly with minimal code. However, while rapid development is one of its biggest strengths, it's also easy to introduce design, perform00
SSsaurabh shirkeinsaurabhshirke.hashnode.dev·Aug 4 · 3 min readCommon Mistakes to Avoid While Developing Oracle APEX Applications (Part 2)In Part 1, we covered the most common mistakes related to SQL, validations, security, performance, and application design. In this article, we'll explore ten more mistakes that Oracle APEX developers 00
SJSushama Jangleinoracleapexsessionstate.hashnode.dev·Aug 3 · 4 min readViewing PDF Files in Oracle APEX: Creating a Seamless Document Experience for Business UsersIntroduction As Oracle APEX developers, we often build applications that manage business-critical information—employee records, invoices, purchase orders, customer requests, audit reports, and much mo00
SSsaurabh shirkeinsaurabhshirke.hashnode.dev·Aug 3 · 4 min readOracle APEX Dynamic Actions – Automate Your Application Without Writing JavaScriptOne of the most powerful features of Oracle APEX is Dynamic Actions. They allow developers to create interactive and responsive applications without writing large JavaScript. Whether you want to show 00
RKRavi Kumar Yadavingenerate-absolute-urls-in-oracle-apex.hashnode.dev·Aug 3 · 5 min readMastering Advanced Interactive Grid Customizations in Oracle APEX with JavaScript & PL/SQLOracle APEX Interactive Grids (IG) provide out-of-the-box reporting and editing capabilities. However, enterprise applications frequently require advanced user interactions—such as conditional cell ed00
SJSushama Jangleinoracleapexsessionstate.hashnode.dev·Aug 2 · 8 min readIntegrating Oracle APEX with UiPath: Automating Enterprise Business Processes🚀 Introduction One of the biggest misconceptions in enterprise application development is believing that the job is finished once users click Submit. In reality, that's often where the real business 00
RKRavi Kumar Yadavingenerate-absolute-urls-in-oracle-apex.hashnode.dev·Aug 2 · 4 min readEnterprise REST APIs in Oracle Database: Building High-Performance JSON Services with ORDS & PL/SQLExecutive Summary As modern enterprise architectures shift toward decoupled microservices and reactive front-end frameworks, expose-and-consume patterns inside Oracle Database are essential. Oracle RE00