V$BACKUP_CORRUPTION
V$COPY_CORRUPTION
V$DATABASE_BLOCK_CORRUPTION
RC_BACKUP_CORRUPTION
第1题:
According to your backup strategy, you performed an incremental level 0 backup of yourdatabase. Which statement regarding this backup is true?()
第2题:
You are managing an Oracle Database 11g database with this backup strategy: - Every Sunday night, level 0 backup is performed. - On Monday night and subsequent days, level 1 incremental backup is performed. The backups are not cumulative incremental. Which statement about Monday’s backup is true()
第3题:
You are performing a block media recovery on the tools01.dbf data file in the SALES database using RMAN. Which two statements are correct in this scenario?()
第4题:
You work as a database administrator for Certkiller .com. According to your backup strategy, you performed an incremental level 0 backup of your database. Which statement regarding this backup is true?()
第5题:
You perform differential incremental level 1 backups of your database on each working day and level 0 backupon Sundays, to tape. Which two statements are true about differential incremental backups()
第6题:
You execute the following RMAN command in the order shown below: BACKUP VALIDATE DATABASE; BLOCKRECOVER CORRUPTION LIST; What will these commands do?()
第7题:
If you find errors in the view V$DATABASE_BLOCK_CORRUPTION with a status of MEDIA_CORRUPT, what RMAN command would you run to correct the problem?()
第8题:
The block change tracking feature is enabled, and the information about the system change number is written in the change tracking file.
The block change tracking feature is enabled, and the information about the log sequence number is written in the change tracking file.
The block change tracking feature is enabled, and the information about the blocks that are changed since the last backup is written in the change tracking file.
The block change tracking feature is enabled, and the information about the locations of the datafiles and the online redo log files are written in the change tracking file.
第9题:
The backup contains all the used blocks.
The backup contains all the used and unused blocks.
The backup contains blocks that have changed since the last level 0 backup.
The backup contains blocks that have changed since the last level 1 backup taken last week.
第10题:
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.
第11题:
The backup is similar to image copy.
The backup contains all used data blocks.
The backup contains only unused data blocks.
The backup contains all data blocks changed since the last incremental level 1 backup.
第12题:
recover lost blocks
recover corrupt blocks
recover media corrupt blocks from list
recover corrupt blocks from list
recover corruption list
第13题:
You perform differential incremental level 1 backups of your database on each working day and level 0 backup on Sundays, to tape. Which two statements are true about differential incremental backups()
第14题:
Which of the following views must you query to identify any corrupt data file blocks that have been detected during backup set creation?()
第15题:
You execute the following RMAN commands in the order shown below: BACKUP VALIDATE DATABASE; BLOCKRECOVER CORRUPTION LIST; What will these commands do?()
第16题:
Which two statements are true about Block Media Recovery (BMR)?()
第17题:
You executed the following code: BACKUP VALIDATE DATABASE; BLOCKRECOVER CORRUPTION LIST; What will be the result of executing the above code?()
第18题:
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?()
第19题:
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.
第20题:
Block Media Recovery must be used with RMAN.
You must perform complete recovery of individual blocks.
You must have a full RMAN backup, not an incremental backup.
You must use the DBVERIFY utility before using the Block Media Recovery feature.
第21题:
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
第22题:
The code will run a backup validation to populate the V$BACKUP_CORRUPTION view and repair corrupt blocks, if any, recorded in the view.
The code will run a backup validate to populate the V$COPY_CORRUPTION view and then repair any corrupt blocks recorded in the view.
The code will runs a backup validate to populate the V$DATABASE_BLOCK_CORRUPTION view and then repair corrupt blocks, if any, recorded in the view.
The code will run a backup validate to populate the RC_BACKUP_CORRUPTION view and then repair corrupt blocks, if any, recorded in the view.
第23题:
The backup is similar to image copy.
The backup contains all used data blocks.
The backup contains only unused data blocks.
The backup contains all data blocks changed since the last incremental level 1 backup.