多选题You issue this RMAN command:   RMAN create script Level0Backup {   backup   incremental level 0   format ‘/u01/db01/backup/%d_%_Sp’   fileperset 5   (database include current controlfile);   sql ‘alter database archive log current’;   }  Which three st

题目
多选题
You issue this RMAN command:   RMAN> create script Level0Backup {   backup   incremental level 0   format ‘/u01/db01/backup/%d_%_Sp’   fileperset 5   (database include current controlfile);   sql ‘alter database archive log current’;   }  Which three statements are true about the Level0Backup script you just created?()
A

The script is stored only in the control file.

B

The script is stored only in the recover catalog.

C

The script can be executed only by using the RMAN RUN command.

D

The commands of the script can be displayed with the LIST command.

E

The commands of the script can be displayed with the PRINT command.

F

The commands of the script can be displayed with the REPORT command.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Your PROD database has been started using the server parameter file. In your PROD database you are using RMAN for backup and recovery operations. You issue the following commands from the RMAN prompt:     RMAN> CONFIGURE CONTROLFILE AUTOBACKUP OFF;   RMAN> BACKUP DATABASE;   Which files from the database will be backed up as a result of this BACKUP command?()

  • A、 control file
  • B、 all datafiles
  • C、 password file
  • D、 online redo log file
  • E、 archive redo log file
  • F、 server parameter file
  • G、 only the SYSTEM datafile

正确答案:A,B,F

第2题:

You are using RMAN to perform a closed database backup of your database. You issue these RMAN commands: STARTUP MOUNT; BACKUP  FORMAT ’/BACKUP/df_%d_%s_%p.bus’  DATABASE filesperset = 2;  Which components are included in the backup?()

  • A、Only the data files.
  • B、Only the data files and the online logs.
  • C、The data files, control files, and the online logs.
  • D、The data files and control files, but not the online logs.

正确答案:D

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


参考答案:B, C, E

第4题:

You issued the following RMAN command:  RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;     What is NOT an impact of using the above command?()

  • A、 When a successful backup is recorded in the RMAN repository, then a backup of the current control file is performed.
  • B、 When a structural change is made to the database, then a backup of the current control file is performed.
  • C、 When a successful backup is performed in the RMAN repository, then a backup of the spfile is performed.
  • D、 When a structural change is made to the database, then a backup of the alert log file will be performed.

正确答案:D

第5题:

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 USING FILE ’/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.

正确答案:A,C

第6题:

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

第7题:

Your database is running in the ARCHIVELOG mode. You have configured RMAN for backup and recovery operations. You execute the following command from the RMAN prompt:   RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;   After executing this command, in which of the following cases will RMAN make an auto-backup of the control file? ()

  • A、 when you change the name of a datafile
  • B、 when you drop a table from the database
  • C、 when you take an export of the database
  • D、 when you back up the database using OS utilities
  • E、 when you issue an ALTER SYSTEM SWITCH LOGFILE statement
  • F、 when you issue a BACKUP command from inside the RMAN run block

正确答案:A,E,F

第8题:

RMAN offers the equivalent of the SQL command alter database backup controlfile to trace.()

  • A、 True
  • B、 False

正确答案:B

第9题:

You observe that the senior database administrator always uses the following command when connecting to Recovery Manager (RMAN), and then starts executing commands to backup the database files:  $ rman target /  What would be the effect of this command?()

  • A、RMAN would use the current operating system location to place the backup.
  • B、RMAN would use the control file of the target database to maintain the backup.
  • C、RMAN would use the recovery catalog of the target database to maintain the backup.
  • D、RMAN would use the control file of the target database to maintain the backup metadata. 
  • E、RMAN would use the recovery catalog of the target database to maintain the backup metadata.

正确答案:D

第10题:

Which command will result in a trace file being created with the create controlfile command contained in it?()  

  • A、 alter database backup controlfile
  • B、 alter database backup controlfile to trace
  • C、 alter database controlfile backup
  • D、 alter database controlfile backup to ’/ora01/oracle/ctrl_backup.ctl’
  • E、 alter database begin controlfile backup

正确答案:B

更多相关问题