您的位置:首页 > 其它

OCP-1Z0-053-V12.02-615题

2013-11-02 01:12 351 查看
615.Before a Flashback Table operation, you execute the following command:
ALTER TABLE employees ENABLE ROW MOVEMENT;
Why would you need this to be executed?
A. Because row IDs may change during the flashback operation
B. Because the object number changes after the flashback operation
C. Because the rows are retrieved from the recycle bin during the flashback operation
D. Because the table is moved forward and back to a temporary during the flashback opertion

Answer: A

答案解析:
参考:http://docs.oracle.com/cd/E11882_01/server.112/e10897/backrest.htm#ADMQS12236

Before you can use Flashback Table, you must ensure that row movement is enabled on the table to be flashed back, or returned to a
previous state. Row movement indicates that rowids will change after the flashback occurs. This restriction exists because if rowids before the flashback were stored by an application, then
there is no guarantee that the rowids will correspond to the same rows after the flashback.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: