The Oracle database will perform block checking for the index blocks only
The Oracle database will not perform block checking for any of the data blocks
The Oracle database will perform block checking for the default permanent tablespace only
The Oracle database will perform block checking for the data blocks in all user tablespaces
The Oracle database will perform block checking for the data blocks in the SYSTEM tablespace only Oracle
第1题:
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?()
第2题:
The DB_BLOCK_CHECKING initialization parameter is set to OFF. Which block checking would be performed?()
第3题:
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?()
第4题:
The DB_BLOCK_CHECKING initialization parameter is set to TRUE. What would be the result of this setting on the data blocks being written to the datafiles, every time the DBWn writes?()
第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题:
You have the following requirements in relation to the detection of block corruption for your database instance: Check for logical self-consistency of data blocks when modified in memory. Checksums are calculated before and after the block change. Checks are performed for the lost writes to the physical standby database. Which method would help you perform the above checks automatically?()
第7题:
The Oracle database will check all data blocks by going through the data on each block, making sure the data is self-consistent.
The DBWn and the direct loader will calculate a checksum and store it in the cache header of every data block when writing it to disk.
The Oracle database will check data blocks belonging to the SYSTEM tablespace only, by going through the data on each block, making sure the data is self-consistent.
The Oracle database will check data blocks belonging to the SYSAUX tablespace only, by going through the data on each block, making sure the data is self-consistent.
The Oracle database will check data blocks in the SYSTEM and SYSAUX tablespaces only, by going through the data on each block, making sure the data is self-consistent.
第8题:
Set the DB_SECUREFILE parameter to PERMITTED
Set the DB_ULTRA_SAFE parameter to DATA_ONLY
Set the DB_LOCK_CHECKSUM parameter to TYPICAL
Set the DB_LOST_WRITE_PROTECT parameter to TYPICAL
第9题:
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
第10题:
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.
第11题:
The Oracle database will perform block checking for the index blocks only
The Oracle database will not perform block checking for any of the data blocks
The Oracle database will perform block checking for the default permanent tablespace only
The Oracle database will perform block checking for the data blocks in all user tablespaces
The Oracle database will perform block checking for the data blocks in the SYSTEM tablespace only
第12题:
The Oracle database will perform block checking for the index blocks only
The Oracle database will not perform block checking for any of the data blocks
The Oracle database will perform block checking for the default permanent tablespace only
The Oracle database will perform block checking for the data blocks in all user tablespaces
The Oracle database will perform block checking for the data blocks in the SYSTEM tablespace only
第13题:
The DB_BLOCK_CHECKING initialization parameter is set to OFF. 数据库块检测初始化参数被设定为关 Which block checking would be performed?()
第14题:
The DB_BLOCK_CHECKING initialization parameter is set to OFF.Which block checking would be performed?()
第15题:
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?()
第16题:
You are maintaining the PROD database of TeleSoft Corporation. You have initialized the following DB_BLOCK_CHECKING parameter in the init.ora file: DB_BLOCK_CHECKING = TRUE; What will be the result of setting this parameter?()
第17题:
The DB_BLOCK_CHECKINGinitialization parameter is set to TRUE. What would be the result of this setting on the data blocks being written to the datafiles, every time the DBWn writes?()
第18题:
Only data blocks of the SYSTEM tablespace will be checked.
Only data blocks of the SYSAUX tablespace will be checked.
A checksum will occur only on the checkpoint.
A checksum will occur every time a block is modified.
第19题:
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.
第20题:
The Oracle database will perform block checking for the index blocks only
The Oracle database will not perform block checking for any of the data blocks
The Oracle database will perform block checking for the default permanent tablespace only
The Oracle database will perform block checking for the data blocks in all user tablespaces
The Oracle database will perform block checking for the data blocks in the SYSTEM tablespace only Oracle
第21题:
The Oracle database will not perform block checking for any of the data blocks.
The Oracle database will perform block checking for the default permanent tablespace only.
The Oracle database will perform block checking for the data blocks in all user tablespaces.
The Oracle database will perform block checking for the data blocks in the SYSTEM tablespace only.
The Oracle database will perform block checking for the data blocks in the SYSTEM and SYSAUX tablespaces.
第22题:
Set the DB_SECUREFILE parameter to PERMITTED
Set the DB_ULTRA_SAFE parameter to DATA_ONLY
Set the DB_LOCK_CHECKSUM parameter to TYPICAL
Set the DB_LOST_WRITE_PROTECT parameter to TYPICAL
第23题:
The Oracle database will check all data blocks by going through the data on each block, making sure the data is self-consistent.
DBWn and the direct loader will calculate a checksum and store it in the cache header of every data block when writing it to disk.
The Oracle database will check data blocks belonging to the SYSTEM tablespace only, by going through the data on each block, making sure the data is self-consistent.
The Oracle database will check data blocks belonging to the SYSAUX tablespace only, by going through the data on each block, making sure the data is self-consistent.
The Oracle database will check data blocks in the SYSTEM and SYSAUX tablespaces only, by going through the data on each block, making sure the data is self-consistent
第24题:
You must ensure that the SALES database is mounted or open.
You must restore a backup control file to perform a block media recovery.
You must take the tools01.dbf data file offline before you start a block media recovery.
You must put the database in NOARCHIVELOG mode to perform a block media recovery.
You can perform only a complete media recovery of individual blocks; point-in-time recovery of individual data blocks is not supported.