You performed the RMAN database backup with the KEEP option. Which two statements are true regarding this backup?()
第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题:
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?()
第3题:
Examine the following RMAN command: BACKUP DATABASE TAG TESTDB KEEP UNTIL ’SYSDATE+1’ RESTORE POINT TESTDB06; Which two statements are true regarding the backup taken by using the above RMAN command?()
第4题:
You performed the RMAN database backup with the KEEP option.Which two statements are true about this backup?() (Choose two)
第5题:
You are using the control file to maintain information about the database backups that are being performed by Recovery Manager (RMAN).Identify two scenarios is which you must have a recovery catalog. ()(Choose two.)
第6题:
Your database is running in ARCHIVELOG mode,and the database is open. You execute an RMAN backup and specify the KEEP clause.Which components are backed up when this option is specified?()
第7题:
In the parameter file of your production database, the CONTROL_FILE_RECORD_KEEP_TIME parameter is set to 31. What would be the impact of this setting on the backup that is being performed by using Recovery Manager (RMAN)?()
第8题:
only the control file, the current SPFILE, and data files
only the current SPFILE and data files if autobackup is disabled
only the data files and the archived redo logs
the control file, current SPFILE file, data files, and archived redo logs
第9题:
A tablespace is taken offline.
The database instance is restarted.
A new data file is added to an existing tablespace.
A successful backup is recorded in the RMAN repository.
The RMAN connection is disconnected from the target database.
第10题:
Only data files and the control file are backed up.
Archived redo logs are backed up only if the database is open during the backup.
The backup is deleted after one day,regardless of the default retention policy settings.
The backup becomes obsolete after one day,regardless of the default retention policy settings.
第11题:
Datafiles
Current control file
Server parameter file (spfile)
Password file
第12题:
When a successful backup is recorded in the RMAN repository, then a backup of the current control file is performed.
When a structural change is made to the database, then a backup of the current control file is performed.
When a successful backup is performed in the RMAN repository, then a backup of the spfile is performed.
When a structural change is made to the database, then a backup of the alert log file will be performed.
第13题:
You are using the control file to maintain information about the database backups that are being performed by Recovery Manager (RMAN). Identify two scenarios is which you must have a recovery catalog.()
第14题:
You configured the flash recovery area in the database. Which two files would you expect to find in the flash recovery area?()
第15题:
You issued the following RMAN command: RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON; What is NOT an impact of using the above command?()
第16题:
You are maintaining your database in Oracle10g. You are performing the backup by using the BACKUP AS BACKUPSET command at the RMAN prompt. Which file cannot be backed up by using the BACKUP AS BACKUPSET command?()
第17题:
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? ()
第18题:
Which two statements regarding the control file and Recover Manager are true? ()
第19题:
Which two files in the database can be configured for automatic backups by using the autobackup feature inRecovery Manager (RMAN)()
第20题:
The backup contains data files, the server parameter file,and the control file even if the control file autobackup is disabled.
The KEEP option overrides the configured retention policy.
The backup contains only data files and archived redo log files.
The KEEP option is an attribute of an individual backup piece.
第21题:
a tablespace is taken offline
the database instance is restarted
a new data file is added to an existing tablespace
a successful backup is recorded in the RMAN repository
the RMAN connection is disconnected from the target database
第22题:
The backup will terminate because the FORMAT clause was not configured for the channel
It backs up two copies of data files to tape and disk, and two copies of archived log file on tape
It backs up the data files and archived log files to disk, making two copies of each data file and archived log file
It backs up the data files and archived log files to tape, making two copies of each data file and archived log file
第23题:
To store the backup information of multiple database
To restrict the amount of space that is used by the backups
To maintain a backup for a certain time is set by the CONTROL_FILE_RECORD_KEEP_TIME parameter.
To list the data files that were in a target database at a given time by using the AT option of REPORT SCHEMA command.