It produces a warning for new failures before advising for CRITICAL and HIGH failures.
It ignores new failures and considers the failures listed in the last LIST FAILURE command only.
It produces an error with recommendation to run the LIST FAILURE command before the ADVISE FAILURE command.
It produces advice only for new failures and the failures listed in the last LIST FAILURE command are ignored.
第1题:
In Recovery Manager (RMAN), you have set control file autobackup to ON by using the following command: CONFIGURE CONTROLFILE AUTOBACKUP ON; Which two events would cause the control file to be backed up automatically? ()
第2题:
You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the user RCO11. The INST1 database contains an Oracle Database version 10.1 catalog schema owned by the user RCAT10. You want the RMAN to import metadata for database IDs 1423241 and 1423242, registered in RCAT10, into the recovery catalog owned by RCO11. You also want to deregister them from the catalog after import. You executed the following commands to achieve this: RMAN> CONNECT CATALOG rco11/password@catdb RMAN> IMPORT CATALOG rcat10/oracle@inst1 DBID=1423241,1423242; What happens if the RCO11 catalog has scripts with the same name as that of the scripts in RCAT10 catalog?()
第3题:
Your PROD database has been started using the server parameter file. In your PROD database you are using RMAN for backup and recovery operations. You issue the following commands from the RMAN prompt: RMAN> CONFIGURE CONTROLFILE AUTOBACKUP OFF; RMAN> BACKUP DATABASE; Which files from the database will be backed up as a result of this BACKUP command?()
第4题:
You executed the following commands in an RMAN session for your database instance that has failures: RMAN> LIST FAILURE; After some time, you executed the following command in the same session: RMAN> ADVISE FAILURE; But there are new failures recorded in the Automatic Diagnostic Repository (ADR) after the execution ofthe last LIST FAILURE command. Which statement is true for the above ADVISE FAILURE command in this scenario()
第5题:
You executed the following command in Recovery Manager (RMAN) against your Oracle 10g database: RMAN> REPORT NEED BACKUP days 3; What would be the output of this command?()
第6题:
Observe the following warning in an RMAN session of your database instance: WARNING: new failures were found since last LIST FAILURE command Which statement describes the scenario that must have produced this warning?()
第7题:
a list of files that require a backup within three days
a list of files that have not been backed up for three days
a list of files that RMAN recommends be backed up only once in every three days, based on low volatility
a list of files for which a backup has already been performed and may need a backup after three days
第8题:
when you change the name of a datafile
when you drop a table from the database
when you take an export of the database
when you back up the database using OS utilities
when you issue an ALTER SYSTEM SWITCH LOGFILE statement
when you issue a BACKUP command from inside the RMAN run block
第9题:
It produces a warning for new failures before advising for CRITICAL and HIGH failures.
It ignores new failures and considers the failures listed in the last LIST FAILURE command only.
It produces an error with recommendation to run the LIST FAILURE command before the ADVISE FAILURE command.
It produces advice only for new failures and the failures listed in the last LIST FAILURE command are ignored.
第10题:
The CHANGE FAILURE command has detected new failures recorded in the Automatic Diagnostic Repository(ADR)
The VALIDATE DATABASE command has detected new failures recorded in the Automatic Diagnostic Repository (ADR)
The ADVISE FAILURE command has detected new failures recorded in the Automatic Diagnostic Repository (ADR) since the last LIST FAILURE
The RECOVER command has detected new failures recorded in the Automatic Diagnostic Repository (ADR) since the last LIST FAILURE command was executed
第11题:
The USERS.DBF datafile is corrupted and cannot be restored by RMAN.
The USERS.DBF datafile was not backed up using the RMAN BACKUP DATABASE command.
The USERS.DBF datafile was not restored using the RMAN RESTORE DATABASE command.
The USERS.DBF datafile was not recovered using the RMAN RECOVER DATABASE command.
第12题:
a list of all those files that have been deleted in the last two days
a list of all those files that have been recovered within the last two days
a list of all the expired backups and copies
a list of backups and copies that are outside the range covered by the current retention policy
第13题:
You want to perform in incomplete recovery of your database. You plan to use these commands to recover your database: SET UNTIL TIME = ’2000-12-09:11:44:00’; RESTORE DATABASE; RECOVER DATABASE; How should the commands be executed? ()
第14题:
The backup retention policy is configured as RECOVERY WINDOW 2. You executed the following command in Recovery Manager (RMAN) against your database: RMAN> REPORT OBSOLETE; What would you see in the output?()
第15题:
You executed the following command in Recovery Manager (RMAN): RMAN> RESTORE CONTROLFILE; Which operation must you perform before this command is executed?()
第16题:
Your database is running in the ARCHIVELOG mode. You have configured RMAN for backup and recovery operations. You execute the following command from the RMAN prompt: RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON; After executing this command, in which of the following cases will RMAN make an auto-backup of the control file? ()
第17题:
Your database is in ARCHIVELOG mode. On Friday evening, you perform an online database backup by using the BACKUP DATABASE command at the Recovery Manager (RMAN) prompt and close the database. On Monday, the System Administrator informs you about the failure of two hard disks. One of the lost disks contains two datafiles, HR1.DBF and HR2.DBF, both of which belong to a read/write tablespace named HR. The disk also contains a datafile, USERS.DBF, which belongs to a read/write tablespace named USERS. You need to restore and recover the database backup that was performed on Friday evening. After mounting the database, you issue the following RMAN commands: RMAN>RESTORE DATABASE; RMAN>RECOVER DATABASE; After successfully executing these RMAN commands, you issue the following statement using SQL*Plus: SQL>ALTER DATABASE OPEN; You receive the following errors when attempting to open the database: ORA-01157: cannot identify/lock data file 10 see DBWR trace file ORA-01110: data file 10: ’D:///USERS.DBF’ What is the cause of these errors?()
第18题:
Observe the following warning in an RMAN session of your database instance: WARNING:// new failures were found since last LIST FAILURE command Which statement describes the scenario that must have produced this warning?()
第19题:
Only the SET command must be within a RUN block.
All commands should be executed at the RMAN prompt.
All three commands must be within a single RUN block.
Only the RESTORE and RECOVER commands must be within a single RUN block.
第20题:
back up the control file to trace
bring database to the MOUNT state
open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database
set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog
第21题:
back up the control file to trace
bring database to the MOUNT state
open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database
set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog
第22题:
The CHANGE FAILURE command has detected new failures recorded in the Automatic Diagnostic Repository(ADR)
The VALIDATE DATABASE command has detected new failures recorded in the Automatic Diagnostic Repository (ADR)
The ADVISE FAILURE command has detected new failures recorded in the Automatic Diagnostic Repository (ADR) since the last LIST FAILURE
The RECOVER command has detected new failures recorded in the Automatic Diagnostic Repository (ADR) since the last LIST FAILURE command was executed
第23题:
control file
all datafiles
password file
online redo log file
archive redo log file
server parameter file
only the SYSTEM datafile
第24题:
The scripts in the RCO11 catalog are overwritten.
RMAN renames the local stored scripts in the RCO11 catalog.
The RMAN session in which the command is executed aborts.
RMAN renames the global scripts that are imported from the RCAT10 catalog.