You have created a script in the recovery catalog called bac

题目
单选题
You have created a script in the recovery catalog called backup_database. Which of the following commands would successfully execute that script?()
A

 run { open script backup_database; run script backup_database }

B

 run { engage script backup_database; }

C

 run { run script backup_database; }

D

 Run { execute script backup_database; }

E

 The name backup_database is an invalid name for an RMAN script. Trying to run it from RMAN would result in an error.

参考答案和解析
正确答案: A
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which is the correct way to connect to both the target database and the recovery catalog from the RMAN command line?() Assume that the target database is called ORCL and that the recovery catalog database is called RCAT. Also assume that the recovery-catalog owner is called RCAT_OWN. Assume the environment is configured for the ORCL database. 

  • A、 rman target=/ catalog=/@rcat
  • B、 rman target=/ catalog=rcat_own/rcat_own
  • C、 rman target=/ catalog=rcat_own/rcat_own@RCAT
  • D、 rman target=sys/robert@orcl catalog=rcat_own/rcat_own@RCAT
  • E、 You cannot connect to the target database and the recovery catalog at the same time.

正确答案:C,D

第2题:

You have backed up your database twice without connecting to the recovery catalog. What command do you issue to transfer the control-file metadata to the recovery catalog?()

  • A、 synch catalog
  • B、 resync catalog
  • C、 replicate catalog
  • D、 update catalog
  • E、 restore catalog

正确答案:B

第3题:

Which statement is true regarding virtual private catalogs?()

A. A virtual private catalog owner can create a local stored script, and have read/write access to a global stored script.

B. The virtual private catalog owner cannot create and modify the stored scripts.

C. The set of views and synonyms that make up the virtual private catalog is stored in the schema of the RMAN recovery catalog owner.

D. To perform most of the RMAN operations, the virtual catalog owner must have the SYSDBA or SYSOPER privilege on the target database


参考答案:D

第4题:

You have lost all your RMAN backup set pieces due to a disk failure. Unfortunately, you have an automated cross-check script that also does a delete expired backupset command. You have restored all the backup set pieces from tape.  What command would you use to get those backup set pieces registered in the recovery catalog and the control file of the database again?()  

  • A、 register database
  • B、 recover catalog
  • C、 load backupset
  • D、 synch metadata
  • E、 catalog start with

正确答案:E

第5题:

You scheduled a backup by using the Schedule Backup option in Oracle Enterprise Manager. Which statement about the script created by Oracle Enterprise Manager is true? ()

  • A、It is a SQL script.
  • B、It is a PL/SQL file.
  • C、It is an operating system (OS) file.
  • D、It is a Recovery Manager (RMAN) script

正确答案:D

第6题:

You want to create the Recovery Manager (RMAN) Virtual Private Catalog (VPC) to maintain a separation of responsibilities along with a consolidation of RMAN repository. Which condition must be met before you create the VPC?()

  • A、A base catalog exists
  • B、The recovery catalog is empty
  • C、The base recovery catalog must be dropped
  • D、A target database is registered in the recovery catalog

正确答案:A

第7题:

You have created a script in the recovery catalog called backup_database. Which of the following commands would successfully execute that script?()  

  • A、 run { open script backup_database; run script backup_database }
  • B、 run { engage script backup_database; }
  • C、 run { run script backup_database; }
  • D、 Run { execute script backup_database; }
  • E、 The name backup_database is an invalid name for an RMAN script. Trying to run it from RMAN would result in an error.

正确答案:D

第8题:

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

第9题:

If you back up a database without connecting to the recovery catalog, which operations will cause the recovery catalog to be updated?()

  • A、 The next time you back up the database when you are also connected to the recovery catalog and the target database
  • B、 The next time you are connected to the target database and the recovery catalog database and issue the resync command
  • C、 The next time you connect RMAN to just the recovery catalog
  • D、 The next time you connect to the recovery catalog and the target database with RMAN
  • E、 Connecting to the recovery catalog and issuing the resync all databases command

正确答案:A,B

第10题:

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

更多相关问题