It detects corrupt blocks.
It performs only offline database backups.
It omits empty blocks during backups.
It performs tablespace point-in-time recovery (TSPITR).
第1题:
Which of the following is not an advantage of block media recovery (BMR)?()
第2题:
Consider the following scenario for your database: - Backup optimization is enabled in RMAN. - The recovery window is set to 7 days in RMAN. - The most recent backup to disk for the TOOLS tablespace was taken on November 3, 2007. - The TOOLS tablespace is read-only since November 4, 2007. On November 23, 2007, you issue the RMAN command to back up the database to disk. Which statement is true regarding the backup of the TOOLS tablespace?()
第3题:
To perform a database point-in-time recovery using RMAN, after database restoration, you must ensure that the database is in which of the following states?()
第4题:
You execute the following RMAN commands in the order shown below: BACKUP VALIDATE DATABASE; BLOCKRECOVER CORRUPTION LIST; What will these commands do?()
第5题:
For an incomplete recovery, which four backup types can be used by Recovery Manager (RMAN) to restore data files?()
第6题:
Users complain SQL statements using a particular index fail. Using DBVERIFY, you find that two separate blocks in the index have become corrupt. The database data files for user data and index are very large. What is the least disruptive recover strategy available in Oracle9i?()
第7题:
New channels for restore and recovery tasks
New name for the data files of the tablespace
Auxiliary name for the data files of the tablespace
Auxiliary destinations for an auxiliary set of data files
第8题:
The RMAN backup fails because the TOOLS tablespace is read-only
The RMAN skips the backup of the tablespace because backup optimization is enabled
The RMAN makes backup because optimization can be enabled only for backups to disk
The RMAN makes the backup because no backup of the tablespace exists within the seven day window
第9题:
The RMAN backup fails because the TOOLS tablespace is read-only
The RMAN skips the backup of the tablespace because backup optimization is enabled
The RMAN makes backup because optimization can be enabled only for backups to disk
The RMAN makes the backup because no backup of the tablespace exists within the seven day window
第10题:
The database is in ARCHIVELOG mode.
There is not a current backup of the database available.
The USERS tablespace has dependent objects in other tablespaces and can not be a part of a TSPITR alone.
The USERS tablespace is not eligible for TSPITR because it has invalid objects.
The recover tablespace command is incorrect and generates the error.
第11题:
Rebuild the index using the online option.
Take the individual data file offline (not the whole tablespace), restore and recover the data file from backup with RMAN, then set the data file online again.
Without setting the individual data file offline, use RMAN with Block Media Recovery to restore and recover only those blocks.
Take the individual data file (not the whole tablespace) offline, use RMAN with Block Media Recovery to restore and recover only those blocks, then set the data file online again.
第12题:
RMAN reads the block change tracking file only when it performs the incremental level 0 backup.
RMAN reads the block change tracking file when it performs both incremental backups.
RMAN reads the block change tracking file only when it performs the incremental level 1 backup.
RMAN does not read the block change tracking file when it performs either incremental backup.
第13题:
tablespace point-in-time recovery is possible only with RMAN.()
第14题:
Which of the following statement is incorrect regarding RMAN?()
第15题:
You executed the following command in Recovery Manager (RMAN) to perform a backup of the DETTBS tablespace: RMAN> BACKUP TABLESPACE DETTBS; Under which conditions would this command execute successfully? ()
第16题:
You enable block change tracking. You issue the following command: BACKUP INCREMENTAL LEVEL 0 DATABASE; The next day, you issue the following command: BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE; Which statement about the use of the change tracking file is true?()
第17题:
Youre performing tablespace point-in-time recovery on a tablespace called USERS. If an object in that tablespace has a foreign key constraint owned by another object in the INDEX_TBS which statement is true?()
第18题:
When running the tablespace point-in-time command recover tablespace users until time ,,10/06/2008:22:42:00 auxiliary destination ,,c:/oracle/auxiliary; you receive the following error: RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of recover command at 10/08/2008 16:00:30 RMAN-20202: Tablespace not found in the recovery catalog RMAN-06019: could not translate tablespace name "USERS" What is the likely cause of the error?()
第19题:
Reduced MTTR.
Datafiles remain offline while corrupt blocks are repaired.
Datafiles remain online while corrupt blocks are repaired.
A and C
第20题:
You cannot perform the TSPITR with the constraints enabled.
You must perform the TSPITR recovery of both tablespaces for it to be successful.
You can perform TSPITR only on the USERS tablespace.
RMAN will determine if the INDEX_TBS tablespace must also be duplicated and will duplicate it automatically.
The TSPITR will only be successful if the constraint is enabled.
第21题:
It detects corrupt blocks.
It performs only offline database backups.
It omits empty blocks during backups.
It performs tablespace point-in-time recovery (TSPITR).
第22题:
create a backup of the database and recover all corrupted blocks found in the backup
run a backup validation and list all the logically corrupt blocks as well as physically corrupt blocks in the database
run a backup validation to populate V$COPY_CORRUPTION view, and then list any corrupt blocks recorded in the view
run a backup validation to populate V$DATABASE_BLOCK_CORRUPTION view, and then repair any corrupt blocks recorded in the view
run a backup validation, repair any corrupt blocks found during the validation process, and then update V$DATABASE_BLOCK_CORRUPTION view to indicate which corrupt blocks have been repaired
第23题:
The database is in NOMOUNT state.
The database is in ARCHIVELOG mode and the tablespace is online.
The database is in ARCHIVELOG mode and the tablespace is offline.
The database is in NOARCHIVELOG mode and the tablespace is online.
The database is in NOARCHIVELOG mode and the tablespace is offline.
第24题:
OPEN
MOUNT
NOMOUNT
CLOSE