You perform a backup using the following BACKUP command:RMAN> BACKUP AS COMPRESSED BACKUPSET DATABASE;Which statement is true of this command?()A. A different procedure is required to restore a database from compressed backupsB. The AS COMPRESSED clause o

题目
You perform a backup using the following BACKUP command:RMAN> BACKUP AS COMPRESSED BACKUPSET DATABASE;Which statement is true of this command?()

A. A different procedure is required to restore a database from compressed backups

B. The AS COMPRESSED clause of the BACKUP command provided by RMAN is used to create compressed backup sets and image copies.

C. Using this command to create backups minimizes the bandwidth consumed

D. Using this command to create backups improves the performance of the backup process


相似考题
参考答案和解析
参考答案:C
更多“You perform a backup using the following BACKUP command:RMAN> BACKUP AS COMPRESSED BACKUPSET DATABASE;Which statement is true of this command?() ”相关问题
  • 第1题:

    Youbackedupthedatabaseat8a.m.todayusinganonlinebackup.Accountingmadealargechangetotheunderlyingdatabetween10a.m.andnoon.Whichofthefollowingactionswouldensurethatthechangescouldberecoveredusingthe8a.m.backup?()

    A.Createamanualincrementalonlinedatabasebackup.

    B.Backupallthearchivedredologsgeneratedsincethe8a.m.backup.

    C.Createabrand-newbackupafterallthechangeshavebeenapplied.

    D.Thereisnowaytomakethechangesrecoverablebasedonthe8a.m.backup.

    E.Performanonlinebackupofthetablespace(s)thatcontainedchangeddata.


    参考答案:B

  • 第2题:

    Youexecutedthefollowingcode:BACKUPVALIDATEDATABASE;BLOCKRECOVERCORRUPTIONLIST;Whatwillbetheresultofexecutingtheabovecode?()

    A.ThecodewillrunabackupvalidationtopopulatetheV$BACKUP_CORRUPTIONviewandrepaircorruptblocks,ifany,recordedintheview.

    B.ThecodewillrunabackupvalidatetopopulatetheV$COPY_CORRUPTIONviewandthenrepairanycorruptblocksrecordedintheview.

    C.ThecodewillrunsabackupvalidatetopopulatetheV$DATABASE_BLOCK_CORRUPTIONviewandthenrepaircorruptblocks,ifany,recordedintheview.

    D.ThecodewillrunabackupvalidatetopopulatetheRC_BACKUP_CORRUPTIONviewandthenrepaircorruptblocks,ifany,recordedintheview.


    参考答案:C

  • 第3题:

    WherecanyouobtaininformationaboutfulldatabasebackupsetcreatedusingRMAN,ifthecontrolfilewasusedastherepository?()

    A.V$BACKUPSET

    B.RC_DATABASE

    C.V$BACKUP_SET

    D.RC_BACKUP_SET


    参考答案:C

  • 第4题:

    Youperformdifferentialincrementallevel1backupsofyourdatabaseoneachworkingdayandlevel0backuponSundays,totape.Whichtwostatementsaretrueaboutdifferentialincrementalbackups()

    A.ThebackupperformedonSundayscontainsalltheblocksthathaveeverbeenusedinthedatabase.

    B.ThebackupperformedonSundayscontainsalltheblocksthathavechangedsincethelastlevel1backup.

    C.Thebackupperformedoneachworkingdaycontainsalltheblocksthathavechangedsincethelastlevel0 backup.

    D.ThebackupperformedonMondaycontainsalltheblocksthathavechangedsincethelevel0backup,and everyotherworkingdaycontainsalltheblocksthathavechangedsincethelevel1backup


    参考答案:A, D

  • 第5题:

    YouareusingtheBlockMediaRecoveryfeaturetorecovertheblocksthataremarkedcorruptsincethelastbackup.Whichviewwillyouquerytodisplayinformationaboutthedatablocksthataremarkedcorruptsincethelastbackup?()

    A.V$BACKUP_CORRUPTION

    B.V$COPY_CORRUPTION

    C.V$DATABASE_BLOCK_CORRUPTION

    D.RC_BACKUP_CORRUPTION


    参考答案:C

  • 第6题:

    An administrator wants to restore the /etc/resolv.conf file from a mksysb backup onto server1. After the mksysb is mounted in /mnt/backup/ from the local nim server.Which command should be run to restore the file?()

    A.tar -xvf /mnt/backup/server1.mksysb ./etc/resolv.conf

    B.restore -Tvf /mnt/backup/server1.mksysb ./etc/resolv.conf

    C.listvgbackup -f /mnt/backup/server1.mksysb -r ./etc/resolv.conf

    D.restorevgfiles -xrm /mnt/backup/server1.mksysb ./etc/resolv.conf


    参考答案:C