The block change tracking feature must be enabled.
OMF must be configured on your database.
The database must be in ARCHIVELOG mode.
A USERID must be supplied.
第1题:
You are using the Block Media Recovery feature to recover the blocks that are marked corrupt since the last backup. Which view will you query to display information about the data blocks that are marked corrupt since the last backup?()
第2题:
You have not configured Oracle Managed Files (OMF) in your database. You do not want to scan the entire datafile every time an incremental backup is performed. You decide to enable the block change tracking feature. Which statement will you use to enable the block change tracking feature?()
第3题:
There was media failure and you need to check the data files for any block corruption. Which option would you use to create a report on any corruptions found within the database?()
第4题:
While querying the EMPLOYEES table, you receive an ORA-01578 message indicating block corruption in File# 1201 and Block# 1968. You analyze the table and the corruption is verified. Which RMAN command do you use to perform BMR and repair the corrupt block?()
第5题:
You want to check all the data blocks being written to the datafiles by analyzing the data on each block every time the DBWn process writes. Which action will you perform to check the data blocks?()
第6题:
ALTER DATABASE ENABLE BLOCK CHANGE TRACKING;
ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING USING FILE <path>;
ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE <path>;
ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING;
第7题:
the DBNEWID utility
the DBVERIFY utility
the ANALYZE command
the RMAN REPORT command
the RMAN CROSSCHECK command
the CHECK_OBJECT procedure of the DBMS_REPAIR package
第8题:
You must use automatic undo management in the database.
You must configure OMF in your database.
You must configure ASM for storing the datafiles.
You must multiplex the online redo log file.
第9题:
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.
第10题:
by using the DBMS_REPAIR package
by using the DB_BLOCK_CHECKING parameter
by using the DBVERIFY utility
will not be completely resolved until the hardware fault is corrected
第11题:
The block change tracking feature must be enabled.
OMF must be configured on your database.
The database must be in ARCHIVELOG mode.
A USERID must be supplied.
第12题:
Set the value of the DB_BLOCK_CHECKING initialization parameter to TRUE
Use the ANALYZE utility.
Use the DBVERIFY utility.
Use the DBMS_REPAIR package.
第13题:
While working on the database, you receive the following error: 01578: ORACLE data block corrupted (file# 6, block # 54) ORA-01110 : data file 6: ’u01/oracle/oradata/data1.dbf’ You decide to recover the corrupted data block by using the Block Media Recovery feature. Which option is NOT a disadvantage of using block media recovery?()
第14题:
You are using the DBVERIFY utility to check the datafiles for any block corruption. You want to write the output of the dbv command to a file not to the screen. Which parameter of the DBVERIFY utility will you use?()
第15题:
You issued the following command to analyze the SCOTT.EMP table for block corruption: ANALYZE TABLE SCOTT.EMP VALIDATE STRUCTURE; You received the following error: ORA-01578: ORACLE data block corrupted (file # %s, block # %s) How will you resolve the block corruption problem?()
第16题:
You issue the following statement: SQL> SELECT FIRSTNAME, LASTNAME FROM HR.EMPLOYEE; You receive the following error: 01578: ORACLE data block corrupted (file# 6, block # 54) ORA-01110 : data file 6: ’u01/oracle/oradata/data1.dbf’ How will you resolve this problem of data block corruption by reducing the mean time to recover (MTTR)?()
第17题:
Your database is configured on non-ASM disk storage. You need to migrate your database to ASM disk storage. Which statement is true about migrating from non-ASM disk storage to ASM disk storage?()
第18题:
by using the DBMS_REPAIR package
by using the DBVERIFY utility
by using Block Media Recovery
by issuing the ANALYZE TABLE HR.EMPLOYEES VALIDATE STRUCTURE command
第19题:
by using the ANALYZE utility
by using the DBVERIFY utility
by using the DB_BLOCK_CHECKING parameter
by using the DBMS_REPAIR package
第20题:
ALTER DATABASE ENABLE BLOCK CHANGE TRACKING
ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING USING FILE
ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE
ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING
第21题:
datafile
alert log
dynamic views
control file script
第22题:
RECOVER FILE=1201 BLOCK=1968
RECOVER CORRUPTION LIST
RECOVER DATAFILE 1201 BLOCK 1968
RECOVER BLOCK CORRUPTION LIST
None of the above
第23题:
FILE
PARFILE
LOGFILE
FEEDBACK
第24题:
V$BACKUP_CORRUPTION
V$COPY_CORRUPTION
V$DATABASE_BLOCK_CORRUPTION
RC_BACKUP_CORRUPTION