免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2937 | 回复: 3
打印 上一主题 下一主题

无法为表空间petsdata中的段创建INITAL区 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-11-27 13:50 |只看该作者 |倒序浏览
执行如下语句时,报“无法为表空间petsdata中的段创建INITAL区”的错:



create table MYPOSTS
(
  ID             number(11) not null,
  XUNWEIID       number(11) not null,
  TITLE          varchar2(200) not null,
  KEYWORD        varchar2(64),
  CONTENT        varchar2(1000) not null,
  STATUS         number(1) default 1 not null,
  UBLISH_TIME   date not null,
  UBLISHER      varchar2(32) not null,
  REPLY_TIME     date,
  REPLYER        varchar2(32),
  REPLY_EVALUATE date,
  EVALUATE_TIME  date,
  OST_LEVEL          number(1) default 1 not null,
  ISTOP          number(1) default 1 not null,
  TYPE           number(1) default 1 not null,
  THEME_ID       number(11) not null
)
tablespace PETSDATA
  storage
  (
    initial 64K
    minextents 1
    maxextents unlimited
  );


-- Add comments to the columns

comment on column MYPOSTS.ID
  is 'ID';
comment on column MYPOSTS.XUNWEIID
  is '迅维活动编号';
comment on column MYPOSTS.TITLE
  is '标题';
comment on column MYPOSTS.KEYWORD
  is '关键字';
comment on column MYPOSTS.CONTENT
  is '正文';
comment on column MYPOSTS.STATUS
  is '状态 1.新 2.己回复 3.己解决 4.己封存';
comment on column MYPOSTS.PUBLISH_TIME
  is '发表时间';
comment on column MYPOSTS.PUBLISHER
  is '发表人';
comment on column MYPOSTS.REPLY_TIME
  is '回复时间';
comment on column MYPOSTS.REPLYER
  is '回复人';
comment on column MYPOSTS.REPLY_EVALUATE
  is '回复评价';
comment on column MYPOSTS.EVALUATE_TIME
  is '评价时间';
comment on column MYPOSTS.POST_LEVEL
  is '等级 1.一般 2.精华';
comment on column MYPOSTS.ISTOP
  is '是否置顶 1.否 2.是';
comment on column MYPOSTS.TYPE
  is '类型 1.新贴 2.回复贴';
comment on column MYPOSTS.THEME_ID
  is '主题id';

论坛徽章:
1
数据库技术版块每日发帖之星
日期:2016-01-24 06:20:00
2 [报告]
发表于 2009-11-27 15:28 |只看该作者
$ oerr ora 01658
01658, 00000, "unable to create INITIAL extent for segment in tablespace %s"
// *Cause:  Failed to find sufficient contiguous space to allocate INITIAL
//          extent for segment being created.
// *Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the
//          tablespace or retry with a smaller value for INITIAL
$


看看是不是表空间耗尽了

论坛徽章:
0
3 [报告]
发表于 2009-11-27 15:42 |只看该作者

回复 #2 Minsic 的帖子

恩,是的。问题己经解决。谢谢了.

[ 本帖最后由 hsqsoft 于 2009-11-27 15:44 编辑 ]

论坛徽章:
59
2015七夕节徽章
日期:2015-08-24 11:17:25ChinaUnix专家徽章
日期:2015-07-20 09:19:30每周论坛发贴之星
日期:2015-07-20 09:19:42ChinaUnix元老
日期:2015-07-20 11:04:38荣誉版主
日期:2015-07-20 11:05:19巳蛇
日期:2015-07-20 11:05:26CU十二周年纪念徽章
日期:2015-07-20 11:05:27IT运维版块每日发帖之星
日期:2015-07-20 11:05:34操作系统版块每日发帖之星
日期:2015-07-20 11:05:36程序设计版块每日发帖之星
日期:2015-07-20 11:05:40数据库技术版块每日发帖之星
日期:2015-07-20 11:05:432015年辞旧岁徽章
日期:2015-07-20 11:05:44
4 [报告]
发表于 2009-11-28 10:38 |只看该作者
是存储空间不足了啊
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP