Monthly Archives: January 2025

Essential PostgreSQL Shortcut Commands for Efficient Database Management

Essential PostgreSQL Shortcut Commands for Efficient Database Management 📌 Master psql with these quick and powerful shortcut commands! Category: Database, PostgreSQL Tags: PostgreSQL, psql, database management, SQL commands Slug: postgresql-shortcut-commands…

Read More

DB Cloud Backup module

 Create a new RSA Key Oracle$ java -jar oci_install.jar -newrsakeypair -walletDir $ORACLE_HOME/dbs/opc_wallet Oracle Database Cloud Backup Module Install Tool, build 19.3.0.0.0DBBKPCSBP_2019-10-16 OCI API signing keys are created: PRIVATE KEY –>…

Read More

Creating DBLink from MSSQL to ORACLE database schema

This document describes the process of creating a DBLink from an MSSQL database to an Oracle database schema  A database link (DBLink) allows seamless integration and access between two databases,…

Read More

Supplier Bank Account’s Branch BIC (Swift Code) Update Using REST API – Oracle Fusion ERP Cloud

Introduction: This blog has the REST API details that can be used to update the Supplier Bank Account’s Branch BIC (Swift Code) in Oracle Cloud application.   Cause of the…

Read More

Delete AR Invoice via REST API Oracle Fusion Cloud

Introduction: This blog has the REST API details that can be used to delete AR Invoice in Oracle Cloud application.   Cause of the issue: Business wants to mass delete…

Read More

Seamless Navigation Between Oracle APEX Applications

Introduction:– In Oracle APEX, seamless navigation between two applications without requiring users to log in again enhances user experience and efficiency. This can be achieved by securely passing authentication details…

Read More

Maximizing Performance with Table Partitioning in Oracle Databases

Managing large datasets efficiently is a key challenge for database administrators (DBAs). One solution to this problem is table partitioning, a feature in Oracle databases that allows large tables to…

Read More

Shrinking the FND_LOG_MESSAGES Table in Oracle EBS 12.2

In Oracle E-Business Suite (EBS) environments, it’s a good practice to occasionally analyze the largest database objects to identify potential inefficiencies. Recently, I discovered that the FND_LOG_MESSAGES table in my…

Read More

To Wrap Heading and Column Text in Oracle APEX Interactive Grid

Introduction:     In Oracle APEX, when dealing with dynamic or lengthy data, the default behavior of column headers and cell contents may not always provide the best user experience, especially when…

Read More

Disable Right-Click and Shortcut Keys in Oracle APEX

Introduction: In Oracle APEX, restricting right-click and shortcut keys can improve security and control user interactions. Disabling these features prevents unauthorized access to browser tools, sensitive data, and unintended actions,…

Read More