易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

Which of the following is not an advantage of block media recovery (BMR)?()

A、 Reduced MTTR.

B、 Datafiles remain offline while corrupt blocks are repaired.

C、 Datafiles remain online while corrupt blocks are repaired.

D、 A and C

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • Consider the following code snippet:   BEGIN  DBMS_SCHEDULER.SET_ATTRIBUTE ( name => ,,lne_job1, attribute => ,,job_priority, value => 1);  END;  /   If this code were executed, which of the following statements would be true?()

    A、 The priority of the lne_job1 job would be set to 1.

    B、 The lne_job1 job would be executed synchronously.

    C、 The lne_job1 job would run immediately in the users current session.

    D、 The lne_job1 job would retain its current priority.

    E、 The job will immediately take priority over all running jobs.

  • A user named Arren is executing this query:   select table_name,operation,undo_sql  from  flashback_transaction_query t,  (select versions_xid as xid  from employees versions between scn minvalue and maxvalue  where employee_id = 123) e  where t.xid = e.xid;   When the query runs,he receives an ORA-01031: insufficient privileges error. Since the user owns the employees table,you know that it is not the problem.  Which of the following SQL statements will correct this problem?()

    A、 GRANT SELECT ANY TRANSACTION TO ARREN

    B、 GRANT SELECT ON FLASHBACK_TRANSACTION_QUERY TO ARREN

    C、 GRANT SELECT_ANY_TRANSACTION TO ARREN

    D、 GRANT FLASHBACK TO ARREN

    E、 GRANT SELECT ANY VIEW TO ARREN

  • While tuning a SQL statement, the SQL Tuning Advisor finds an existing SQL profile for the statement that has stale statistics available. What would the optimizer do in this situation?()

    A、It updates the existing SQL profiles with current statistics.

    B、It makes the statistics information available to GATHER_STATS_JOB

    C、It initiates the statistics collection process by running GATHER_STATS_JOB

    D、It logs a warning message in the alert log so that the DBA can perform statistics collection manually.

  • Which operation requires that you create an auxiliary instance manually before executing the operation?()

    A

     Backup-based database duplication.

    B

     Active database duplication.

    C

     Tablespace point-in-time recovery.

    D

     No operation requires the creation of an auxiliary instance.

  • 任何个人和组织有权对危害网络安全的行为进行()。

    A、对抗

    B、破坏

    C、举报

    D、攻击

联系客服 会员中心
TOP