Which RMAN backup

题目

Which RMAN backup command is used to create the block-change tracking file?()  

  • A、 alter database create block change tracking file
  • B、 alter database enable block change file
  • C、 alter database enable block change tracking using file ,/ora01/opt/ block_change_tracking.fil
  • D、 alter system enable block change tracking using file ’/ora01/opt/block_ change_tracking.fil’
  • E、 alter system block change tracking on
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

For an incomplete recovery, which four backup types can be used by Recovery Manager (RMAN) to restore data files? ()

  • A、RMAN image copies
  • B、RMAN database backups
  • C、RMAN tablespace backups
  • D、user­managed backups placed in the flash recovery area
  • E、user­managed backups that have been cataloged with RMAN
  • F、user­managed data file backups for which the full path name is specified

正确答案:A,B,C,E

第2题:

Which command is used to configure RMAN to perform a compressed backup for every backup executed?()

  • A、 BACKUP AS COMPRESSED BACKUPSET DATABASE
  • B、 BACKUP AS COMPRESSED COPY OF DATABASE
  • C、 CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET
  • D、 CONFIGURE DEVICE TYPE DISK BACKUP TYPE COMPRESS 
  • E、 BACKUP DATABASE COMPRESS

正确答案:C

第3题:

Examine the following RMAN command:RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;RMAN> BACKUP DATABASE PLUS ARCHIVELOG;Which prerequisite must be met before accomplishing the backup?()

A. Provide a password for the encryption

B. Set up an Oracle wallet for the encryption

C. No setup is required as it is a default encryption method

D. Both Oracle wallet and password must be set up for the encryption


参考答案:B

第4题:

When you are allowing RMAN to backup your archived redo log files,how does RMAN know which archived redo logs to back up from your archive log destination?()

  • A、RMAN keeps a list of archive logs in a text file.
  • B、The DBA must manually tell RMAN which archive logs to backup.
  • C、RMAN has access to target control file and/or catalog information.
  • D、RMAN looks at the ARCHIVE_LOG_DEST parameter of your target database and backs up all archive logs found.

正确答案:C

第5题:

You want to perform the database backup when user activity on your system is low, such as between 12:00 a.m. and 2:00 am. Which command terminates with an error if the backup is not complete at the end of the specified duration?()

  • A、RMAN> BACKUP DURATION 2:00 MINIMIZE LOAD DATABASE
  • B、RMAN> BACKUP DURATION 2:00 PARTIAL FILESPERSET 1 DATABASE
  • C、RMAN> BACKUP DURATION 2:00 PARTIAL MINIMIZE TIME DATABASE 
  • D、RMAN> BACKUP AS COPY DURATION 2:00 PARTIAL MINIMIZE LOAD DATABASE

正确答案:A

第6题:

hich of the following RMAN structures can data from a datafile span?()

  • A、RMAN backup-set pieces spanning backup sets 
  • B、RMAN backup-set pieces within a given backup sets 
  • C、RMAN backups 
  • D、RMAN channels 
  • E、None of the above

正确答案:B

第7题:

In which scenario, will you issue the following command?() RMAN> REPORT NEED BACKUP DAYS 7;

  • A、 to configure RMAN to maintain backup information in the RMAN repository for seven days
  • B、 to configure RMAN to maintain backup information in the control file for at least seven days
  • C、 to display the list of files that have not been backed up for the last seven days
  • D、 to display the list of files that must be backed up within seven days

正确答案:C

第8题:

Examine the following RMAN script:RMAN> run {debug on;allocate channel c1 type disk;backup datafile 5;}Which statement describes the purpose of the script?()

A. The data file is checked for physical corruption and backed up if found clean.

B. The backup of data file 5 is performed and the interactive messages during the backup are suppressed.

C. The existing backup for the data file is checked and the backup is performed if there are changes in the data file after the last backup.

D. The backup of data file 5 is performed and all SQL statements that are executed during RMAN compilation and their results are displayed


参考答案:D

第9题:

You want to take the backup of the USERS tablespace. It has a single data file of 900 MB. You have tape drives of 300 MB each. The SBT channel is configured for Recovery Manager (RMAN). To accomplish the backup, you issued the following RMAN command: RMAN> BACKUP SECTION SIZE 300M TABLESPACE users; Which two statements are true about the execution of the above command? ()(Choose two.)

  • A、The backup piece size will be limited to 300 MB
  • B、The RMAN uses multiplexing to perform backup
  • C、The operation is accomplished using the default channel available
  • D、The RMAN parallelizes the backup although the parallelism is not set for a channel

正确答案:A,C

第10题:

Consider the following scenario for your database: - Backup optimization is enabled in RMAN. - The recovery window is set to 7 days in RMAN. - The most recent backup to disk for the TOOLS tablespace was taken on November 3, 2007. - The TOOLS tablespace is read-only since November 4, 2007. On November 23, 2007, you issue the RMAN command to back up the database to disk. Which statement is true regarding the backup of the TOOLS tablespace?()

  • A、The RMAN backup fails because the TOOLS tablespace is read-only
  • B、The RMAN skips the backup of the tablespace because backup optimization is enabled
  • C、The RMAN makes backup because optimization can be enabled only for backups to disk
  • D、The RMAN makes the backup because no backup of the tablespace exists within the seven day window

正确答案:D

更多相关问题