Database Blog

Transferring file from one server to another using sftp in shell script

  1. Overview In this document, we will explore a shell script named sftp_file_transfer.sh that automates the process of transferring files from one server to another.   2. Technologies and…

Read More

Sending email alert with multiple attachment using shell script

  1.   Overview In this document, we will explore how to create a simple yet effective shell script to send email alerts with multiple attachments.   2.   Technologies and Tools…

Read More

Creating Dynamic SQL Generator in Oracle PL/SQL

Table of Contents Introduction Technologies and Tools Used Steps Conclusion 1. Introduction The Dynamic SQL Generator in Oracle PL/SQL allows you to dynamically construct SQL statements, providing flexibility and reusability…

Read More

Resolving Concurrent Request Report Output Error in Oracle E-Business Suite

Introduction: Encountering an issue where the Concurrent Request Report Output from the Oracle Report Manager Homepage dashboard redirects to the DMZ node instead of the primary node can be frustrating.…

Read More

Resolving BBM JAR Issue in Oracle E-Business Suite R12.2

Introduction: In Oracle E-Business Suite (EBS) R12.2, encountering BBM (Business Intelligence and Business Process Management) JAR issues can disrupt normal operations. This blog post provides a step-by-step guide to address…

Read More

Unveiling the Latest Seeded Programs in Oracle E-Business Suite 12.2

Introduction: Upgrading from Oracle E-Business Suite 11i to R12 or transitioning between 12.x versions is a crucial step for organizations seeking enhanced functionality and improved performance. As part of this…

Read More

Enabling Query Store Using SSMS and Transact-SQL statements

Query Store The Query Storeis a feature in SQL Server that helps you monitor query performance by capturing a history of queries, plans, and runtime statistics, etc.   Benefits of using the Query…

Read More

Installation of Database Migration Assessment for Oracle Extension

Migrating databases from Oracle to Azure SQL can unlock significant benefits, including cost savings, enhanced performance, and access to the full suite of Azure cloud capabilities. However, migration journeys can…

Read More

Oracle TDE Encryption at Tablespace and Table Column Level

The security of data in Oracle Database is ensured through robust authentication, authorization, and auditing mechanisms. A critical aspect of data storage involves datafiles, which are essential components residing in…

Read More

Troubleshooting Tips for Seamless SQL Server Transactional Replication

SQL server issue and solution Troubleshooting Tips for Seamless SQL Server Transactional Replication Introduction: Transactional Replication is a powerful High availability feature in SQL Server that allows the consistent and…

Read More