APEX Blog: Oracle

-->

Latest Posts

Document Generator in APEX: An alternative to AOP?

Earlier this year, Oracle announced the introduction of the Document Generator pre-built function in Oracle Cloud Infrastructure (OCI). They have also created a sample application..

Read More

Leveraging AI to Automate Invoice Processing - Part 1

The previous attempts to automate processing - the last remaining manual step - based on early OCR and invoice exchange technologies have not quite delivered. However, new..

Read More

APEX Execution Chain Process

Oracle APEX 23.1 introduced some process improvements, including a new process type: Execution Chain, which allows you to create a sequence of processes executed in the foreground..

Read More

Oracle APEX 23.2 New Page Items

With release 23.2 of APEX, Oracle has added three new page items. Throughout this blog, I will explain the three new page items, detail some of their features and guide you..

Read More

APEX Workflows

Since the introduction of Approvals in APEX 22.1, Oracle has been continually working towards a fully integrated APEX solution for business process automation. And now included as..

Read More

Application Working Copies in APEX

The latest APEX release, 23.2, introduces new functionality for creating an application working copy. It allows developers to create their own copy of the application and make..

Read More

Exporting data Using APEX_DATA_EXPORT

What is APEX_DATA_EXPORT APEX_DATA_EXPORT was introduced along with APEX_REGION.EXPORT_DATA in APEX 20.2, to allow developers to easily extract and download data. APEX_DATA_EXPORT..

Read More

APEX behind a Custom Domain using Oracle Cloud and NGINX

Oracle provides both the most capable database and the most popular low-code platform. So why not pair them with the most popular web server? [1]

Read More

Exporting APEX Applications using SQLcl

Introduction When I started working with APEX, I regularly exported my applications before making any changes. Even after several years of experience, I still export before making..

Read More

Liquibase and Flyway: Using Database versioning tools for APEX database projects.

As an APEX developer that used to be an Oracle Forms developer, my approach to releasing front-end code (APEX apps) and backend code (the plsql packages and triggers that support..

Read More