加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

OCP考题解析_043: flashback transaction query

发布时间:2020-12-15 18:16:07 所属栏目:百科 来源:网络整理
导读:? ? ? ?flashback transaction query可以从FLASHBACK_TRANSACTION_QUERY中获得指定事务的历史信息以及Undo_SQL ? ? ? ?通过这个UNDO_SQL,查询具体事务所做的操作、我们就可以恢复特定的事务、flashback transaction query测试 ? ? ? ?OCP考题: 13. You exe
? ? ? ?flashback transaction query可以从FLASHBACK_TRANSACTION_QUERY中获得指定事务的历史信息以及Undo_SQL

? ? ? ?通过这个UNDO_SQL,查询具体事务所做的操作、我们就可以恢复特定的事务、flashback transaction query测试


? ? ? ?OCP考题:


13. You executed the following query: 
    SELECT operation,undo_sql,table_name FROM flashback_transaction_query; 
    Which statement is correct regarding the query output? 

A. It would return information regarding only the last committed transaction. 

B. It would return only the active transactions in all the undosegments in the database.
 
C. It would return only the committed transactions in all the undo segments in the database. 

D. It would return both active and committed transactions in all the undo segments in the database. 

E. It would return information regarding the transactions that began and were committed in the last 30 minutes. 


Answer: D 

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读