Substitution Strings || Oracle APEX

Usage of Substitution Strings || Oracle APEX You can use substitution strings in a page template or region source to replace a character string with another value. When you design your app and allow users to edit things, you use... Read more

Interactive Grid introduction | Ontoor Concepts #1

In this Video Ashish has given the brief introduction of Interactive GRID. Interactive Grid concepts. Read more

Oracle APEX Dynamic Navigation Menu : Ontoor Extras

In this Video Vikas has explained, how can we create Dynamic Navigation Menu in Oracle APEX using custom table. How to Create Dynamic Navigation Menu in Oracle APEX Read more

APEX Friendly URL | Ontoor Shorts #7

In this Short Video Vikas has explained, how can we convert Application URL into Friendly URL. Read more

Application Process | Ontoor Shorts #6

In this Short Video Vikas has explained, how can we create and use Application Process. Read more

Ajax Callback application process and its usage In Oracle APEX 

Ajax Callback/ On-Demand: Run this application process when requested by page Process. If you create an Ajax Callback/On-Demand process that dynamically shows the values of another item without submitting the page. To create an application process : Name – Enter a... Read more

APEX_DATA_PARSER performance issues.

In my previous blogs , we have seen how easy is to parse the excel and CSV files using APEX_DATA_PARSER. All options are declarative and easy to use. I have been using this utility for a long time but the use involved... Read more

How to create application process and it’s usage In Oracle APEX

Understanding application process and it’s usage. Application Processes run PL/SQL logic at specific points for each page in an application or as defined by the conditions under which they are set to fire. 1. On Load: Before Header (page template... Read more

APEX Font Toggler (AFT)

APEX Font Toggler (AFT) Plugin. APEX Font Toggler (AFT) plugin allow users to increase or decrease application font size at their convenience and this plugin is free for use under MIT license. How to use? Steps: Read more

LocalStorage and SessionStorage in JavaScript

How to Store Data in Web Browser Storage – localStorage and sessionStorage. The main difference between sessionStorage and localStorage is that sessionStorage only maintains a storage area while the browser is open (including when the page reloads or restores) while localStorage continues to store data after the browser... Read more