Posts by Aishwarya Rajagopal

Elevate Your Oracle APEX UI with Card Zoom and Hover Effects Using Tailwind CSS

Introduction: Enhancing the user experience is pivotal in modern web applications. In Oracle APEX, implementing intuitive and engaging UI elements can significantly improve the application’s appeal. One such feature is…

Read More

Enhancing Oracle APEX Interactive Reports with Hover and Zooming Effects

Introduction: Interactive reports are a cornerstone of Oracle APEX applications, allowing users to explore data dynamically. However, adding visual flair can make these reports not only functional but also more…

Read More

Interatcive Organizational Charts in Oracle APEX

Overview: This blog talks about organization charts in Oracle Apex using third-party libraries or plugins since Oracle APEX does not have a built-in organization chart component. Technologies and Tools Used:…

Read More

Virtual Private Database (VPD) in Oracle APEX for securing data access

Overview: This blog talks about VPD (Virtual Private Database) in Oracle Apex, a feature that helps address security concerns by restricting access to data at the row level based on…

Read More

Appending Image to The Email using Email Template Feature in Oracle APEX

Overview This document talks about how to Customize your html tags to show your images inline in Email body using Email Template feature in Oracle Apex. Technologies and Tools Used…

Read More

AutoNumber Generation for Serial Column without Sequence in Interactive grid using JavaScript

Overview This document talks about how to Customize Interactive Grid with Auto Populate Column value without Database sequence using JavaScript.  Technologies and Tools Used The following technologies has been used…

Read More

Progressive Web Application –Next Generation Mobile Application Development with Oracle Apex

Introduction:    Progressive Web Applications are web apps that use service workers, manifests, and other web-platform features in combination with progressive enhancements to give users an experience like native apps.…

Read More

Display Image/PDF from BLOB in Interactive Grid using Oracle Apex URL Type Region

Introduction:  For displaying the Blob content in the column in interactive grid, we don’t have a predefined column type for blob content display. This can be implemented using custom solution…

Read More

Sending Email Using Oracle Apex and PL/SQL With Examples

  Objective: Using Oracle Apex Package Apex mail, How we can frame mails and send with the help of oracle PL/SQL  Program.   Definition: We have 3 Procedures inside Apex_mail,…

Read More

Split A String separated by Comma using oracle pl/sql Pipelined Fuction

Objective: To split the given string separated by special character as an individual column value using oracle pipelined Function. Step 1: Create table type of varchar:   create or replace…

Read More