网站大量收购独家精品文档,联系QQ:2885784924

Managing Undo Data参考.ppt

  1. 1、本文档共64页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Managing Undo Data参考

Managing Undo Data Objectives After completing this lesson, you should be able to do the following: Describe the purpose of undo data Implement Automatic Undo Management Create and configure undo segments Obtain undo segment information from the data dictionary Managing Undo Data Overview Two methods for managing undo data exists Automatic Undo Management Manual Undo Management This lesson discusses Automatic Undo Management The term undo replaces what was known in previous versions of Oracle as rollback Undo Segment Undo Segments: Purpose Read Consistency Types of Undo Segments SYSTEM: Used for objects in the SYSTEM tablespace Non-SYSTEM: Used for objects in other tablespaces: Auto Mode: Requires an UNDO tablespace Manual Mode: Private: Acquired by a single instance Public: Acquired by any instance Deferred: Used when tablespaces are taken offline immediate, temporary, or for recovery Automatic Undo Management: Concepts Undo data is managed using an UNDO tablespace You allocate one UNDO tablespace per instance with enough space for the workload of the instance. The Oracle server automatically maintains undo data within the UNDO tablespace. Automatic Undo Management: Configuration Configure two parameters in the initialization file: UNDO_MANAGEMENT UNDO_TABLESPACE Create at least one UNDO tablespace. Automatic Undo Management: Initialization Parameters UNDO_MANAGEMENT: Specifies whether the system should use AUTO or MANUAL mode. UNDO_TABLESPACE: Specifies a particular UNDO tablespace to be used. Automatic Undo Management: UNDO Tablespace You may create the UNDO tablespace with the database by adding a clause in the CREATE DATABASE command Or create it later by using the CREATE UNDO TABLESPACE command Automatic Undo Management: Altering an UNDO Tablespace The ALTER TABLESPACE command can make changes to UNDO tablespaces. The following example adds another data file to the UNDO tablespace: Automatic Undo Management: Switching UNDO Tablespaces You may switch from u

文档评论(0)

2017meng + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档