Oracle 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 MoreOracle Database Export and Import to Gzip Through a Named Pipe
Mar 1, 2026 / · 5 min read · oracle database backup compression unix dba export-import shell-scripting ·Oracle Database Export and Import to Gzip Through a Named Pipe When you need to export a large Oracle database but do not have enough disk space for a full uncompressed dump file, piping the export directly through gzip using a Unix named pipe is a proven technique. This method compresses data on the fly, producing a …
Read MoreOracle RMAN Delete Obsolete Backups with Maintenance Channel
Feb 17, 2026 / · 6 min read · Oracle RMAN Database Backup Backup Retention Storage Management Oracle DBA Recovery Manager Database Administration ·Oracle RMAN Delete Obsolete Backups with Maintenance Channel Purpose The Oracle RMAN (Recovery Manager) commands shown in this script help database administrators manage backup storage by automatically removing old, unnecessary backup files. These commands allocate a maintenance channel for disk operations and delete …
Read MoreLIST BACKUPSET OF DATABASE: Oracle RMAN Command Guide
Feb 16, 2026 / · 5 min read · Oracle-RMAN Backup-Commands Database-Recovery DBA-Tools Backup-Verification Recovery-Manager Oracle-Administration Database-Backup ·LIST BACKUPSET OF DATABASE: Oracle RMAN Command Guide Purpose The LIST BACKUPSET OF DATABASE command in Oracle Recovery Manager (RMAN) displays detailed information about all backup sets that contain database datafiles. This command helps database administrators verify backup existence, check backup status, find backup …
Read MoreOracle RMAN Delete Expired Backup: Complete Guide to Repository Maintenance
Feb 15, 2026 / · 7 min read · Oracle RMAN Database Backup RMAN Commands Backup Maintenance Oracle DBA Recovery Manager Database Administration Backup Repository ·Oracle RMAN Delete Expired Backup: Complete Guide to Repository Maintenance The DELETE EXPIRED BACKUP command in Oracle RMAN (Recovery Manager) removes expired backup records from the RMAN repository after they have been identified as inaccessible during a crosscheck operation. This command is essential for maintaining …
Read MoreOracle RMAN REPORT SCHEMA Command: Display Database Files
Feb 14, 2026 / · 5 min read · Oracle Database RMAN Database Administration Backup and Recovery Oracle Commands DBA Scripts Database Files Oracle RMAN Reporting ·Oracle RMAN REPORT SCHEMA Command: Display Database Files Purpose The REPORT SCHEMA command is an essential Oracle RMAN (Recovery Manager) tool that displays comprehensive information about all database files in your Oracle database. This command provides database administrators with a quick view of the current …
Read MoreOracle RMAN Restore Database Validate - Check Backup Integrity
Feb 13, 2026 / · 6 min read · Oracle RMAN Database Backup Backup Validation Recovery Manager Database Administration Corruption Detection Oracle DBA ·Oracle RMAN Restore Database Validate - Check Backup Integrity The RESTORE DATABASE VALIDATE command is one of the most critical proactive health check operations in Oracle Recovery Manager (RMAN) that allows database administrators to verify backup integrity without performing an actual restore operation. This command …
Read MoreOracle RMAN Delete Obsolete - Remove Unneeded Backups
Feb 12, 2026 / · 6 min read · Oracle RMAN Database Backup Backup Management Database Administration Retention Policy Storage Management DBA Scripts ·Oracle RMAN Delete Obsolete - Remove Unneeded Backups The DELETE OBSOLETE command in Oracle RMAN (Recovery Manager) is a powerful maintenance tool that automatically removes backup files that are no longer needed for database recovery. This command helps database administrators manage storage space by deleting backups …
Read MoreOracle RMAN Report Obsolete Redundancy Command Guide
Feb 11, 2026 / · 6 min read · Oracle Database RMAN Backup Management Retention Policy Database Administration Recovery Manager Oracle DBA Backup Strategy ·Oracle RMAN Report Obsolete Redundancy Command Guide Purpose The report obsolete redundancy = 2 command in Oracle Recovery Manager (RMAN) identifies database backups that are no longer necessary for recovery operations based on a redundancy-based retention policy. This command helps database administrators determine …
Read MoreOracle RMAN Report Obsolete Command Guide
Feb 10, 2026 / · 5 min read · Oracle RMAN Database Backup Retention Policy Database Administration Backup Management Recovery Manager DBA Tools ·Oracle RMAN Report Obsolete Command The REPORT OBSOLETE command in Oracle Recovery Manager (RMAN) helps database administrators identify backup files that are no longer required for recovery operations. This command compares existing backups against your configured retention policy and marks outdated backups as …
Read More