It checks the database for intrablock corruptions only.
It checks for block corruption in the valid backups of the database.
It checks the database for both intrablock and interblock corruptions.
It checks for only those corrupted blocks that are associated with data files.
第1题:
You use a recovery catalog for maintaining your database backups.You execute the following command:$rman TARGET / CATALOG rman / cat@catdbRMAN >BACKUP VALIDATE DATABASE ARCHIVELOG ALL;Which two statements are true?()
A. Corrupted blocks, if any, are repaired.
B. Checks are performed for physical corruptions.
C. Checks are performed for logical corruptions.
D. Checks are performed to confirm whether all database files exist in correct locations
E. Backup sets containing both data files and archive logs are created.
第2题:
You use a recovery catalog for maintaining your database backups.You execute the following command:$rman TARGET / CATALOG rman / cat@catdbRMAN > BACKUP VALIDATE DATABASE ARCHIVELOG ALL;Which two statements are true?()
第3题:
Your test database is running in NOARCHIVELOG mode. Which statement is true regarding the type ofbackups that can be performed on the database()
第4题:
Which of the following are correct about block media recovery?()
第5题:
Which two statements are true regarding Health Monitor checks in Oracle Database 11g?()
第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题:
Corrupted blocks, if any, are repaired.
Checks are performed for physical corruptions.
Checks are performed for logical corruptions.
Checks are performed to confirm whether all database files exist in correct locations
Backup sets containing both data files and archive logs are created.
第8题:
It checks the database for intrablock corruptions only.
It checks for block corruption in the valid backups of the database.
It checks the database for both intrablock and interblock corruptions.
It checks for only those corrupted blocks that are associated with data files.
第9题:
A different procedure is required to restore a database from compressed backups
The AS COMPRESSED clause of the BACKUP command provided by RMAN is used to create compressed backup sets and image copies.
Using this command to create backups minimizes the bandwidth consumed.
Using this command to create backups improves the performance of the backup process
第10题:
It checks the database for intrablock corruptions only.
It checks for block corruption in the valid backups of the database.
It checks the database for both intrablock and interblock corruptions.
It checks for only those corrupted blocks that are associated with data files.
第11题:
A different procedure is required to restore a database from compressed backups
The AS COMPRESSED clause of the BACKUP command provided by RMAN is used to create compressed backup sets and image copies.
Using this command to create backups minimizes the bandwidth consumed
Using this command to create backups improves the performance of the backup process
第12题:
You have to shut down the database to perform the backups.
Archiving information is written to the data files and redo log files.
You can perform complete database backups without closing the database.
Online redo log files have to be multiplexed before putting the database in ARCHIVELOG mode.
All the previous database backups become invalid after you configure the database to ARCHIVELOG mode.
第13题:
Which two statements are true about the RMAN validate database command?()
第14题:
You are managing an Oracle Database 11g database. You configured the database to run in ARCHIVELOGmode. Which two statements are true in this scenario()
第15题:
You perform a backup using the following BACKUP command: RMAN> BACKUP AS COMPRESSED BACKUPSET DATABASE,Which statement is true of this command?()
第16题:
Which statement is true regarding the VALIDATE DATABASE command?()
第17题:
You execute the following RMAN command in the order shown below: BACKUP VALIDATE DATABASE; BLOCKRECOVER CORRUPTION LIST; What will these commands do?()
第18题:
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.
第19题:
You can perform online whole database backups.
You can performofflinewhole database backups.
You cannot perform schema-level export/import operations.
You can perform the backup of only the SYSTEM tablespace when the database is open.
第20题:
It checks the database for intrablock corruptions.
It can detect corrupt pfiles.
It can detect corrupt spfiles.
It checks the database for interblock corruptions.
It can detect corrupt block change tracking files.
第21题:
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
第22题:
DBCC DBREINDEX
SELECT * FROM sys.dm_db_index_physical_stats
DBCC INDEXDEFRAG
SELECT * FROM sys.indexes
第23题:
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.
第24题:
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