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

    46、

    46.What happens when you run the SQL Tuning Advisor with limited scope?
    A. Access path analysis is not performed for SQL statements.
    B. SQL structure analysis is not performed for SQL statements.
    C. SQL Profile recommendations are not generated for SQL statements.
    D. Staleness and absence of statistics are not checked for the objects in the SQL Tuning Advisor.
    Answer:C
    View Code

    47、

    47.You issue the following command on the RMAN prompt.
    REPORT NEED BACKUP DAYS 5;
    Which statement is true about executing this command?
    A. It will display a list of files that need incremental backup
    B. It will display a list of files that need backup after five days
    C. It will display a list of files that were backed up in the last five days
    D. It will display a list of files that have not been backed up in the last five days
    E. It will apply the current retention policy to determine the files that need to be backed up
    Answer: D
    View Code

    48、View the Exhibit to examine the error obtained during the I/O calibration process. There are no data files on raw devices. What is the reason for this error?

    A. The DISK_ASYNCH_IO parameter is set to TRUE. 
    B. The FILESYSTEMIO_OPTIONS parameter is set to NONE. 
    C. Another session runs the I/O calibration process concurrently. 
    D. The pending area has not been created before running the I/O calibration process.
    Answer: B
    View Code

    49、

    49.Which statement about recovering from the loss of a redo log group is true?
    A. If the lost redo log group is ACTIVE, you should first attempt to clear the log file.
    B. If the lost redo log group is CURRENT, you must clear the log file.
    C. If the lost redo log group is ACTIVE, you must restore, perform cancel-based incomplete recovery, and open the database using the RESETLOGS option.
    D. If the lost redo log group is CURRENT, you must restore, perform cancel-based incomplete recovery, and open the database using the RESETLOGS option.
    Answer: D
    View Code

    50、

    50.Examine the following command:
    ALTER DISKGROUP data MOUNT FORCE;
    In which scenario can you use the above command to mount the disk group?
    A. when ASM disk goes offline
    B. when one or more ASM files are dropped
    C. when some disks in a disk group are offline
    D. when some disks in a failure group for a disk group are rebalancing
    Answer: C
    View Code
  • 相关阅读:
    GetWindowThreadProcessId
    为什么要学制作外挂
    博客系统架构对比分析
    C# 数据库访问通用类 (ADO.NET)
    转:配置 SQL Server 2005 远程调试存储过程
    腾讯QQ空间g_tk算法
    BurstNET的linux vps 安装Kloxo面板后一切正常 今天重启导致错误Could not connect to Mysql server
    service的生命周期回调方法
    服务的生命周期回调方法
    点阵字库在JAVA中的实现
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5387332.html
Copyright © 2011-2022 走看看