网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
View the Exhibit and examine the output.You execute the following RMAN command to perform the backup operation:What is the multiplexing level in the preceding backup process()

A. 4

B. 8

C. 7

D. 0


参考答案

更多 “ View the Exhibit and examine the output.You execute the following RMAN command to perform the backup operation:What is the multiplexing level in the preceding backup process() A. 4B. 8C. 7D. 0 ” 相关考题
考题 YoudiscoverthatthemsdbdatabaseonaSQLServer2005computeriscorruptandmustberestored.Databasesarebackedupdaily.Thedatabasebackupfilesarewrittentoanetworkshare,butthefilenamesdonotclearlyindicatewhichdatabasesareineachfile.Youneedtolocatethecorrectbackupfileasquicklyaspossible.ThefirstfileinthelistisnamedDBBackup.bak.WhichTransact-SQLstatementshouldyouuse?()A.RESTORELABELONLYFROMDISK=N\\Server1\Backup\DBBackup.bakB.RESTOREHEADERONLYFROMDISK=N\\Server1\Backup\DBBackup.bakC.RESTOREVERIFYONLYFROMDISK=N\\Server1\Backup\DBBackup.bakD.RESTOREDATABASEMSDBFROMDISK=N\\Server1\Backup\DBBackup.bak

考题 After you have restored and recovered a database to a new host by using a previously performed Recovery Manager (RMAN) backup, which is the best option you would consider for the new database?() A. Opening the database in RESTRICTED modeB. Opening the database with the RESETLOGS optionC. Setting a new DBID for the newly restored databaseD. Restoring the server parameter file (SPFILE) to the new host

考题 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.

考题 Examinethefollowingcommandusedtoperformincrementallevel0backup:RMANBACKUPINCREMENTALLEVEL0DATABASE;Toenabletheblockchangetracking,aftertheincrementallevel0backupyouissuedthefollowingcommand:SQLALTERDATABASEENABLEBLOCKCHANGETRACKINGUSINGFILE’/mydir/rman_change_track.f’;Toperformincrementallevel1cumulativebackup,youissuedthefollowingcommand:RMANBACKUPINCREMENTALLEVEL1CUMULATIVEDATABASE;Whichtwostatementsaretrueintheabovesituation?()A.Theblockchangetrackingdatawillbeusedonlyfromthenextincremental0backup.B.Theincrementalbackupwillusechangetrackingdataforaccomplishingthebackup.C.Theincrementalbackupwillnotusechangetrackingdataforaccomplishingthebackup.D.Theblocktrackfilewillscanalltheblocksandcreatebitmapforalltheblocksbackedupinthelevel0backup.

考题 Whichviewprovidesinformationonthebackupstatusofthedatafilesinthedatabase?() A.V$BACKUPB.V$BACKUP_STATUSC.V$BACKUP_DATAFILED.V$DATAFILE_BACKUPE.V$TABLESPCE_BACKUP

考题 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.

考题 Youperformdifferentialincrementallevel1backupsofyourdatabaseoneachworkingdayandlevel0backuponSundays,totape.Whichtwostatementsaretrueaboutdifferentialincrementalbackups() A.ThebackupperformedonSundayscontainsalltheblocksthathaveeverbeenusedinthedatabase.B.ThebackupperformedonSundayscontainsalltheblocksthathavechangedsincethelastlevel1backup.C.Thebackupperformedoneachworkingdaycontainsalltheblocksthathavechangedsincethelastlevel0 backup.D.ThebackupperformedonMondaycontainsalltheblocksthathavechangedsincethelevel0backup,and everyotherworkingdaycontainsalltheblocksthathavechangedsincethelevel1backup

考题 YouaremanaginganOracleDatabase11gdatabasewiththisbackupstrategy:-EverySundaynight,level0backupisperformed.-OnMondaynightandsubsequentdays,level1incrementalbackupisperformed.Thebackupsarenotcumulativeincremental.WhichstatementaboutMonday’sbackupistrue()A.Thebackupcontainsalltheusedblocks.B.Thebackupcontainsalltheusedandunusedblocks.C.Thebackupcontainsblocksthathavechangedsincethelastlevel0backup.D.Thebackupcontainsblocksthathavechangedsincethelastlevel1backuptakenlastweek.

考题 WherecanyouobtaininformationaboutfulldatabasebackupsetcreatedusingRMAN,ifthecontrolfilewasusedastherepository?() A.V$BACKUPSETB.RC_DATABASEC.V$BACKUP_SETD.RC_BACKUP_SET

考题 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.confB.restore -Tvf /mnt/backup/server1.mksysb ./etc/resolv.confC.listvgbackup -f /mnt/backup/server1.mksysb -r ./etc/resolv.confD.restorevgfiles -xrm /mnt/backup/server1.mksysb ./etc/resolv.conf