APEX

This category is meant to be used for blogging about Oracle APEX news

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

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 crucial, as it allows us to override Oracle APEX’s standard validation behavior and implement logic that aligns with the unique [...]

2025-03-24T12:10:47+01:00March 25th, 2025|APEX, blog, Oracle|0 Comments

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

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 significantly extend and customize a plugin's behavior, appearance, and functionality. Defined explicitly when creating the plugin, these attributes become part [...]

2025-03-24T12:11:06+01:00March 19th, 2025|APEX, blog, Oracle|0 Comments

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

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 the process of building an Oracle APEX plugin. By the end, you’ll have a strong foundation for creating dynamic, reusable [...]

2025-03-24T12:11:32+01:00March 17th, 2025|APEX, blog, Oracle|0 Comments

JS Manipulations for APEX regions (Interactive Grid)

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 field, or selecting an option from a dropdown. While these built-in features cover many everyday use cases, more complex interactions [...]

2025-03-11T08:50:38+01:00March 11th, 2025|APEX, blog, JavaScript, Oracle|0 Comments

Customizing Validations in Oracle APEX: Overriding Rules with JavaScript

Oracle APEX is an incredibly powerful platform for building web applications, and one of its standout features is the ability to create custom plugins. This post explores an introductory example of implementing custom validation logic for text fields using an Oracle APEX plugin, combining both server-side and client-side logic to deliver flexibility and a seamless [...]

2025-03-05T11:46:15+01:00March 5th, 2025|APEX, blog, Oracle|0 Comments

Simplify and Optimize: The Path from Oracle Forms to Oracle APEX.

Oracle Forms: Past, Present, and Future Oracle Forms remains a critical component of many companies' IT infrastructure. However, its technology is undeniably aging, and Oracle is gradually shifting focus toward modern alternatives. Instead, Oracle APEX (a free, low-code development platform) has emerged as the future-proof replacement. Challenges with Oracle Forms’ Support As of the end [...]

2025-02-26T08:45:44+01:00February 26th, 2025|APEX, blog, Forms, Migration|0 Comments

Business Processes with APEX 24.2 Workflows: A Practical Demo

Introduction In my previous blog post (Oracle APEX Workflows Made Easy: Build & Automate your processes today), I introduced Oracle APEX Workflows and explained how to streamline business processes by automating task routing, approvals, and notifications with minimal coding, and setting up workflows using a simple, declarative approach. While Workflows aren’t hard to use, they [...]

2025-02-21T13:28:15+01:00February 24th, 2025|APEX, blog, Workflow|0 Comments

Oracle Iberian Tour: Oracle Database 23ai & APEX event

One of the most rewarding aspects of our industry is the continuous opportunity to learn and tackle new challenges with cutting-edge technologies throughout your career. These advancements often come swiftly, requiring us to stay prepared and adaptable. Oracle has accelerated its pace, possibly due to Oracle APEX, and is increasingly proactive in ensuring their innovations [...]

2025-02-19T14:46:08+01:00February 20th, 2025|APEX, blog, Oracle|0 Comments

Securing APEX: Hiding the URL Format

Hiding URL format in APEX is essential for enhancing security and preventing the exposure of sensitive information. Oracle Application Express (APEX) uses a default URL structure that can reveal critical details, making it a potential target for attacks. In this article, we explore effective strategies to conceal the URL format in APEX and strengthen application [...]

2025-02-17T15:43:49+01:00February 17th, 2025|APEX, blog, Oracle, ORDS|2 Comments

Making APEX Smarter One Chat at a Time

Artificial Intelligence (AI) is transforming how applications interact with users by providing dynamic and intelligent responses. Oracle APEX, with its low-code development environment, enables seamless integration of AI-powered services through REST Data Sources. By leveraging APEX_EXEC, we can call AI APIs, process responses, and display them in real-time within an APEX application. Continuing with our [...]

2025-02-14T12:12:28+01:00February 14th, 2025|APEX, blog, Oracle|0 Comments
Go to Top