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.
第1题:
You issued the following command: ALTER DATABASE ENABLE BLOCK CHANGE TRACKING; What will be the result of issuing this command?()
第2题:
Your database is running in the ARCHIVELOG mode. You have configured RMAN for backup and recovery operations. You execute the following command from the RMAN prompt: RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON; After executing this command, in which of the following cases will RMAN make an auto-backup of the control file? ()
第3题:
You discover an out-of-space condition in the database. You decide to suspend a session for five minutes. You issue the following command to suspend the session: ALTER SESSION ENABLE RESUMABLE; Which command could you issue to enable the resumable space allocation feature at the session level?()
第4题:
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?()
第5题:
You are performing flashback of the ORDERS table in the Scott’s schema because some important data is deleted in the table by mistake. The SCN number was 771513 at the time of deletion. You issued the following statement to perform Flashback Table: SQL> FLASHBACK TABLE ORDERS TO SCN 771513; What is the prerequisite to perform Flashback Table?()
第6题:
The block change tracking data will be used only from the next incremental 0 backup.
The incremental backup will use change tracking data for accomplishing the backup.
The incremental backup will not use change tracking data for accomplishing the backup.
The block track file will scan all the blocks and create bitmap for all the blocks backed up in the level 0 backup.
第7题:
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.
第8题:
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.
第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题:
when you change the name of a datafile
when you drop a table from the database
when you take an export of the database
when you back up the database using OS utilities
when you issue an ALTER SYSTEM SWITCH LOGFILE statement
when you issue a BACKUP command from inside the RMAN run block
第13题:
Which RMAN backup command is used to create the block-change tracking file?()
第14题:
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?()
第15题:
You received the following error: ORA-01578: ORACLE data block corrupted (file # %s, block # %s) Which file will you check to view additional information regarding the cause of this error?()
第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题:
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.
第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题:
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
第20题:
the alert log file and the trace files
the redo log files
the control file
the change tracking file
第21题:
You must configure OMF in your database.
You must enable block change tracking feature in your database.
You must enable ROW MOVEMENT feature on the ORDERS table.
You must use the Flashback Version Query before using the Flashback Table feature.
第22题:
You must enable the block change tracking feature.
You must have enable the flashback feature.
You must use the OMF in your database.
You must define the tablespace of the SCOTT.EMP table for automatic segment space management.
第23题:
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
第24题:
ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 5;
ALTER SYSTEM ENABLE RESUMABLE_TIMEOUT = 5;
ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 300;
ALTER SYSTEM ENABLE RESUMABLE TIMEOUT = 300;