2011年7月13日

Oracle 唯一 约束(unique constraint) 与 索引(index) 关系说明

摘要: 一. 官网对Unique Constraints说明http://download.oracle.com/docs/cd/E11882_01/server.112/e16508/datainte.htm#CNCPT1642 uniquekey constraint requires that every value in a column or set of columns beunique. No rows of a table may have duplicate values in a column (the uniquekey) or set of columns (the compo 阅读全文

posted @ 2011-07-13 21:42 spring3mvc学习笔记 阅读(311) 评论(0) 推荐(0) 编辑

Oracle 11gR2 deferred segment creation 与 exp/imp 说明

摘要: 一. deferred segment creation 说明 从Oracle 11.2.0.1版本开始,Oracle又提供了一种新的空间分配方法: Create一个非分区表时,这个Table Segment并没有立刻创建, 而是直到有第一行记录插入的时候才去创建这个Segment,这和我们以前的Segment的创建和空间分配方法是不一样.这样的段也被称为延迟段. 从11.2.0.2版本开始,增加了对分区表和LOB字段的支持。并且功能得到增强: (1)既支持分区对象也支持非分区对象,同时对于分区表,新的segments创建时缺省的extent size为8M,而不再是以前的64K。 (2)对于 阅读全文

posted @ 2011-07-13 17:40 spring3mvc学习笔记 阅读(188) 评论(0) 推荐(0) 编辑

导航