You are using a recovery catalo

题目

You are using a recovery catalog to maintain Recovery Manager (RMAN) backup information for yourproduction database. You have registered your production database and are performing regular backups. Because of a new requirement you have added a few new tablespaces to your production database and youwant them to be included in backups.Identify two options for completing this task. ()(Choose two.)

  • A、Reregistering the target database in recovery catalog
  • B、Transporting the new tablespaces to the recovery catalog database
  • C、Syncronizing the recovery catalog with the target database control file
  • D、Performing a fresh backup of the target database to include the new data files in the catalog database
参考答案和解析
正确答案:C,D
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are performing backup and recovery operations by using RMAN. You are using a recovery catalog for the RMAN repository. You are planning to migrate to ASM disk storage to enable new disks to be added to the database without shutting down the database.   Which information is NOT required during the migration process?()

  • A、 Database Identifier (DBID)
  • B、 names and location of datafiles
  • C、 names and location of control files
  • D、 names and location of online redo log files

正确答案:A

第2题:

You have joined a new organization as a Database Administrator. The Security Administrator in your organization has kept human errors, such as erroneously dropping users, tables, and important data, to a minimum by carefully granting only the necessary privileges to each user. As a result of several ongoing transactions within your database, you discover that the flashback logs are rapidly increasing in the flash recovery area. To avoid out-of-space errors, you decide to delete the flashback logs from the flash recovery area. How can you delete the flashback logs from the database if your database is up and running?()

  • A、 Shut down the database using the SHUTDOWN command. Mount the database using the STARTUP MOUNT EXCLUSIVE command and disable Flashback Database using the ALTER DATABASE FLASHBACK OFF statement.
  • B、 Change the parameter setting in the SPFILE for the DB_RECOVERY_FILE_DEST parameter using the ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=’’ SCOPE=BOTH statement while the database is up and running.
  • C、 Shut down the database using the SHUTDOWN command. Mount the database using the STARTUP MOUNT EXCLUSIVE command. Change the parameter setting in the SPFILE for the DB_RECOVERY_FILE_DEST parameter using the ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=’’ SCOPE=BOTH statement. Disable Flashback Database using the ALTER DATABASE FLASHBACK OFF statement.
  • D、 Change the parameter setting in the SPFILE for the DB_RECOVERY_FILE_DEST parameter using the ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=’’ SCOPE=BOTH statement. Shut down the database using the SHUTDOWN command. Mount the database using the STARTUP MOUNT EXCLUSIVE command and disable Flashback Database using the ALTER DATABASE FLASHBACK OFF statement.

正确答案:A

第3题:

You enabled the flashback logging feature, but you have not specified the location of the flash recovery area.  Which location would be used as the default location for the flash recovery area?()

  • A、the location used for control files
  • B、the location used for redo log files
  • C、the location set by using $ORACLE_BASE
  • D、the location set by using $ORACLE_HOME
  • E、the location set by using CORE_DUMP_DEST
  • F、the location set by using BACKGROUND_DUMP_DEST

正确答案:C

第4题:

You used the following command in Recovery Manager (RMAN) as part of the recovery process: RESTORE CONTROLFILE FROM AUTOBACKUP;  How does RMAN find the control file autobackup?()

  • A、by using the trace file
  • B、by using the alert log file
  • C、by using the database ID
  • D、by using the server parameter file
  • E、by using the V$CONTROLFILE view
  • F、by using the autobackup format configuration setting

正确答案:C,F

第5题:

You used the following command in Recovery Manager (RMAN) as part of the recovery process: RESTORE CONTROLFILE FROM AUTOBACKUP;   How does RMAN find the control file autobackup?()

  • A、 By using the trace file.
  • B、 By using the alert log file.
  • C、 By using the database ID
  • D、 By using the server parameter file.
  • E、 By using the V$CONTROLFILE view.
  • F、 By using the autobackup format configuration setting.

正确答案:C,F

第6题:

You are maintaining the database in Oracle10g. You are performing an incomplete recovery by using RMAN because an important table, EMPLOYEE, is dropped and purged from the Recycle Bin. Which statement is NOT true regarding an incomplete recovery?()

  • A、 The target database must be in the MOUNT mode to ensure restoration of the datafiles.
  • B、 You can restore the datafiles from the backup by using the RMAN utility only if the backups were taken using the RMAN utility.
  • C、 The control file must be recreated.
  • D、 The database must be opened with the RESETLOGS option.

正确答案:C

第7题:

You are performing an incomplete recovery because some important tables have been dropped and purged from the Recycle Bin. Which clause can you NOT use to perform the incomplete recovery by using the RMAN utility?()

  • A、 UNTIL CANCEL
  • B、 UNTIL SCN
  • C、 UNTIL SEQUENCE
  • D、 UNTIL TIME

正确答案:A

第8题:

You are using Recovery wizard for performing incomplete recovery. Which of the following object types is NOT available in the Perform Recovery :Type screen?()

  • A、 Whole database
  • B、 Tablespaces
  • C、 Datafiles
  • D、 Archive logs
  • E、 Redo logs

正确答案:E

第9题:

You administer an Oracle Database 10g and a third-party database. You use Recovery Manager (RMAN) to perform backup and recovery operations. You have configured a recovery catalog to act as an RMAN repository. To which of the following databases can you NOT connect using the RMAN CONNECT command?()

  • A、 target database
  • B、 auxiliary database
  • C、 third-party database
  • D、 recovery catalog database

正确答案:C

第10题:

You work as a database administrator for Supportcenter.cn. You are using Recovery Manager (RMAN) for backup and recovery of your database. You executed the delete command in RMAN to delete a backup of a tablespace. Which statement is true in this scenario?()

  • A、The backup status will be marked expired in RMAN recovery catalog.
  • B、The backup status will be marked deleted in RMAN recovery catalog after you execute the crosscheck command.
  • C、The backup will be deleted physically from the OS (Operating system)and the backup information is removed from the recovery catalogl
  • D、The backup status will be marked deleted and you must delete the backup file manually from the OS (Operating system).
  • E、The backup status will be marked deleted and you must delete the backup file manually from the OS (Operating system), if you are not using Oracle Managed Files (OMF).

正确答案:C

更多相关问题