|
Explanation: This answer shows correct syntax of command to find all backup sets containing the data file query1.dbf. Lists provides a complementary function of showing the available backups for specified datafiles, available copies for certain datafiles, and available backup sets or image copies for datafiles belonging to a specific list of table spaces. Lists also provide information about backup sets of archived redo logs and incarnations of the database. Incorrect Answers: 2: REPORT command identifies the database files that require backup. In addition, reports may help to identify which components of the database have not been backed up recently, and also to identify the backups that are no longer necessary for database recovery. 3: A datafile image copy, backup control file, or archived redo log taken using methods other than RMAN can be used by RMAN if it is identified to the recovery catalog with the CATALOG command. 4: There is CREATE SCRIPT command in RMAN, but there is no CREATE LIST command. Oracle 8, DBA Certification Exam Guide, Jason S. Couchman, p. 625-626 Chapter 13: Using Recovery Manager for Backups
|