ORA-01658无法为表空间中的段创建INITIAL区

导出空表设置时,提示错误是:

ORA-01658无法为表空间中的段创建INITIAL区

 

查找解决方案为 表空间已满    设置表空间自动增长 即可

例:  alter database datafile 'C:\WAC_DB.DBF' autoextend on;

网上一篇解决方法为:

https://jingyan.baidu.com/article/e75057f21961d5ebc81a897e.html

 

posted @ 2018-07-04 10:59  .L  阅读(4751)  评论(0编辑  收藏  举报