It improves usability by enabling you to reuse the scripts to perform recovery operations.
It detects block corruption while restoration and recovery operations.
It enables you to perform block media recovery.
It is capable to recover through unrecoverable operations, with only full database backups.
第1题:
You want to take the backup of the USERS tablespace. It has a single data file of 900 MB. You have tape drives of 300 MB each. The SBT channel is configured for Recovery Manager (RMAN). To accomplish the backup, you issued the following RMAN command: RMAN> BACKUP SECTION SIZE 300M TABLESPACE users; Which two statements are true about the execution of the above command? ()(Choose two.)
第2题:
You executed the following command in Recovery Manager (RMAN): RMAN> RESTORE CONTROLFILE; Which operation must you perform before this command is executed?()
第3题:
Because of a logical corruption in your production database, you wanted to perform Tablespace Point in Time Recovery (TSPITR). But before you start the recovery, you queried the TS_PITR_OBJECTS_TO_BE_DROPPED view and realized that there are a large number of objects that would be dropped when you start the recovery by using this method. You want to preserve these objects. Which option must you use to perform TSPITR and preserve the object?()
第4题:
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?()
第5题:
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?()
第6题:
You administer an Oracle Database 10g and a third-party database. You use Recovery Manager (RMAN) to perform backup and recovery operations. You have configured a recovery catalog to act as an RMAN repository. To which of the following databases can you NOT connect using the RMAN CONNECT command?()
第7题:
back up the control file to trace
bring database to the MOUNT state
open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database
set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog
第8题:
You must configure block change tracking file
You must have first level 1 backups for RMAN to restore blocks
You must ensure that the SALES database is mounted or open
You must have full or level 0 backups for RMAN to restore blocks
You must take the tools01.dbf data file offline before you start a block media recovery
第9题:
It improves usability by enabling you to reuse the scripts to perform recovery operations.
It detects block corruption while restoration and recovery operations.
It enables you to perform block media recovery.
It is capable to recover through unrecoverable operations, with only full database backups.
第10题:
Perform Export before TSPITR and Import after TSPITR
Move objects to another schema that has the same tablespace assigned
Perform Incomplete Recovery before TSPITR with the Log Sequence Number (LSN)
Perform Incomplete Recovery before TSPITR with the System Change Number (SCN)
第11题:
target database
auxiliary database
third-party database
recovery catalog database
第12题:
OPEN
MOUNT
NOMOUNT
CLOSE
第13题:
Your database is open and running in ARCHIVELOG mode. You take RMAN full backups every Sunday night. On Monday morning, while querying the user1.employees table, you receive the following error message: 01578: ORACLE data block corrupted (file # 5, block # 51) ORA-01110: data file 5: ’/u01/app/oracle/oradata/orcl/example01.dbf’ You need to rectify the corruption while ensuring the following: The data file should remain online. The mean time to recover (MTTR) should be minimal. You are not using a backup control file, and all the archived logs are accessible. Which option would you choose?()
第14题:
You need to perform a block media recovery on the tools01.dbf data file in the SALES database by using Recovery Manager (RMAN). Which two are the prerequisites to perform this operation? ()(Choose two)
第15题:
What are the two advantages of RMAN Block Media Recovery (BMR) over file/x7flevel recovery?()
第16题:
In your database, all the tablespaces are locally managed. You started Recovery Manager (RMAN) using recovery catalog and restored the control file by using the following command: RMAN> RESTORE CONTROLFILE; Which two operations do you need to perform after restoring the control file from backup?()
第17题:
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?()
第18题:
What are the two advantages of RMAN Block Media Recovery (BMR) over file-level recovery?()
第19题:
flash back the corrupted blocks
use the DBMS_REPAIR package
use the RMAN TSPITR command
use the RMAN BLOCKRECOVER command
use the RESTORE DATABASE and RECOVER DATABASE commands
investigate the time at which the corruption occurred and perform a pointintime recovery
第20题:
back up the control file to trace
bring database to the MOUNT state
open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database
set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog
第21题:
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.
第22题:
RECOVER FILE=1201 BLOCK=1968
RECOVER CORRUPTION LIST
RECOVER DATAFILE 1201 BLOCK 1968
RECOVER BLOCK CORRUPTION LIST
None of the above
第23题:
BMR lowers the mean time to recover (MTTR).
BMR supports point-in-time recovery of individual data blocks.
BMR enables you to use incremental backups for block recovery.
BMR enables recovery even when the database is not mounted or open.
BMR enables you to use proxy backups to perform block media recovery.
BMR enables increased availability of data during recovery because the data file requires a recovery can remain online.
第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.