Introduction Oracle APEX applications often require efficient search functionality. However, traditional SQL LIKE searches do not handle typos or similar words effectively. A fuzzy search can [...]
Introduction Oracle APEX applications often require storing complex, structured data in a flexible way. Instead of creating multiple tables for dynamic data structures, we can leverage JSON [...]
Overview In Oracle Apex, The validation is used to validate the business logic on the submission of the page. Oracle Apex has different types of in-build validation with it. The dynamic actions [...]
Overview Oracle Apex has different types of reports. All reports have their default function it’s an advantage. Suppose you want to achieve some different functionalities other than the default. [...]
Overview Server-Side condition is the condition will execute at the time of page initialization. We can set the server-side condition to the page, region, item, button…etc. Based on the server [...]
Overview The Purpose of the backup is to create a copy of data that can be recovered in the event of a primary data failure. Primary data failures can be the result of hardware or software [...]
Overview This document talks about how to display report column values as bar codes in Oracle Apex. this has been achieved using JavaScript. Technologies and Tools Used The following technologies [...]
Overview This document talks about generating bar code in Oracle Apex using input value and bar code type. this has been achieved using JavaScript. Technologies and Tools Used The following [...]