Category: Database

Master SQL, PostgreSQL, MySQL, MongoDB, and trending open-source databases. Learn optimization, design patterns, and best practices for modern data management.

Oracle Tablespace Quota Management Script

3 min read · December 27, 2024

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

1 min read · December 27, 2024

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…

OPatch Command Usage for Oracle Patch Management

2 min read · December 24, 2024

A collection of essential OPatch commands for managing Oracle patches, including listing inventory, applying/rolling back patches, checking conflicts, and handling multiple inventory…

Understanding Oracle DB Character Set (CHARSET)

2 min read · December 23, 2024

In Oracle Database, a character set (CHARSET) determines how characters—such as letters, numbers, and symbols—are encoded into bytes for storage and retrieval.…

Script to Track Top 10 CPU-Consuming Oracle Sessions

5 min read · December 22, 2024

In Oracle database performance tuning, identifying resource-intensive sessions is crucial. A well-crafted query provides insights into active sessions, highlighting CPU usage, disk…