码迷,mamicode.com
首页 > 其他好文 > 详细

053第386题

时间:2015-07-11 15:13:30      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:ocp

386.You have just performed a FLASHBACK TABLE operation using the following command:
flashback table employees to scn 123456;
The employees table has triggers associated with it. Which of the following statements is true regarding
the state of the triggers during the Flashback Table operation?
A. All the triggers are disabled.
B. All the triggers are enabled by default.
C. Enabled triggers remain enabled and disabled triggers remain disabled.
D. Triggers are deleted when a Flashback Table operation is performed.
Answer: A



By default, the database disables triggers on the affected table before performing a FLASHBACK TABLE operation. After the operation, the database returns the triggers to the state they were in before the operation (enabled or disabled). To keep triggers enabled during the flashback of the table, add an ENABLE TRIGGERS clause to theFLASHBACK TABLE statement

版权声明:本文为博主原创文章,未经博主允许不得转载。

053第386题

标签:ocp

原文地址:http://blog.csdn.net/adeline_pan/article/details/46841327

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!