Examine the following command used to perform incremental level 0 backup:RMAN> BACKUP INCREMENTAL LEVEL 0 DATABASE;To enable the block change tracking, after the incremental level 0 backup you issued the following command:SQL> ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USINGFILE ‘/mydir/rman_change_track.f‘;To perform incremental level 1 cumulative backup, you issued the following command:RMAN> BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;Which two statements are true in the above situation?()
A. The block change tracking data will be used only from the next incremental 0 backup.
B. The incremental backup will use change tracking data for accomplishing the backup.
C. The incremental backup will not use change tracking data for accomplishing the backup.
D. The block track file will scan all the blocks and create bitmap for all the blocks backed up in the level 0 backup.
第1题:
A.ThebackupperformedonSundayscontainsalltheblocksthathaveeverbeenusedinthedatabase.
B.ThebackupperformedonSundayscontainsalltheblocksthathavechangedsincethelastlevel1backup.
C.Thebackupperformedoneachworkingdaycontainsalltheblocksthathavechangedsincethelastlevel0 backup.
D.ThebackupperformedonMondaycontainsalltheblocksthathavechangedsincethelevel0backup,and everyotherworkingdaycontainsalltheblocksthathavechangedsincethelevel1backup
第2题:
YouaremanaginganOracleDatabase11gdatabasewiththisbackupstrategy:-EverySundaynight,level0backupisperformed.-OnMondaynightandsubsequentdays,level1incrementalbackupisperformed.Thebackupsarenotcumulativeincremental.WhichstatementaboutMonday’sbackupistrue()
A.Thebackupcontainsalltheusedblocks.
B.Thebackupcontainsalltheusedandunusedblocks.
C.Thebackupcontainsblocksthathavechangedsincethelastlevel0backup.
D.Thebackupcontainsblocksthathavechangedsincethelastlevel1backuptakenlastweek.
第3题:
YouissuethisRMANcommand:RMAN>createscriptLevel0Backup{backupincrementallevel0format‘/u01/db01/backup/%d_%_Sp’fileperset5(databaseincludecurrentcontrolfile);sql‘alterdatabasearchivelogcurrent’;}WhichthreestatementsaretrueabouttheLevel0Backupscriptyoujustcreated?()
A.Thescriptisstoredonlyinthecontrolfile.
B.Thescriptisstoredonlyintherecovercatalog.
C.ThescriptcanbeexecutedonlybyusingtheRMANRUNcommand.
D.ThecommandsofthescriptcanbedisplayedwiththeLISTcommand.
E.ThecommandsofthescriptcanbedisplayedwiththePRINTcommand.
F.ThecommandsofthescriptcanbedisplayedwiththeREPORTcommand.
第4题:
YouaremanaginganOracleDatabase11gdatabasewiththefollowingbackupstrategy:1.OnSunday,anincrementallevel0tapebackupisperformed.2.MondaythroughSaturday,acumulativeincrementallevel1tapebackupisperformed.Whichtwostatementsaretrueregardingthebackupsperformed()
A.Thebackupperformedinstep1backsupallblocksthathaveeverbeeninuseinthedatabase.
B.Thebackupperformedinstep2copiesalltheblockschangedsincethemostrecentlevel0backup.
C.Thebackupperformedinstep1backsupalltheblockschangedsincethemostrecentlevel1backup.
D.Thebackupperformedinstep2backsupallblocksthathavechangedsincethemostrecentincrementalbackupatlevel1.
第5题:
Examinethissyntaxwhichallocateschannelsduringaparallelimagecopy:RMAN>CONFIGUREDEVICETYPEdiskparallelism4:2>COPY3>datafile1TO‘/BACKUP/datafile1.dbf’,4>datafile2TO‘/BACKUP/datafile2.dbf’,5>datafile3TO‘/BACKUP/datafile3.dbf;RMAN>COPY2>datafile4TO‘/BACKUP/datafile4.dbf’;Howmanychannelsareused?()
A.0
B.1
C.3
D.4