Daily Archives: January 27, 2026

Query to get the output for object privileges, roles, system privileges with details

Please use the below query to get the output.   set echo on; SELECT COUNT(*) AS object_priv_count FROM dba_tab_privs WHERE grantee = ‘A’; set echo on; SELECT COUNT(*) AS role_grant_count…

Read More

Script to create trace at database schema level by enabling trigger model.

Please execute the below and change the username accordingly. After the trace drop the trigger.   CREATE OR REPLACE TRIGGER “1234_TMP_LOGGINGTRIG” AFTER LOGON ON DATABASE begin if ora_login_user = ‘1234’…

Read More

Replication snapshot agent permission issue and Troubleshooting

Replication snapshot agent permission issue and Troubleshooting   1. What is the replication for the SQL server?  SQL Server replication is one of the HADR technologies that copy and distribute the data…

Read More

Telegraf configuration to scrape database information in windows server

Telegraf is a small tool that collects system and application data and sends it to monitoring tools like Prometheus, Grafana.Telegraf helps you see what is happening inside your server and…

Read More

Automating_patch_in_windows_server

1.Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass # --- CONFIGURATION --- $oracleHome = "D:\automation\WINDOWS.X64_193000_db_home" $patchDir = "D:\automation\p37532350_190000_MSWIN-x86-64 (2)\37532350" $opatchDir = "$oracleHome\OPatch" $opatchZip = "D:\automation\p6880880_190000_MSWIN-x86-64.zip" $logFile = "C:\Users\Administrator\Documents\oracle_patch_log.txt" # Define Oracle services $dbService…

Read More

SQL servers’ registration in SSMS

SQL servers’ registration in SSMS   What is server registration in SSMS?  It is one of the features in SQL Server Management Studio (SSMS) which is very  useful to have a list of registered servers…

Read More

Reporting Currency Vs Translation In Oracle Fusion

Introduction/ Issue: Organizations operating across multiple countries and currencies require accurate financial reporting in more than one currency. In Oracle Fusion Financials, finance teams often face confusion between Reporting Currency…

Read More

How AI helps in Oracle Fusion Financials

Introduction/ Issue:    Modern finance teams using Oracle Fusion Financials deal with large transaction volumes, tight close timelines, compliance pressure, and growing expectations for real-time insights. Traditional rule-based processes and…

Read More

AJAX-Dynamic Tooltips & Cascading LOVs in Oracle APEX

AJAX-Dynamic Tooltips & Cascading LOVs in Oracle APEX Introduction:  In Oracle APEX applications, cascading List of Values (LOVs) are commonly used to filter data based on user selections. However, users…

Read More

Build and Consume Secure REST APIs in Oracle APEX using ORDS and OAuth2

Introduction:  In the current enterprise technology landscape, applications are increasingly required to integrate and exchange information across diverse systems in a secure and reliable manner. Oracle APEX, in conjunction with…

Read More