紧急求助,高手请进

Tom_Tan 2003-07-03 02:22:51
数据库的一张表现在INSERT不进记录了,老提示ORA-01536 没有空间的错误,但是我增加数据文件和修改表的大小为无限制之后重起数据仍然出现该错误,怎么办啊???
这张表的记录现在300多万条
...全文
110 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
gladness 2003-07-04
  • 打赏
  • 举报
回复
假如这个表属于用户user1,那么以system用户登录:
ALTER USER user1 QUOTA UNLIMITED ON 表空间名;
bobfang 2003-07-04
  • 打赏
  • 举报
回复
检查用户在这个表空间上的磁盘配额,要增加这个值
hot.wind 2003-07-04
  • 打赏
  • 举报
回复
先看看磁盘空间,再看看user,index等几个表空间的设置。
supkim 2003-07-04
  • 打赏
  • 举报
回复
看看在一个space中的其它表是不是也这样的问题。
如果是的话,请检查磁盘的容量和数据文件的大小。
xunx 2003-07-04
  • 打赏
  • 举报
回复
ORA-01536 space quota exceeded for tablespace 'string'

Cause The space quota for the segment owner in the tablespace has been exhausted and the operation attempted the creation of a new segment extent in the tablespace.
Action Either drop unnecessary objects in the tablespace to reclaim space or have a privileged user increase the quota on this tablespace for the segment owner.
Tom_Tan 2003-07-04
  • 打赏
  • 举报
回复
怎么没有知道的?

3,499

社区成员

发帖
与我相关
我的任务
社区描述
Oracle 高级技术相关讨论专区
社区管理员
  • 高级技术社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧