You want to perform an RMAN backup of database as a copy. Which two factors will you consider while performing the backup operation?()A. The backup as copy can only be taken to diskB. The backup as copy can only be taken to tapeC. Backup can be performed

题目
You want to perform an RMAN backup of database as a copy. Which two factors will you consider while performing the backup operation?()

A. The backup as copy can only be taken to disk

B. The backup as copy can only be taken to tape

C. Backup can be performed only when the instance is shutdown

D. Backup will constitute all used and unused blocks in the database


相似考题
更多“You want to perform an RMAN backup of database as a copy. Which two factors will you consider while performing the backup operation?() ”相关问题
  • 第1题:

    Whichviewprovidesinformationonthebackupstatusofthedatafilesinthedatabase?()

    A.V$BACKUP

    B.V$BACKUP_STATUS

    C.V$BACKUP_DATAFILE

    D.V$DATAFILE_BACKUP

    E.V$TABLESPCE_BACKUP


    参考答案:A

  • 第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题:

    You performed an incremental level 0 backup of a database:RMAN > BACKUP INCREMENTAL LEVEL 0 DATABASE;To enable block change tracking after the incremental level 0 backup, you issued this command:SQL > ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE ‘ /mydir/rman_change_track.f’;To perform an incremental level 1 cumulative backup, you issued this command:RMAN> BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;Which three statements are true?()

    A. Backup change tracking will sometimes reduce I/O performed during cumulative incremental backups.

    B. The change tracking file must always be backed up when you perform a full database backup.

    C. Block change tracking will always reduce I/O performed during cumulative incremental backups.

    D. More than one database block may be read by an incremental backup for a change made to a single block.

    E. 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.


    参考答案:B, C, E

  • 第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