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

    128.You want to track and store all transactional changes to a table over its lifetime. To accomplish this

    task, you enabled Flashback Data Archive with the retention of 5 years. After some time, the business

    requirement changed and you were asked to change the retention from 5 years to 3 years. To accomplish

    this, you issued the following command:

    ALTER FLASHBACK ARCHIVE fla1 MODIFY RETENTION 3 YEAR;

    What is the implication of this command?

    A. The command produces an error because the retention time cannot be reduced.

    B. All historical data is retained but the subsequent flashback data archives are maintained for only three years.

    C. All historical data is purged and the new flashback data archives are maintained for three years.

    D. All historical data older than three years is purged from the flashback archive FLA1.

    Answer: D

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/appdev.112/e25518/adfns_flashback.htm#ADFNS644


    Scenario: Using Flashback Data Archive to Enforce Digital Shredding

    Your company wants to "shred" (delete) historical data changes to the Taxes table after ten years. When you create the Flashback Data Archive for Taxes, you specify a retention time of ten years:

    CREATE FLASHBACK ARCHIVE taxes_archive TABLESPACE tbs1 RETENTION 10 YEAR;

    When history data from transactions on Taxes exceeds the age of ten years, it is purged. (The Taxes table itself, and history data from transactions less than ten years old, are not purged.)


     
  • 相关阅读:
    POJ1094(Topological Sort)
    POJ1258(Minimum Spanning Tree,Prim)
    POJ2509(Water,Greedy)
    POJ1258(Minimum Spanning Tree,Kruskal)
    POJ1256(permutation)
    POJ2790(BFS)
    HDU 1527 取石子游戏
    POJ Mayor's posters
    HDU 1907 John
    HDU 2516 取石子游戏
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315957.html
Copyright © 2011-2022 走看看