Monthly Archives: April 2025

Oracle APEX Collections: Efficiently Managing Temporary Data

Introduction In Oracle APEX, there are situations where we need to manage temporary data before deciding whether to store it permanently. APEX Collections provides an efficient way to handle this by offering an in-memory storage mechanism that remains active throughout a user's session. Rather than immediately writing data to a database table, collections allow us [...]

2025-04-08T11:04:21+02:00April 8th, 2025|APEX, blog, Collections, Oracle|0 Comments

How to Prevent SQL Injection Attacks in APEX (Beyond the Basics)

SQL injection remains one of the most exploited vulnerabilities in web applications, and Oracle APEX is no exception. Despite APEX’s built-in protections, poor use of dynamic PL/SQL and configuration mistakes can expose your application to attacks. In this article, we explore advanced techniques to prevent SQL injection attacks in APEX, going beyond basic measures like [...]

2025-03-31T17:03:25+02:00April 1st, 2025|APEX, blog, Oracle|0 Comments
Go to Top