zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V13.02-516题

    516.In a Database Replay workload capture, what client request information is gathered? (Choose all that

    apply.)

    A. SQL text

    B. Shared server requests (Oracle MTS)

    C. Bind variable values

    D. Information about transactions

    E. Remote DESCRIBE and COMMIT operations

    Answer: ACD

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e41481/dbr_intro.htm#RATUG105



    8.1 Workload Capture

    The first step in using Database Replay is to capture the production workload. Capturing a workload involves recording all requests made by external clients to Oracle Database.

    When workload capture is enabled, all external client requests directed to Oracle Database are tracked and stored in binary files—called capture files—on the file system. You can specify the location where the capture files will be stored. Once workload capture begins, all external database calls are written to the capture files. The capture files contain all relevant information about the client request, such as SQL text, bind values, and transaction information. Background activities and database scheduler jobs are not captured. These capture files are platform independent and can be transported to another system.


  • 相关阅读:
    团队作业(三)
    第四章学习笔记
    2.3.1测试
    缓冲区溢出漏洞实验
    第三章学习笔记
    团队作业(二)
    第十一章学习笔记
    第7,8章自学笔记
    stat命令实现—mystat
    第五章学习笔记
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315929.html
Copyright © 2011-2022 走看看