PL/SQL

Oracle 23-C New Features Table Value Constructor

Introduction The database’s SQL engine now supports a VALUES clause for many types of statements. This new clause allows for materializing rows of data on the fly by specifying them…

Read More

How to use a oracle stored procedure in jasper report.

Overview This document is about how to use a oracle stored procedure in jasper report. Technologies and Tools Used The following technologies have been used to work with a oracle stored…

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

Using DBMS_SQL.RETURN_RESULT in Oracle PL-SQL and C#

Introduction: In this post, we will explain how to use the DBMS_SQL.RETURN_RESULT procedure in Oracle PL/SQL to return a result set from a stored procedure and then consume that result…

Read More

SQL Loader using External table 

Introduction: This blog has the SQL loader using external Table. Cause of the issue: Business wants to load the data with a field having multiple line we can use this…

Read More

How To Merge JSON Nodes In Existing JSON Data?

Overview This document is about how to merge JSON nodes with existing JSON data in oracle. Technologies and Tools Used The following technologies have been used to merge JSON nodes with…

Read More

How To Add or Remove Columns with Polymorphic Table Functions In Oracle PLSQL?

Overview This document is about how to add or remove columns from the input table based on the parameters you pass in oracle. Technologies and Tools Used The following technologies have been used to…

Read More

Generating an Excel file and Sending an Email using Oracle Apex

Overview : The process of generating an Excel file and sending it as an email attachment using PL/SQL packages in Oracle Apex is a powerful solution for automating the task…

Read More

Advanced Customization of LOV Items in Oracle Apex

Overview : Oracle Apex is a powerful platform for rapid application development that enables developers to create dynamic web applications effortlessly. The advanced customization of LOV items in Oracle Apex…

Read More

Invoking SQL loader from UNIX for multiple files

Overview This document says about how to load multiple data files with csv format using sql loader from UNIX and also explains about control file and database connection through Linux.…

Read More