Monitoring Oracle Database Growth and Space Utilization
This SQL query helps monitor the growth and space utilization of an Oracle database by calculating the total size, used space, free…
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…
In Oracle databases, many parameters are designed to be hidden from users to ensure that they don’t accidentally modify critical settings. These…
SQL tuning is crucial for optimizing query performance in Oracle databases. This step-by-step guide explains how to create and execute a SQL…
In Oracle databases, it’s important to manage user quotas on tablespaces effectively to prevent users from consuming excessive disk space. The following…
Use the following script (@longops.sql) to monitor long-running operations in Oracle: This script provides real-time details on session progress, elapsed time, and…
Oracle Database administrators often need tools for performance diagnostics and tuning. One such tool is the sqltrpt.sql script, located in the ?/rdbms/admin…
Effectively managing database sessions is crucial for optimal performance. This SQL query identifies active and inactive sessions for each user in an…
When monitoring EXPDP/IMPDP jobs, we rely on log files generated by the processes and alert logs for error tracking. While this works…