To enable faster incremental backups, you enabled block change tracking for the database.Which two statements are true about the block change tracking file?() A. Multiple change tracking files can be created for a database.B. The change tracking file must be created after the first level 0 backup.C. RMAN does not support backup and recovery of the change tracking file.D. The database clears the change tracking file and starts tracking changes again, after whole database restore and recovery operations.

To enable faster incremental backups, you enabled block change tracking for the database.Which two statements are true about the block change tracking file?()

A. Multiple change tracking files can be created for a database.

B. The change tracking file must be created after the first level 0 backup.

C. RMAN does not support backup and recovery of the change tracking file.

D. The database clears the change tracking file and starts tracking changes again, after whole database restore and recovery operations.


相关考题:

______________[A] catching[B] ignoring[C] missing[D] tracking

在CAD中把用户定义的块作为一个单独文件存储在磁盘上可用___命令A.WB.AVE(菜单为[File]=>[Save])C.SD.BLOCK(菜单为[Draw]=>[Block])INSERT(菜单为[Insert]=>[Block

YouissuedthefollowingcommandtoanalyzetheSCOTT.EMPtableforblockcorruption:ANALYZETABLESCOTT.EMPVALIDATESTRUCTURE;Youreceivedthefollowingerror:ORA-01578:ORACLEdatablockcorrupted(file%s,block%s)Howwillyouresolvetheblockcorruptionproblem?()A.byusingtheDBMS_REPAIRpackageB.byusingtheDB_BLOCK_CHECKINGparameterC.byusingtheDBVERIFYutilityD.willnotbecompletelyresolveduntilthehardwarefaultiscorrected

Youreceivedthefollowingerror:ORA-01578:ORACLEdatablockcorrupted(file%s,block%s)Whichfilewillyouchecktoviewadditionalinformationregardingthecauseofthiserror?() A.thealertlogfileandthetracefilesB.theredologfilesC.thecontrolfileD.thechangetrackingfile

YouaremaintainingthePRODdatabaseofTeleSoftCorporation.YouhaveinitializedthefollowingDB_BLOCK_CHECKINGparameterintheinit.orafile:DB_BLOCK_CHECKING=TRUE;Whatwillbetheresultofsettingthisparameter?() A.OnlydatablocksoftheSYSTEMtablespacewillbechecked.B.OnlydatablocksoftheSYSAUXtablespacewillbechecked.C.Achecksumwilloccuronlyonthecheckpoint.D.Achecksumwilloccureverytimeablockismodified.

Whichdynamicviewdisplaysthestatusofblock-changetracking?() A.V$BLOCK_CHANGEB.V$BLOCK_CHANGE_TRACKINGC.V$BLOCKCHANGED.V$BLOCK_TRACKING

WhichRMANbackupcommandisusedtocreatetheblock-changetrackingfile?() A.alterdatabasecreateblockchangetrackingfileB.alterdatabaseenableblockchangefileC.alterdatabaseenableblockchangetrackingusingfile,/ora01/opt/block_change_tracking.filD.altersystemenableblockchangetrackingusingfile’/ora01/opt/block_change_tracking.fil’E.altersystemblockchangetrackingon

______ processing offers many ways to edit text and establish document formats.you can easily insert, delete, change, move and copy words or blocks of text.A.DataB.DatabaseC.WordD.File

要使文件列表框中的文件随目录列表框中所选择的当前目录的不同而发生变化,应该A.在File1中的Change事件中,输入File1.Path=Dir1.PathB.在Dirl中的Change事件中,输入File1.Path=Dir1.PathC.在File1中的Change事件中,输入Dir1.Path=File1.PathD.在Dir1中的Change事件中,输入Dir1.Path=File1.Path

在窗体上画一个名称为Drive1的驱动器列表框,一个名称为Dir1的目录列表框,一个名称为File1的文件列表框,两个名称分别为Label1、Label2,标题分别为空白和“共有文件”的标签。编写程序,使得驱动器列表框与目录列表框、目录列表框与文件列表框同步变化,并且在标签kabel1中显示当前文件夹中文件的数量,如图所示。能够正确实现上述功能的程序是A.Private Sub Dir1_Change( ) Filc1.Path=Dir1.Path End Sub Private Sub Drive1_Change( ) Dir1.Path=Drive1.Drive Label1.Caption=File1.ListCount End SubB.Private Sub Dir1_Change( ) File1.Path=Dir1.Path End Sub Private Sub Drive1_Change( ) Dir1.Path=Drive1.Drive Label1.Caption=File1.List End SubC.Private Sub Dir1_Change( ) File1.Path=Dir1.Path Label1.Caption=File1.ListCount End Sub Private Sub Drive1_Change( ) Dir1.Path=Drive1.Drive Label1.Caption=File1.ListCount End SubD.Private Sub Dir1_Change( ) File1.Path=Dir1.Path Label1.Caption=File1.List End Sub Private Sub Drive1_Change( ) Dir1.Path=Drive1.Drive Label1.Caption=File1.List End Sub