表的itl 屬性
INITRANS integer
Specify the initial number of concurrent transaction entries allocated within each data block allocated to the database object. This value can range from 1 to 255 and defaults to 1, with the following exceptions:
The default INITRANS value for a cluster is 2 or the default INITRANS value of the tablespace in which the cluster resides, whichever is greater.
The default value for an index is 2.
In general, you should not change the INITRANS value from its default.
Each transaction that updates a block requires a transaction entry in the block. This parameter ensures that a minimum number of concurrent transactions can update the block and helps avoid the overhead of dynamically allocating a transaction entry.
The INITRANS parameter serves the same purpose in the statements that create and alter tables, partitions, clusters, indexes, materialized views, and materialized view logs.
MAXTRANS 《=========已經廢棄的了該引數。
In earlier releases, the MAXTRANS parameter determined the maximum number of concurrent update transactions allowed for each data block in the segment. This parameter has been deprecated. Oracle now automatically allows up to 255 concurrent update transactions for any data block, depending on the available space in the block.
Existing objects for which a value of MAXTRANS has already been set retain that setting. However, if you attempt to change the value for MAXTRANS, Oracle ignores the new specification and substitutes the value 255 without returning an error.
Specify the initial number of concurrent transaction entries allocated within each data block allocated to the database object. This value can range from 1 to 255 and defaults to 1, with the following exceptions:
The default INITRANS value for a cluster is 2 or the default INITRANS value of the tablespace in which the cluster resides, whichever is greater.
The default value for an index is 2.
In general, you should not change the INITRANS value from its default.
Each transaction that updates a block requires a transaction entry in the block. This parameter ensures that a minimum number of concurrent transactions can update the block and helps avoid the overhead of dynamically allocating a transaction entry.
The INITRANS parameter serves the same purpose in the statements that create and alter tables, partitions, clusters, indexes, materialized views, and materialized view logs.
MAXTRANS 《=========已經廢棄的了該引數。
In earlier releases, the MAXTRANS parameter determined the maximum number of concurrent update transactions allowed for each data block in the segment. This parameter has been deprecated. Oracle now automatically allows up to 255 concurrent update transactions for any data block, depending on the available space in the block.
Existing objects for which a value of MAXTRANS has already been set retain that setting. However, if you attempt to change the value for MAXTRANS, Oracle ignores the new specification and substitutes the value 255 without returning an error.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20747382/viewspace-2130338/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- PostgreSQL:表的儲存屬性SQL
- 表屬性設定
- css屬性與js中style物件的屬性對應表CSSJS物件
- form表單的enctype屬性的作用ORM
- 【譯】表單元件的屬性相容性表元件
- 表單元素的form屬性介紹ORM
- Hive學習之更改表的屬性Hive
- HTML5的新的表單屬性HTML
- 管理表空間(表空間的屬性)轉貼
- 營銷屬性表和fm
- 表單元素的form屬性用法介紹ORM
- name屬性是表單元素必須的
- ms sql 獲取表欄位的屬性SQL
- 共有的表單欄位屬性
- html5之新增表單屬性HTML
- 產品集型別和屬性表型別
- 表的storage (MINEXTENTS 屬性對truncate後表大小的影響
- CMake 屬性之全域性屬性
- Oracle11gr2新增表的RESULT CACHE屬性Oracle
- iOS動畫 屬性屬性解析iOS動畫
- defer 屬性和 async 屬性
- Python 類的屬性與例項屬性Python
- css的屬性CSS
- jQuery利用name屬性獲取表單元素jQuery
- 商品 分類 屬性 表設計 庫存
- HTML5表單新增元素與屬性HTML
- 自定義html標籤和表單屬性HTML
- ITL
- 如何建立能儲存具有不同屬性的產品的表?
- 表單元素同時寫id和name屬性的作用
- C#+arcengine獲得柵格資料的屬性表C#
- [20121021]探究表的rowdependencies屬性.txt
- CSS 屬性篇(七):Display屬性CSS
- CMake 屬性之目標屬性
- CMake 屬性之目錄屬性
- js如何獲取給定屬性的屬性值JS
- ITL的含義
- js的屬性物件的specified屬性用法簡單介紹JS物件