Generate AWR, ASH, ADDM Reports from SQL Prompt

In Oracle databases, performance reports like AWR (Automatic Workload Repository), AWRDD (AWR Daily), ASH (Active Session History), and ADDM (Automatic Database Diagnostic…

Understanding the Find Command

Learn how to efficiently search and manage files with the find command. This post covers essential examples for finding, deleting, and compressing…

How to Check Hidden Parameters in Oracle

In Oracle databases, many parameters are designed to be hidden from users to ensure that they don’t accidentally modify critical settings. These…

Oracle Tablespace Quota Management Script

In Oracle databases, it’s important to manage user quotas on tablespaces effectively to prevent users from consuming excessive disk space. The following…

Monitor Long Operations in Oracle

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…

1 8 9 10 11 12 13