SlideShare a Scribd company logo
======================================
RMAN Reporting Operations
List Command
======================================
LIST: List will display info about backups and datafile copies listed in repository.
1. By Backup
Command: List backup of database by backup;
List of backup sets and data files in backup sets.
2. By File
Command: List backup by file;
List of datafile backups, archived log backups, control file backups, spfile backups
3. Summary
Command: List backup summary
It will display all backups summary
(or)
Command: List backup of database summary;
It will display only database level 0 and level 1 backups summary
4. Expired
Command: List expired backup
It will display all the archived logs in backup sets.
5. Recoverable
Command: List backup recoverable;
It displays the datafile backups or copies which are in "Available" state that can be restore and
recoverable.
Please find below for other LIST commands:
======================================================================
1. LIST INCARNATION;
2. LIST INCARNATION OF DATABASE;
3. LIST INCARNATION OF DATABASE vis;
4. LIST DB_UNIQUE_NAME ALL;
5. LIST DB_UNIQUE_NAME OF DATABASE;
6. LIST BACKUP;
7. LIST BACKUP SUMMARY;
8. LIST BACKUP BY FILE;
9. LIST BACKUP OF DATABASE;
10. LIST BACKUP OF DATABASE BY BACKUP;
11. LIST BACKUP OF TABLESPACE test SUMMARY;
12. LIST BACKUP OF DATAFILE 65;
13. LIST BACKUP OF DATAFILE 11 SUMMARY;
14. LIST BACKUP OF CONTROLFILE;
15. LIST BACKUP OF ARCHIVELOG FROM SEQUENCE 2222;
16. LIST BACKUP OF ARCHIVELOG FROM TIME ‘sysdate-1’;
17. LIST BACKUP OF ARCHIVELOG ALL COMPLETED BEFORE ‘sysdate-2’;
18. LIST BACKUP RECOVERABLE;
19. LIST EXPIRED BACKUP;
20. LIST EXPIRED BACKUP OF ARCHIVELOG ALL SUMMARY;
21. LIST COPY;
22. LIST COPY OF DATABASE ARCHIVELOG ALL;
23. LIST COPY OF TABLESPACE appl_idx;
24. LIST COPY OF DATAFILE 11, 60, 98;
25. LIST COPY OF CONTROLFILE;
26. LIST EXPIRED COPY;
27. LIST BACKUPSET SUMMARY;
28 .LIST BACKUPSET 109;
29. LIST BACKUPSET OF DATAFILE 1;
30. LIST ARCHIVELOG;
31. LIST ARCHIVELOG ALL LIKE ‘%5515%’;
32. LIST CONTROLFILECOPY “/tmp/cntrlfile.copy”;
33. LIST SCRIPT NAMES;
34. LIST ALL SCRIPT NAMES;
35. LIST GLOBAL SCRIPT NAMES;
36. LIST FAILURE; — 11g R1
37. LIST FAILURE 420 DETAIL; — 11g R1
38. LIST FAILURE ALL; — 11g R1
39. LIST RESTORE POINT ALL;
List Command Examples:
Command: LIST BACKUP OF DATABASE;
This command list the backups of database
Command: LIST COPY OF DATAFILE 1, 2, 3;
Command list the data files copy
Command: LIST BACKUP OF ARCHIVELOG FROM SEQUENCE 1437;
This will list the archivelogs from the sequence no:1437
Command: LIST CONTROLFILECOPY “/tmp/cf.cpy”;
This command will list the controlfile copy
Command: LIST BACKUPSET OF DATAFILE 1;
This will list the backupset of datafile 1
Command: LIST BACKUP OF DATABASE BY BACKUP;
Organizes the output by backup set. This is the default mode of presentation.
Command: LIST BACKUP BY FILE;
Lists the backups according to which file was backed up
Command: LIST BACKUP SUMMARY;
Displays reduced output. By default, the output is VERBOSE.
Command: LIST EXPIRED COPY;
Displays files inaccessible based on the CROSSCHECK command.
Command: LIST BACKUP RECOVERABLE;
Specifies datafile backups or copies that are available and that can be restored and recovered in
the current database incarnation. LIST BACKUP,LIST COPY,LIST COPY OF
CONTROLFILE,LIST COPY OF DATAFILE 1
======================================
Report Command
======================================
The REPORT command performs more complex analysis than LIST
1. Need Backup
Command: report need backup database
Here which files need to be taken backup under the current retention policy
2. Obsolete
Command: report obsolete
Here it will report the list of backups that are obsolete under the current retention policy
3. Schema
Command: report schema
Here it will display the current/diffent time of tablespaces and datafile information of the
database
4. Unrecoverable
Command: report unrecoverable
======================================================================
List Command Examples:
Command: REPORT NEED BACKUP DATABASE;
Shows which files need backing up under current retention policy. Use optional
REDUNDANCY and RECOVERY WINDOW parameters to specify different criteria.
Command: REPORT OBSOLETE;
Lists backups that are obsolete under the configured retention policy. Use optional
REDUNDANCY and RECOVERY WINDOW parameters to specify criteria.
Command: REPORT UNRECOVERABLE;
Lists all datafiles for which an unrecoverable operation has been performed against an object in
the datafile since the last backup of the datafile.
Command: REPORT SCHEMA;
Reports the tablespaces and datafiles in the database at the current time (default) or a different
time.
Command: REPORT NEED BACKUP;
The following command use to report the file need to be backup
Command: REPORT NEED BACKUP DAYS=5;
This command report the files need backup for the given days
Command: REPORT NEED BACKUP REDUNDANCY=3;
This command report the backup need files based on redundancy
Command: REPORT NEED BACKUP RECOVERY WINDOW OF 7 DAYS;
This command report the backup need based on given retention policy
Command: REPORT NEED BACKUP INCREMENTAL 1;
This will report which files needs incremental level 1 backup
Command: REPORT SCHEMA AT TIME ‘sysdate-20/1440’;
This will report which files needs backup as per given time
================================================
THANK YOU
======================================
Written by:
Syed Sadath Ullah
M.Tech;Ocp
Oracle Database Administrator
Email: oraclecloud777@gmail.com
======================================

More Related Content

PPTX
Cloning Oracle EBS R12: A Step by Step Procedure
Orazer Technologies
 
DOCX
Rman cloning when both directory and db name are same.
subhani shaik
 
DOCX
Cloning database using srdf copy
Amit Vashishth
 
DOC
Rman cloning guide
Amit87_dba
 
PDF
Backup andrecoverychecklist
praveen_01236
 
DOCX
LogMiner
Anar Godjaev
 
TXT
Scripts related to temp tablespace
Soumya Das
 
PPT
Examples -partII
Kedar Bhandari
 
Cloning Oracle EBS R12: A Step by Step Procedure
Orazer Technologies
 
Rman cloning when both directory and db name are same.
subhani shaik
 
Cloning database using srdf copy
Amit Vashishth
 
Rman cloning guide
Amit87_dba
 
Backup andrecoverychecklist
praveen_01236
 
LogMiner
Anar Godjaev
 
Scripts related to temp tablespace
Soumya Das
 
Examples -partII
Kedar Bhandari
 

What's hot (12)

PPT
11 Things About 11gr2
afa reg
 
PPT
Less02 Installation
vivaankumar
 
TXT
Clase 09 03-2013
sayajeff
 
PDF
Createclone
oracle documents
 
PDF
Oracle database hot backup and recovery
Arun Sharma
 
DOCX
Basic linux commands
Rogério Pereira Falcone
 
DOCX
Oracle optach update
Rakesh rao
 
PPTX
Data Migration in Database
Jingun Jung
 
PPTX
Introduction to Command Line & Batch files
Hayder F. Shamary
 
PDF
The Ring programming language version 1.3 book - Part 60 of 88
Mahmoud Samir Fayed
 
PPTX
Yum (Linux)
Raghu nath
 
11 Things About 11gr2
afa reg
 
Less02 Installation
vivaankumar
 
Clase 09 03-2013
sayajeff
 
Createclone
oracle documents
 
Oracle database hot backup and recovery
Arun Sharma
 
Basic linux commands
Rogério Pereira Falcone
 
Oracle optach update
Rakesh rao
 
Data Migration in Database
Jingun Jung
 
Introduction to Command Line & Batch files
Hayder F. Shamary
 
The Ring programming language version 1.3 book - Part 60 of 88
Mahmoud Samir Fayed
 
Yum (Linux)
Raghu nath
 
Ad

Similar to Rman Reporting Opertions - LIST & REPORT (20)

PDF
Ioug tip book11_gunukula
Satishbabu Gunukula
 
PPT
Les 05 Create Bu
vivaankumar
 
PPT
7035416.ppt
hesham alataby
 
PDF
RMAN – The Pocket Knife of a DBA
Guatemala User Group
 
PDF
Rman workshop short
Nabi Abdul
 
PDF
Collaborate 2012 - RMAN Eliminate the mystery
Nelson Calero
 
PPTX
10 Problems with your RMAN backup script
Yury Velikanov
 
PPT
Les 07 Rman Rec
vivaankumar
 
DOC
Backup and Recovery Procedure
Anar Godjaev
 
PDF
Collaborate 2012 - RMAN eliminate the mystery
Nelson Calero
 
PDF
UKOUG - RMAN Back to Basics - Oct 2017
Zahid Anwar (OCM)
 
PPT
Less15 Backups
vivaankumar
 
PPT
Les 05 create_bu
Femi Adeyemi
 
PDF
Rman Presentation
Rick van Ek
 
PPTX
What’s new in oracle 12c recovery manager (rman)
Satishbabu Gunukula
 
PDF
Hjrbur
oracle documents
 
PPTX
Database Dumps and Backups
EDB
 
PPT
Les 07 rman_rec
Femi Adeyemi
 
PPTX
Backup And Recovery Planning
MoniqueO Opris
 
PDF
Oracle backup
Ravi Kumar Lanke
 
Ioug tip book11_gunukula
Satishbabu Gunukula
 
Les 05 Create Bu
vivaankumar
 
7035416.ppt
hesham alataby
 
RMAN – The Pocket Knife of a DBA
Guatemala User Group
 
Rman workshop short
Nabi Abdul
 
Collaborate 2012 - RMAN Eliminate the mystery
Nelson Calero
 
10 Problems with your RMAN backup script
Yury Velikanov
 
Les 07 Rman Rec
vivaankumar
 
Backup and Recovery Procedure
Anar Godjaev
 
Collaborate 2012 - RMAN eliminate the mystery
Nelson Calero
 
UKOUG - RMAN Back to Basics - Oct 2017
Zahid Anwar (OCM)
 
Less15 Backups
vivaankumar
 
Les 05 create_bu
Femi Adeyemi
 
Rman Presentation
Rick van Ek
 
What’s new in oracle 12c recovery manager (rman)
Satishbabu Gunukula
 
Database Dumps and Backups
EDB
 
Les 07 rman_rec
Femi Adeyemi
 
Backup And Recovery Planning
MoniqueO Opris
 
Oracle backup
Ravi Kumar Lanke
 
Ad

Recently uploaded (20)

PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PPTX
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
PDF
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Doc9.....................................
SofiaCollazos
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 

Rman Reporting Opertions - LIST & REPORT

  • 1. ====================================== RMAN Reporting Operations List Command ====================================== LIST: List will display info about backups and datafile copies listed in repository. 1. By Backup Command: List backup of database by backup; List of backup sets and data files in backup sets. 2. By File Command: List backup by file; List of datafile backups, archived log backups, control file backups, spfile backups 3. Summary Command: List backup summary It will display all backups summary (or) Command: List backup of database summary; It will display only database level 0 and level 1 backups summary 4. Expired Command: List expired backup It will display all the archived logs in backup sets. 5. Recoverable Command: List backup recoverable; It displays the datafile backups or copies which are in "Available" state that can be restore and recoverable.
  • 2. Please find below for other LIST commands: ====================================================================== 1. LIST INCARNATION; 2. LIST INCARNATION OF DATABASE; 3. LIST INCARNATION OF DATABASE vis; 4. LIST DB_UNIQUE_NAME ALL; 5. LIST DB_UNIQUE_NAME OF DATABASE; 6. LIST BACKUP; 7. LIST BACKUP SUMMARY; 8. LIST BACKUP BY FILE; 9. LIST BACKUP OF DATABASE; 10. LIST BACKUP OF DATABASE BY BACKUP; 11. LIST BACKUP OF TABLESPACE test SUMMARY; 12. LIST BACKUP OF DATAFILE 65; 13. LIST BACKUP OF DATAFILE 11 SUMMARY; 14. LIST BACKUP OF CONTROLFILE; 15. LIST BACKUP OF ARCHIVELOG FROM SEQUENCE 2222; 16. LIST BACKUP OF ARCHIVELOG FROM TIME ‘sysdate-1’; 17. LIST BACKUP OF ARCHIVELOG ALL COMPLETED BEFORE ‘sysdate-2’; 18. LIST BACKUP RECOVERABLE; 19. LIST EXPIRED BACKUP; 20. LIST EXPIRED BACKUP OF ARCHIVELOG ALL SUMMARY; 21. LIST COPY; 22. LIST COPY OF DATABASE ARCHIVELOG ALL; 23. LIST COPY OF TABLESPACE appl_idx; 24. LIST COPY OF DATAFILE 11, 60, 98; 25. LIST COPY OF CONTROLFILE; 26. LIST EXPIRED COPY; 27. LIST BACKUPSET SUMMARY; 28 .LIST BACKUPSET 109; 29. LIST BACKUPSET OF DATAFILE 1; 30. LIST ARCHIVELOG; 31. LIST ARCHIVELOG ALL LIKE ‘%5515%’; 32. LIST CONTROLFILECOPY “/tmp/cntrlfile.copy”; 33. LIST SCRIPT NAMES; 34. LIST ALL SCRIPT NAMES; 35. LIST GLOBAL SCRIPT NAMES; 36. LIST FAILURE; — 11g R1 37. LIST FAILURE 420 DETAIL; — 11g R1 38. LIST FAILURE ALL; — 11g R1 39. LIST RESTORE POINT ALL;
  • 3. List Command Examples: Command: LIST BACKUP OF DATABASE; This command list the backups of database Command: LIST COPY OF DATAFILE 1, 2, 3; Command list the data files copy Command: LIST BACKUP OF ARCHIVELOG FROM SEQUENCE 1437; This will list the archivelogs from the sequence no:1437 Command: LIST CONTROLFILECOPY “/tmp/cf.cpy”; This command will list the controlfile copy Command: LIST BACKUPSET OF DATAFILE 1; This will list the backupset of datafile 1 Command: LIST BACKUP OF DATABASE BY BACKUP; Organizes the output by backup set. This is the default mode of presentation. Command: LIST BACKUP BY FILE; Lists the backups according to which file was backed up Command: LIST BACKUP SUMMARY; Displays reduced output. By default, the output is VERBOSE. Command: LIST EXPIRED COPY; Displays files inaccessible based on the CROSSCHECK command. Command: LIST BACKUP RECOVERABLE; Specifies datafile backups or copies that are available and that can be restored and recovered in the current database incarnation. LIST BACKUP,LIST COPY,LIST COPY OF CONTROLFILE,LIST COPY OF DATAFILE 1
  • 4. ====================================== Report Command ====================================== The REPORT command performs more complex analysis than LIST 1. Need Backup Command: report need backup database Here which files need to be taken backup under the current retention policy 2. Obsolete Command: report obsolete Here it will report the list of backups that are obsolete under the current retention policy 3. Schema Command: report schema Here it will display the current/diffent time of tablespaces and datafile information of the database 4. Unrecoverable Command: report unrecoverable ====================================================================== List Command Examples: Command: REPORT NEED BACKUP DATABASE; Shows which files need backing up under current retention policy. Use optional REDUNDANCY and RECOVERY WINDOW parameters to specify different criteria. Command: REPORT OBSOLETE; Lists backups that are obsolete under the configured retention policy. Use optional REDUNDANCY and RECOVERY WINDOW parameters to specify criteria. Command: REPORT UNRECOVERABLE; Lists all datafiles for which an unrecoverable operation has been performed against an object in the datafile since the last backup of the datafile.
  • 5. Command: REPORT SCHEMA; Reports the tablespaces and datafiles in the database at the current time (default) or a different time. Command: REPORT NEED BACKUP; The following command use to report the file need to be backup Command: REPORT NEED BACKUP DAYS=5; This command report the files need backup for the given days Command: REPORT NEED BACKUP REDUNDANCY=3; This command report the backup need files based on redundancy Command: REPORT NEED BACKUP RECOVERY WINDOW OF 7 DAYS; This command report the backup need based on given retention policy Command: REPORT NEED BACKUP INCREMENTAL 1; This will report which files needs incremental level 1 backup Command: REPORT SCHEMA AT TIME ‘sysdate-20/1440’; This will report which files needs backup as per given time ================================================ THANK YOU ====================================== Written by: Syed Sadath Ullah M.Tech;Ocp Oracle Database Administrator Email: [email protected] ======================================