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

Oracle_052_lesson_p10

发布时间:2020-12-12 13:25:34 所属栏目:百科 来源:网络整理
导读:Managing Undo Data 管理UNDO数据 you should be able to: 1、Explain DML and undo data generation 2、Monitor and administer undo data 3、Describe the difference between undo data and redo data 4、Configure undo retention 5、Guarantee undo ret
Managing Undo Data 管理UNDO数据

you should be able to:
1、Explain DML and undo data generation
2、Monitor and administer undo data
3、Describe the difference between undo data and redo data
4、Configure undo retention
5、Guarantee undo retention
6、Use the Undo Advisor

Undo data is:
A copy of original,premodified data
Captured for every transaction that changes data
Retained at least until the transaction is ended
Used to support:
Rollback operations
Read-consistent queries
Oracle Flashback Query,Oracle Flashback Transaction,and Oracle Flashback Table
Recovery from failed transactions

有undo表空间,以段的方式存储.

Undo information is stored in undo segments,which are stored in an undo tablespace. Undo tablespaces:
Are used only for undo segments
Have special recovery considerations
May be associated with only a single instance
Require that only one of them be the current writable undo tablespace for a given instance at any given time

(编辑:李大同)

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

    推荐文章
      热点阅读