Eliminate the necessity for backups.
Perform optimized image copy backups.
Perform optimized incremental backups.
Enable checkpoint (CKPT) to perform checkpointing at every block change.
Enable database writer (DBWn) to write changed blocks to data files faster.
第1题:
If there were two things you could change in your last (or present) job, what would they be and how would you change them?
如果在你的前一份(或现在的)工作中,你可以改变两件事,会是什么,你如何改变?
第2题:
The datafiles of your database are ASM files. You are performing a check for datafile block corruption by using the DBVERIFY utility. What is a prerequisite for checking block corruption on an ASM datafile by using the DBVERIFY utility?()
第3题:
You issued the following command: ALTER DATABASE ENABLE BLOCK CHANGE TRACKING; What will be the result of issuing this command?()
第4题:
You have configured OMF in your database. You enabled the ALTER DATABASE ENABLE BLOCK CHANGE TRACKING; statement to enable the block change tracking feature. What information will be written in the change tracking file?()
第5题:
You are managing a database for which incremental backups can be very time consuming. In order to perform optimized incremental backups you enable the block change tracking feature.How would you instruct RMAN to use the block change tracking feature when performing incremental backups?()
第6题:
You manage a server that runs Windows Server 2008. You have installed the Windows SharePointServices (WSS) server role on the server. The server is configured to accept incoming mail. Tostreamline the process, you create a new document library. You have to make sure that any user can sendemail to the document library. What should you do to achieve this task?()
第7题:
You need to mention it with every BACKUP command.
The block change tracking feature is used automatically by RMAN.
You need to configure it using the CONFIGURE command.
You need to set the necessary initialization parameters to direct RMAN to use the feature.
第8题:
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
第9题:
Eliminate the necessity for backups.
Perform optimized image copy backups.
Perform optimized incremental backups.
Enable checkpoint (CKPT) to perform checkpointing at every block change.
Enable database writer (DBWn) to write changed blocks to data files faster.
第10题:
the system change number
the locations of the redo log files
the locations of the datafiles
the physical location of all the database changes
第11题:
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.
第12题:
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
第13题:
Which of the following statements is NOT true about RMAN?()
第14题:
What purpose would you achieve by enabling the block change tracking feature?()
第15题:
Which RMAN backup command is used to create the block-change tracking file?()
第16题:
What is the purpose of the until change option of the restore command?()
第17题:
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?()
第18题:
It allows you to select the SCN that you want to restore to.
It allows you to select the log sequence number you want to restore to.
It allows you to select the timestamp you want to restore to.
It allows you to manually stop the restore at any time as online redo logs are applied.
None of the above.
第19题:
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.
第20题:
Backup change tracking will sometimes reduce I/O performed during cumulative incremental backups.
The change tracking file must always be backed up when you perform a full database backup.
Block change tracking will always reduce I/O performed during cumulative incremental backups.
More than one database block may be read by an incremental backup for a change made to a single block.
The incremental level 1 backup that immediately follows the enabling of block change tracking will not read the change tracking file to discover changed blocks.
第21题:
One block change tracking file is created for each data file. By default, the file is created in DB_CREATE_FILE_DEST.
One block change tracking file is created for each data file. By default, the file is created in BACKGROUND_DUMP_DEST.
One block change tracking file is created for the database. By default, the file is created in DB_CREATE_FILE_DEST.
One block change tracking file is created for the database. By default, the file is created in BACKGROUND_DUMP_DEST.
第22题:
By enabling the Slow Query Log because all queries that are not using indexes will be logged automatically
By enabling the Error Log because not using indexes is an error
By enabling the Slow Query Log and using the – log-queries-not-using-indexes option
By enabling the Error Log and using the – log-queries-not-using-indexes option
第23题:
recover lost blocks
recover corrupt blocks
recover media corrupt blocks from list
recover corrupt blocks from list
recover corruption list
第24题:
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.