Blog

Blog2018-08-23T12:33:57+02:00

novoshore technology blog

We encourage all our staff to share their technical knowledge through our blogs. Please, keep in mind that the opinion in our blog are from our staff and does not necessarily reflect the opinion/policy of novoshore.

804, 2025

Oracle APEX Collections: Efficiently Managing Temporary Data

By |April 8th, 2025|Categories: APEX, blog, Collections, Oracle|0 Comments

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 [...]

104, 2025

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

By |April 1st, 2025|Categories: APEX, blog, Oracle|0 Comments

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 [...]

2503, 2025

Building an Oracle APEX Plugin: A Deep Dive, part 3

By |March 25th, 2025|Categories: APEX, blog, Oracle|0 Comments

Now we need to move on to the JavaScript portion, which forms the core of our proposal: replacing the item's default validation with a fully customized solution tailored to our specific requirements. This step is [...]

1903, 2025

Building an Oracle APEX Plugin: A Deep Dive, part 2

By |March 19th, 2025|Categories: APEX, blog, Oracle|0 Comments

In our previous article, we briefly introduced custom attributes, but you might be wondering—what exactly are they and why do they matter? Custom attributes in Oracle APEX plugins are user-defined settings that empower developers to [...]

1703, 2025

Building an Oracle APEX Plugin: A Deep Dive, part 1

By |March 17th, 2025|Categories: APEX, blog, Oracle|0 Comments

Oracle APEX plugins are a powerful way to extend the platform’s functionality, allowing developers to create custom behaviors, components, and validations tailored to specific needs. In this post, we’ll guide you step by step through [...]

1103, 2025

JS Manipulations for APEX regions (Interactive Grid)

By |March 11th, 2025|Categories: APEX, blog, JavaScript, Oracle|0 Comments

Introduction Oracle APEX provides built-in dynamic actions that allow developers to perform basic interactions without writing custom JavaScript. These actions can be triggered by events such as clicking a button, changing the value of a [...]

Go to Top