zoukankan      html  css  js  c++  java
  • 053(三)

    11、View the Exhibit to examine the metrics with a threshold. Which statement is true regarding the Number of Transactions (per second) metric?

    A. Oracle uses statistical relevance to determine when an adaptive threshold has been breached for the metric.
    B. The statistics for the metric values observed over the baseline time period are not examined to determine threshold values.
    C. Oracle determines when an adaptive threshold has been breached based on the maximum value captured by the baseline.
    D. The total concurrent number of threshold violations, which must occur before an alert is raised for the metric, has been set to zero.
    Answer: A
    View Code

    12、

    12.You performed the RMAN database backup having a backupset key number 231 with the KEEP FOREVER option.
    After some days, you want to change the status of the database backup and you issued the following command:
    RMAN>CHANGE BACKUPSET 231 NOKEEP;
    What is the implication of this command?
    A. The backup is deleted.
    B. The backup is marked unavailable.
    C. The backup overrides the backup retention policy.
    D. the backup becomes eligible for deletion according to the existing retention policy
    Answer: D
    View Code

    13、View the Exhibit that sets the threshold for the Current Open Cursors Count metric. 

    Why is the Significance Level threshold type not available in the threshold setting?

    A. because AWR baseline is not enabled
    B. because Current Open Cursors Count is not a basic metric
    C. because the STATISTICS_LEVEL parameter is set to BASIC
    D. because the AWR baseline is a system-defined moving window baseline
    Answer: B
    View Code

    14、

    14.Which two statements are true regarding hot patching? (Choose two.)
    A. It requires relinking of the Oracle binary.
    B. It does not require database instance shutdown.
    C. It can detect conflicts between two online patches.
    D. It is available for installing all patches on all platforms.
    E. It works only in a single database instance environment.
    Answer: BC
    View Code

    15、

    15.You are in the process of creating a virtual private catalog in your Oracle Database 11g database. 
    The PROD1, PROD2, and PROD3 Oracle Database 10g databases are registered in the base recovery catalog. 
    The database user who owns the base recovery catalog is CATOWNER. CATOWNER executes 
    the following command to grant privileges to a new user VPC1 using Oracle Database 11g RMAN executables:
    RMAN> GRANT CATALOG FOR DATABASE prod1, prod2 TO vpc1;
    Then you issue the following commands:
    RMAN> CONNECT CATALOG vpc1/oracle@catdb;
    RMAN> SQL "EXEC catowner.dbms_rcvcat.create_virtual_catalog;"
    What is the outcome of the above commands?
    A. They execute and create a virtual catalog for pre-Oracle 11g clients.
    B. They produce an error because PROD1 and PROD2 databases belong to the older version.
    C. They produce an error because you need to connect as CATOWNER to execute this packaged procedure.
    D. They produce an error because you need to connect to the target database to execute this packaged procedure.
    Answer: A
    View Code
  • 相关阅读:
    二叉搜索树和双向链表 --剑指offer
    复杂链表的复制 --剑指offer
    二叉树中和为某一值的路径 --剑指offer
    二叉搜索树的后序遍历序列 --剑指offer
    从上往下打印二叉树 --剑指offer
    栈的压入、弹出序列 --剑指offer
    顺时针打印矩阵 --剑指offer
    树的子结构 --剑指offer
    JSON.toJSONString(joinPoint.getArgs())报错getOutputStream() has already been called for this response
    常用linux命令
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5377027.html
Copyright © 2011-2022 走看看