Posts by Sathya Jegan

Oracle APEX Security Features

Overview The Purpose of the document is to highlight the security features in Oracle APEX.Oracle Application Express (APEX) is a low-code development platform that allows users to build web-based applications…

Read More

Oracle APEX Application – Set Availability Status Using PLSQL

Overview This blog will explains, how to disable the APEX application by end user during the release or it is under maintenance . Technologies and Tools Used The following technology…

Read More

How to integrate Chat GPT in Oracle APEX

1. Overview This document talks about how we can integrate chat GPT in Oracle APEX, OpenAI created ChatGPT, an AI language model. It is a modified version of the GPT (Generative…

Read More

Oracle APEX- Display Regions in Side Navigation menu

1. Overview This document talks about how we can show the regions in side navigation menu in oracle apex application 2. Technologies and Tools Used The following technologies has been used…

Read More

Oracle APEX Page Item shuttle with filter

Introduction: Here is small tip how to create filter / search field for APEX shuttle item values. For this you need just place jQuery code to page JavaScript Function and…

Read More

Interactive Report Row Highlight Based on Application User

Introduction First create interactive report. In this example rows where manager name equals APP_USER value are highlighted. I have used following query joining EMP and DEPT tables for interactive report:…

Read More

Caps Lock (On/Off) Indicator with JavaScript in Oracle APEX

Overview This document talks about how to indicate a message for whether the Caps Lock is on or off while inserting a password in login page by using JavaScript in…

Read More

Oracle Apex – Instant Row Deletion in Report

Introduction to Instant Row Deletion in Report Learning Objective The Classic / Interactive report has the Column link option, So we can display the link as Delete Option and we…

Read More

Oracle Apex Login – Auto Background Changer

Introduction to Login Page –  Auto Background Changer When the user creating a application, the login page is automatically created. The Login page is created based on the Oracle apex…

Read More

Oracle Apex Navigation – Warn on Unsaved Changes (5.1 Below Versions)

Introduction When the user entering some data into the form and for some reason ,clicks a button or tab that will automatically navigate away from the form without giving any…

Read More