Daily Archives: August 13, 2025

Supplier Application Extension in Redwood End-to-End Implementation Blueprint (Oracle Fusion Cloud)

Introduction/ Issue:  Oracle Fusion Cloud doesn’t always offer out-of-the-box pages for custom needs like lightweight supplier on boarding or registration flows. Extending the app can be tricky without affecting standard…

Read More

Automated Compilation of Invalid Database Objects in Oracle Multitenant Architecture

Detailed Description: The compile_invalid_objects.sh script is designed to automate the identification and compilation of invalid objects across pluggable databases (PDBs) within an Oracle multitenant database environment. Invalid objects—such as packages,…

Read More

Automated PDB Enumeration and Dynamic Login Selector for Oracle Multitenant Databases

Detailed Description: This Bash script automates the enumeration and dynamic selection of Pluggable Databases (PDBs) in an Oracle Multitenant environment. It connects to the Oracle Container Database (CDB) as a…

Read More

How to recover suspect/Recovery pending databases in SQL Server?

How to recover suspect/Recovery pending databases in SQL Server?  Introduction:  In SQL Server, a database may enter SUSPECT or RECOVERY PENDING state due to corruption, missing files, or insufficient resources.…

Read More

High-Level Steps to Add SQL Server to a Cluster

High-Level Steps to Add SQL Server to a Cluster  Introduction:  Adding a SQL Server instance to a Windows Server Failover Cluster (WSFC) is a process that enables high availability for…

Read More

How to fix orphan user in SQL server? 

Introduction In SQL Server, an orphaned user occurs when a database user exists without a corresponding login in the server’s master database. This usually happens after restoring a database from…

Read More

Creating API using ORDS Rest full services

Introduction: In modern web applications, RESTful APIs play a crucial role in enabling seamless communication between systems, applications, and services. Oracle REST Data Services (ORDS) allows developers to expose database…

Read More

Chat with Your PDFs: AI Document Question Answering with Python

Introduction/ Issue:    Working with large PDF documents can be challenging when you need to extract specific information quickly. Manually searching through multiple pages is time-consuming and prone to human error.…

Read More

Speech-to-Text in Oracle APEX – Voice Input Made Easy

Introduction: – In the modern digital age, enabling voice input is a great way to enhance user experience, especially for accessibility and convenience. With the advancement in browser-based APIs, integrating…

Read More

Replicating Excel Copy and Fill Series in Oracle APEX Interactive Grid 

Introduction: – In spreadsheet applications like Microsoft Excel, users can efficiently duplicate a cell’s value across adjacent cells within a column using drag-and-fill gestures. This “Copy Cells” feature enhances data…

Read More