zoukankan      html  css  js  c++  java
  • 053(五十二)

    256、

    256.Sales details are being stored on a daily basis in the SALES_2007 table. A large amount of data is added to the table daily. 
    To save disk space, you issued the following command:
    ALTER TABLE sales_2007 COMPRESS FOR ALL OPERATIONS;
    What would be the outcome of this command?
    A. It produces an error because data already exists in the table.
    B. It produces an error because compression can be enabled at table creation only.
    C. It compresses all data added or modified henceforth but the existing data in the table is not compressed immediately.
    D. It immediately compresses all existing data as well as new data, resulting from either fresh additions or modifications to existing data.

    257、

    257.Which client requests to the database can be captured as a part of the workload capture? (Choose all that apply.) 
    A. flashback query
    B. distributed transactions
    C. logging in and logging out of sessions
    D. all DDL statements having bind variables
    E. direct path load of data from external files

    258、

    258.Which two statements are true regarding the SQL Repair Advisor? (Choose two.)
    A. The SQL Repair Advisor can be invoked to tune the performance of the regressed SQL statements.
    B. The SQL Repair Advisor can be invoked even when the incident is not active for a SQL statement crash.
    C. The SQL Repair Advisor is invoked by the Health Monitor when it encounters the problematic SQL statement.
    D. The DBA can invoke the SQL Repair Advisor when he or she receives an alert generated when a SQL statement crashes and an incident is created in the ADR.

    259、

    259.Which setting enables the baselines by default in Oracle Database 11g?
    A. setting the STATISTICS_LEVEL parameter to TYPICAL
    B. adding filters to the Automatic Database Diagnostic Monitor (ADDM)
    C. enabling Automated Maintenance Task using Oracle Enterprise Manager
    D. setting the OPTIMIZER_USE_PENDING_STATISTICS parameter to TRUE

    260、

    260.Which two activities are NOT supported by the Data Recovery Advisor? (Choose two.)
    A. Diagnose and repair a data file corruption offline.
    B. Diagnose and repair a data file corruption online.
    C. Diagnose and repair failures on a standby database.
    D. Recover from failures in the Real Application Cluster (RAC) environment.
  • 相关阅读:
    Selenium+PhantomJS实现简易有道翻译爬虫
    Scrapy框架实战-妹子图爬虫
    拉勾网职位信息爬取
    Docker Compose容器编排
    Ansible进阶--playbook的使用
    etcd集群部署
    使用Dockerfile构建镜像
    Docker网络管理
    Docker数据管理
    Dubbo高性能网关--Flurry介绍
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5442633.html
Copyright © 2011-2022 走看看