Export
Oracle Export Through a Named Pipe with mknod for Space-Constrained Hosts
May 14, 2026 / · 7 min read · Oracle Database Unix Commands Oracle DBA Export Named Pipe Legacy Export mknod Backup ·Oracle Export Through a Named Pipe with mknod for Space-Constrained Hosts Purpose Oracle's original Export utility (exp) writes a binary dump file. On production hosts where disk space is tight — where staging a full-database dump and its compressed copy simultaneously would exhaust the filesystem — the classic …
Read MoreOracle exp/imp Parameter File: Direct Path User-to-User Data Migration Using a parameter file (parfile) with Oracle's legacy exp and imp utilities is a clean, repeatable way to move schema data between users — especially when you need speed, control over what gets transferred, and a consistent log trail. This post …
Read MoreExport/Import Oracle Optimizer Statistics: Complete Guide
Apr 29, 2025 / · 3 min read · Oracle Database Query Optimization DBA Tools Statistics Management dbms_stats import export statistics ·Oracle Optimizer Statistics Transfer Guide This guide demonstrates how to migrate schema statistics between Oracle databases using DBMS_STATS procedures - crucial for maintaining consistent execution plans across environments. Exporting and importing optimizer statistics in Oracle Database is essential for maintaining …
Read More