Oracle Administration
Search UNIX Man Pages for Oracle DBA Tools with man -k
May 25, 2026 / · 7 min read · Oracle DBA Unix Commands man apropos Documentation Oracle Administration Linux for DBAs Shell ·Search UNIX Man Pages for Oracle DBA Tools with man -k Purpose Where Google answers most "how do I do X in UNIX" questions for a DBA today, man -k answers the narrower one — what tools the host actually has installed, and what each one does, without leaving the SSH session. Production Oracle hosts often run in …
Read MoreEnable vi Command-Line Editing in ksh for Oracle DBA Shells
May 24, 2026 / · 7 min read · Oracle DBA Unix Commands ksh Shell AIX Solaris HP-UX Oracle Administration ·Enable vi Command-Line Editing in ksh for Oracle DBA Shells Purpose Recalling and editing the prior command without retyping it is the single most-used operation in a long DBA shift on an Oracle host. On the Korn shell (ksh) — the default login shell on AIX 7.x, Solaris 11, HP-UX 11i, and many older Oracle 11g/12c …
Read MoreDisable vi Autoindent Before Pasting SQL Scripts on Oracle Hosts
May 23, 2026 / · 7 min read · Oracle DBA Unix Commands vi SQL*Plus Editor Oracle Administration Shell SQL Scripts ·Disable vi Autoindent Before Pasting SQL Scripts on Oracle Hosts Purpose Pasting a SQL script copied from email, a Confluence page, or a ticket comment into a vi buffer over SSH — and watching every line shift one indent right of the previous one — is the most common and most frustrating vi failure mode an Oracle DBA …
Read MoreScan Every Oracle Alert and Trace Log for ORA- Errors with grep
May 17, 2026 / · 6 min read · Oracle Database Unix Commands Oracle DBA grep Alert Log Error Diagnostics Troubleshooting Oracle Administration ·Scan Every Oracle Alert and Trace Log for ORA- Errors with grep Purpose Every Oracle environment generates alert logs and process trace files recording instance events, errors, and diagnostics. When a support call comes in — "the database was slow last night, can you check the logs?" — the fastest first pass is a …
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 List Backupset Command Guide
Feb 7, 2026 / · 4 min read · Oracle Database RMAN Backup Management Database Recovery DBA Commands Oracle Administration Backup Verification Recovery Manager ·Oracle RMAN List Backupset Command Guide Purpose The list backupset; command in Oracle Recovery Manager (RMAN) displays detailed information about backup sets stored in the RMAN repository. This command helps database administrators view backup set metadata, including backup pieces, unique keys, completion times, and …
Read MoreOracle Statspack: Automate Snapshots with spauto.sql
Sep 7, 2025 / · 3 min read · oracle database statspack performance monitoring automation dba scripts database tuning oracle administration job scheduling dba_jobs ·Oracle Statspack Automation: Scheduling Hourly Database Performance Snapshots Oracle Statspack automation provides database administrators with continuous performance monitoring capabilities through scheduled snapshot collection. The spauto.sql script enables automated hourly snapshots that capture essential database …
Read MoreOracle EXPLAIN PLAN: SQL Performance Analysis Guide
Aug 6, 2025 / · 4 min read · oracle database sql performance query tuning explain plan database optimization performance analysis sql scripts oracle administration EXPLAIN PLAN utlxpls ·Oracle Database EXPLAIN PLAN: Complete Guide to SQL Performance Analysis EXPLAIN PLAN is one of Oracle Database's most powerful tools for analyzing SQL query performance and understanding how the Oracle optimizer executes your statements. This comprehensive guide covers everything you need to know about using EXPLAIN …
Read More