zoukankan      html  css  js  c++  java
  • 052(十八)

    86、Which statement is true about a whole consistent database backup on a database running in ARCHIVELOG mode?

    A. The backup will consist of used data blocks only. 
    B. The database must be shut down to accomplish the backup. 
    C. The backup can be accomplished without shutting down the database. 
    D. The backup will contain all database files that have never been backed up.
    Answer: B
    View Code

    87、

    87.Which statement is true about the UNDO_RETENTION parameter when retention guarantee is not enabled? 
    A. It is the time period after which the undo data becomes obsolete. 
    B. It is the time period after which the committed undo data would be transferred to a temporary tablespace. 
    C. It is the minimum time period up to which the committed undo data would be retained if free undo space is available. 
    D. It is the time period after which the undo data is transferred to the Flash Recovery Area to provide read consistency. 
    Answer: C
    View Code

    88、

    88.You have a large amount of historical data in a flat file. Some analysts in your organization need to 
    query this data in the file. The file is too large to load the data in it into your current database. 
    Which is the most effective method to access this data in your database? 
    A. Use the database link. 
    B. Use the SQL*Loader utility. 
    C. Use the Oracle Data Pump utility. 
    D. Create an external table and leave the data in the flat file.
    Answer: D
    View Code

    89、

    89.Which statements are true regarding the creation of an incident package file by using the EM Workbench Support? (Choose all that apply.) 
    A. You can add SQL test cases to the incident package. 
    B. You can add or remove the trace files to the package. 
    C. You cannot create an incremental incident package when the physical files are purged from the ADR. 
    D. You can create the incremental incident package ZIP file for new or modified diagnostic information for the incident package already created. 
    Answer: ABD
    View Code

    90、

    90.You are managing an Oracle Database 11g database. You want to ensure the recovery of the database to the point of failure. 
    Which configuration will you do to accomplish the task? 
    A. Multiplex all database files. 
    B. Configure the Flash Recovery Area. 
    C. Configure the database instance for ARCHIVELOG mode. 
    D. Configure the FAST_START_MTTR_TARGET initialization parameter.
    Answer: C 
    View Code
  • 相关阅读:
    数据(或分布)的对称、偏倚
    【python】 与日志logging相关文章推荐
    实体类和json串的转换
    欧几里德算法----最大公约数算法
    java IdentityHashMap 与HashMap
    android gradle依赖:implementation 和compile的区别
    jmeter进行文件下载的性能测试
    Asp.Net Core MVC 框架 实现钉钉扫码登入
    前端静态资源库
    28个漂亮的React.js后台管理模板
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5358245.html
Copyright © 2011-2022 走看看