Oracle Database Patching: Common Steps
Introduction This document outlines the essential steps for Oracle Database patching. It includes pre-checks, patch installation instructions, and post-patching validation steps. Always…
Master SQL, PostgreSQL, MySQL, MongoDB, and trending open-source databases. Learn optimization, design patterns, and best practices for modern data management.
Introduction This document outlines the essential steps for Oracle Database patching. It includes pre-checks, patch installation instructions, and post-patching validation steps. Always…
This post provides SQL queries to find the size of an Oracle database, including the total database size, data size, used and…
This SQL query helps monitor the growth and space utilization of an Oracle database by calculating the total size, used space, free…
If you encounter a hung AWR (Automatic Workload Repository) process in Oracle, you may need to identify and terminate the associated session.…
An SSH key is a pair of cryptographic keys used for secure communication between a client and a server over the SSH…
In Oracle databases, performance reports like AWR (Automatic Workload Repository), AWRDD (AWR Daily), ASH (Active Session History), and ADDM (Automatic Database Diagnostic…
Learn how to efficiently search and manage files with the find command. This post covers essential examples for finding, deleting, and compressing…
These SQL scripts help monitor and check various aspects of RMAN (Recovery Manager) backups in Oracle databases. Below is a summary of…
To fix the ORA-39095: Dump file space has been exhausted: Unable to allocate 8192 bytes error, you can follow these steps: 1.…
There are several reasons you might need to export Oracle object statistics. For instance, you may want to back up the current…