ora-01536

简介: 昨天晚上被开发人员叫来,说系统出现 ora-01536。 我查询一下: ORA-01536 space quota exceeded for tablespace 'string' Cause: The space quota for the segm...
昨天晚上被开发人员叫来,说系统出现
ora-01536。

我查询一下:
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.

问题很快解决。

我现在的问题是,出现ora-01536的时机。
我的表空间当时还剩118m,而且用户表的next增长都是1M.而且前面为什么没有出现这个错误?

目录
相关文章
|
Oracle 关系型数据库
ORA-27468
job无法删除。
192 0
|
Oracle 关系型数据库
ora.chad
ora.chad 进程描述,和作用。
3035 0
|
SQL Oracle 关系型数据库
|
关系型数据库 Oracle 安全
|
数据库 关系型数据库 Oracle
|
机器学习/深度学习 关系型数据库 Oracle
1025ORA-00600[kkpo_rcinfo_defstgdelseg]
[20161025]ORA-00600 [kkpo_rcinfo_defstgdelseg], [xxxx].txt --链接http://www.anbob.com/archives/2745.html,重复操作,做1个记录。
1272 0
|
SQL Oracle 关系型数据库
ORA-00704、ORA-39700处理
文章版权所有Jusin Hao(luckyfriends),支持原创,转载请注明。 原来的数据库11.2.0.1,现在安装的是11.2.0.3 SQL> alter database open; alter database open ...
1001 0
|
存储
ORA-02374 ORA-12899 ORA-02372
<p><br></p> <p><br></p> <p></p> <div style="font-family:'lucida Grande',Verdana,'Microsoft YaHei'; font-size:14px; line-height:23.8px"> <div><span style="color:#33cc00">ORA-<span style="border
4945 0
|
SQL Oracle 关系型数据库
ORA-39083 ORA-00959
<p><br></p> <p></p> <div style="font-family:'lucida Grande',Verdana,'Microsoft YaHei'; font-size:14px; line-height:23.8px"> <div> <span style="color:#ff0000; line-height:23.8px">ORA-<span style
3424 0
|
监控 数据库 数据安全/隐私保护
关于ora-02391问题的总结
关于ORA问题的分析和解决其实是一个很好的学习思路,抓住一个每一个ORA错误,然后进一步分析一些原因,总结,总会有不一样的收获,还是那句话,任何问题背后都是有原因的。
894 0