首页 > 其他 > 详细

053-648

时间:2017-11-16 12:34:00      阅读:301      评论:0      收藏:0      [点我收藏+]

Note the following statements that use flashback technology:
1. FLASHBACK TABLE <table> TO SCN <scn>;
2. SELECT * FROM <table> AS OF SCN 123456;
3. FLASHBACK TABLE <table> TO BEFORE DROP;
4. FLASHBACK DATABASE TO TIMESTAMP <timestamp>;
5. SELECT * FROM <table> VERSIONS AS OF SCN 123456 AND 123999;
Which of these statements will be dependent on the availability of relevant undo data in the undo
segment?
A. 1, 2, and 5
B. 1, 3, and 4
C. 2, 3, 4, and 5
D. 1, 2, 3, 4, and 5 

1.闪回表原理是还原数据。
2.闪回查询是还原数据。
3.闪回删除是回收站原理。
4.闪回数据库是基于闪回日志。
5.闪回版本查询是基于还原数据。
所以基于还原数据的是 125.

053-648

原文:http://www.cnblogs.com/Babylon/p/7843564.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!