aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-01658: unable to create INITIAL extent for segment in tablespace string

ORA-01658: unable to create INITIAL extent for segment in tablespace string
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

请先 登录 后评论

1 个回答

小智
ORA-01658:无法为表空间字符串中的段创建INITIAL扩展,
.原因:无法找到足够的连续空间来为正在创建的段分配INITIAL extent。,
.操作:使用ALTER TABLESPACE ADD DATAFILE向表空间添加更多空间,或者使用较小的INITIAL值重试,
.
请先 登录 后评论