2015年2月11日

oracle表空间创建及管理

摘要: 一、数据文件和数据库逻辑存储结构:一个表空间包含一个或多个数据文件,一个表空间包含一个或多个段,一个段包含一个或多个区,一个区包含一个或多个连续的数据库块,一个数据库块包含一个或多个操作系统块.段是对象存储基本单元,段中的区总是在同一个表空间中,可以跨数据文件.区是空间分配的基本单元,连续的数据块,... 阅读全文

posted @ 2015-02-11 18:51 遠離塵世の方舟 阅读(724) 评论(0) 推荐(0) 编辑

ORACLE表空间管理方式segment和extent

摘要: Apermanent tablespacecontains persistent schema objects. Objects in permanent tablespaces are stored indata files.Anundo tablespaceis a type of perman... 阅读全文

posted @ 2015-02-11 14:15 遠離塵世の方舟 阅读(4458) 评论(0) 推荐(0) 编辑

ORACLE表空间bigfile和smallfile

摘要: BIGFILE | SMALLFILEUse this clause to determine whether the tablespace is a bigfile or smallfile tablespace. This clause overrides any default tablesp... 阅读全文

posted @ 2015-02-11 11:21 遠離塵世の方舟 阅读(2723) 评论(0) 推荐(0) 编辑

导航