• OCP-1Z0-053-V13.02-708题


    708. You executed the following query:

     

    Considering that all the redo logs  are available, what information can you derive from the output of the

    preceding query?

    A.The time when the last flashback operation in your database was performed

    B.The time when the first flashback operation in your database was performed

    C.The approximate time and the lowest system change number (SCN) to  which you can flashback your database

    D.The system change number (SCN) and the time when the Flashback Database was enabled in the

    database instance

    Answer: C 

    答案解析:

    题中问:考虑到所有的重做日志可用,什么样的信息可以来自上述查询的输出?

    V$FLASHBACK_DATABASE_LOG

    V$FLASHBACK_DATABASE_LOG displays information about the flashback data. Use this view to help estimate the amount of flashback space required for the current workload.

    Column Datatype Description
    OLDEST_FLASHBACK_SCN NUMBER Lowest system change number (SCN) in the flashback data, for any incarnation
    OLDEST_FLASHBACK_TIME DATE Time of the lowest SCN in the flashback data, for any incarnation
    RETENTION_TARGET NUMBER Target retention time (in minutes)
    FLASHBACK_SIZE NUMBER Current size (in bytes) of the flashback data
    ESTIMATED_FLASHBACK_SIZE NUMBER Estimated size of flashback data needed for the current target retention
  • 相关阅读:
    个人介绍
    2021-03-16 助教小结
    2020软件工程作业05
    2020软件工程作业04
    2020软件工程作业03
    第二次作业 计划与执行
    从蓝天到名利 所有你想要的 都别随风去
    Android Task 相关
    Android ViewDragHelper源码解析
    android利用反射通过代码收缩通知栏
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316377.html
Copyright © 2020-2023  润新知