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

Storage Structure and Relationships教学文稿.ppt

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

Automatic Undo Management: Initialization Parameters UNDO_MANAGEMENT The UNDO_MANAGEMENT parameter determines the undo mode of the database. The parameter can be set to one of two values, AUTO or MANUAL, and must be set in the initialization file. UNDO_MANAGEMENT cannot be changed dynamically after the database starts. AUTO mode sets the database to automatic undo management and requires an UNDO tablespace. In MANUAL mode, the default value, you can create and manage undo segments when needed within the database as in previous versions of the Oracle server. UNDO_TABLESPACE Specifies the UNDO tablespace to be used. This parameter can be set in the initialization files or altered dynamically using the ALTER SYSTEM command. ALTER SYSTEM SET undo_tablespace = UNDOTBS; Automatic Undo Management Configuration Automatic undo management requires an UNDO tablespace. More than one UNDO tablespace may exist in the database, but only one UNDO tablespace can be active. You can create the UNDO tablespace with the database by adding a clause to the CREATE DATABASE statement. During database creation, if the UNDO_MANAGEMENT parameter is set to AUTO and you omit the UNDO tablespace clause from the CREATE DATABASE statement then the Oracle server creates an UNDO tablespace with the name SYS_UNDOTBS. The default data file, for data file tablespace SYS_UNDOTS, will have the name dbu1oracle_sid.dbf located in $ORACLE_HOME/dbs, the size is operating system dependent, and AUTOEXTEND is ON. After database creation, you can create an UNDO tablespace using the CREATE UNDO TABLESPACE command. Types of Segments LOB Segment One or more columns in a table can be used to store large objects (LOBs) such as text documents, images, or videos. If the column is large, the Oracle server stores these values in separate segments known as LOB segments. The table contains only a locator or a pointer to the location of the corresponding LOB data. Nested Table A column in a table may be made up of a user-de

您可能关注的文档

文档评论(0)

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

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

1亿VIP精品文档

相关文档