Posts

Showing posts with the label /tmp 100%

Oracle Database Error Solutions & DBA Knowledge Base

Practical, step-by-step Oracle Database troubleshooting and administration resources for DBAs, developers, Oracle E-Business Suite administrators, and IT professionals.

Explore practical guidance covering Oracle Database errors, RMAN backup and recovery, Data Guard, ASM, RAC, performance tuning, installation, patching, cloning, Oracle Linux administration, and Oracle E-Business Suite.

Our troubleshooting guides explain common causes, diagnostic steps, SQL queries, configuration checks, and recommended solutions to help database professionals understand problems and resolve them systematically.

Start with the Oracle Error Codes Guide or explore the main DBA topic areas to find detailed technical articles and practical administration resources.

/tmp Folder 100% Full in Linux – Complete Troubleshooting Guide for Linux & Oracle DBAs

Image
/tmp Folder 100% Full in Linux — Troubleshooting Guide Practical Linux and Oracle DBA guide to diagnose a full /tmp filesystem, identify the cause, safely recover space, and prevent the problem from recurring. Last Updated: September 2026 A 100% full /tmp filesystem can cause Linux applications, Oracle Database utilities, installers, patching tools, scripts, and other processes to fail when they cannot create temporary files. The correct solution is not simply to delete everything under /tmp . First determine whether the filesystem is full because of disk-space consumption, inode exhaustion, deleted files still held open by processes, or another filesystem-level condition. Important Oracle warning: If Oracle software is already installed, do not blindly remove /tmp/.oracle or /var/tmp/.oracle . Oracle's installation documentation specifically warns against removing these directories or their files after Oracle software installati...