首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

有谁帮小弟我解释一下这段代码?

2011-12-25 
有谁帮我解释一下这段代码??partitionbyrange(PART)(partitionPART_0valueslessthan( 1 )tablespaceREP_IN

有谁帮我解释一下这段代码??
partition   by   range   (PART)
(
    partition   PART_0   values   less   than   ( '1 ')
        tablespace   REP_INFO_DATA000
        pctfree   10
        initrans   1
        maxtrans   255
        storage
        (
            initial   1M
            next   1M
            minextents   1
            maxextents   unlimited
            pctincrease   0
        ),
    partition   PART_1   values   less   than   ( '2 ')
        tablespace   REP_INFO_DATA000
        pctfree   10
        initrans   1
        maxtrans   255
        storage
        (
            initial   1M
            next   1M
            minextents   1
            maxextents   unlimited
            pctincrease   0
        )
)

[解决办法]
我又来了

热点排行