• OCP-1Z0-053-V12.02-515题


    515.A developer calls and reports that he accidentally dropped an important lookup table from a

    production database. He needs the table to be recovered. What action would you take?

    A. Initiate an incomplete recovery operation using RMAN.

    B. Copy the table from a development database.

    C. Advise the user to rekey the data.

    D. Perform a Flashback Drop operation.

    E. Perform a Flashback Recovery operation.

    Answer: D

    答案解析:

    参考:闪回删除:http://blog.csdn.net/rlhua/article/details/12407737

    使用FLASHBACK TABLE命令,可以在无需使用时间点恢复的情况下,还原DROP TABLE语句的结果。
    注:初始化参数RECYCLEBIN用于控制闪回删除功能是打开(ON) 还是关闭(OFF)。如果将该参数设置为OFF,则删除的表不会进入回收站。如果将该参数设置为ON,则删除的表将进入回收站,并且可以进行恢复。默认情况下,RECYCLEBIN设置为ON。
    使用FLASHBACK TABLE ... TO BEFORE DROP命令从回收站恢复表及其所有可能的从属对象。可以指定表的原始名称或删除对象时分配给对象的系统生成名称。
  • 相关阅读:
    深度学习中常见问题
    freespace
    跑superpixel的程序
    python处理图片的一些操作
    跑edgebox
    tensorflow安装
    matlab启动
    stixel 理解
    stixel-world跑在kitti数据集
    小议中国人的乡土情结
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13317043.html
Copyright © 2020-2023  润新知