Use the LIST
command to view information about backups stored in the Oracle Recovery Manager (RMAN) repository. The information includes backups of data files, individual tablespaces, archived redo log files, and control files. You can also use this command to display information about expired and obsolete backups.
See Also:
Oracle Database Backup and Recovery User's Guide for more information about the LIST
command
The syntax used to display backups of multitenant container databases (CDBs) and pluggable databases (PDBs), which has minor variations from that used for non-CDBs, is described in Oracle Database Backup and Recovery User's Guide.
To display all backups:
Connect RMAN to the target database as described in "Connecting to the Target Database Using RMAN."
Use the LIST
command to display a summary of all the backups, both backup sets and image copies.
LIST BACKUP SUMMARY; List of Backups =============== Key TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag ------- -- -- - ----------- --------------- ------- ------- ---------- --- 12 B F A DISK 28-MAR-12 1 1 NO TAG20120328T051810 13 B F A DISK 28-MAR-12 1 1 NO TAG20120328T051811 14 B F A DISK 28-MAR-12 1 1 NO TAG20120328T051921 15 B F A DISK 28-MAR-12 1 1 NO TAG20120328T051936 16 B F A DISK 28-MAR-12 1 1 NO TAG20120328T052241
To display selected backups: