Posts by Ramesh Vijay

Implementing Duplicate Validation in Oracle APEX Interactive Grids

Introduction Maintaining accurate data is vital in any application, particularly with databases. Duplicate entries can create confusion, hinder productivity, and compromise data integrity. This article presents two straightforward methods for…

Read More

Removing Duplicate Values from Comma-Separated Strings in MSSQL

  Introduction In relational databases like Microsoft SQL Server, handling comma-separated values (CSV) in a single column can be challenging, especially when it comes to removing duplicates. This task often arises…

Read More

Customize Reports Header color in Oracle Apex

Introduction In Oracle APEX, crafting visually appealing and functional applications often involves customizing various elements to align with your brand or enhance user experience. One such customization is adjusting the…

Read More

Retrieving Values on Row Click in Oracle APEX Interactive Report

Introduction Interactive reports serve as pivotal components in Oracle Application Express (APEX), offering users a dynamic platform to explore and interact with data. Implementing row click functionality allows users to…

Read More

Expand and Collapse Multiple Classic Report Region by using Java script

1. Overview We know that the oracle apex have default collapsible option in reports ,in some case we have multiple region and if we wants to expand and collapse the region…

Read More

Valid Date Format Check by using java script in Oracle Apex

1. Overview We know some time user might enter a wrong date while entering, to avoid this we can create some dynamic actions and validation to notify user have entered wrong…

Read More

Delete Data Using AJAX

1. Overview We know that there is an button option to delete record  in oracle apex. But in some scenarios we may have to delete records instead of buttons but on report…

Read More

Count characters in input item

1. Overview We know that there is an inbuilt option to restrict character count in oracle apex. But in some scenarios we may have to know how many characters we have entered in…

Read More

Fetching and Parsing Data from Other Online Source To Oracle Database Using Web service in Oracle Apex

Overview This Document will Explain How to Fetch and Parse Data from Other Online Source To Oracle Database                  Using  Web service in…

Read More

Inserting a new Record into an Interactive Grid using Java Scripts

Overview This Document will Explain How to Insert a new Record into an Interactive Grid using Java Scripts. Technologies and Tools Used The following technology has been used to achieve…

Read More