昨天晚上被开发人员叫来,说系统出现
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.而且前面为什么没有出现这个错误?
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/267265/viewspace-82877/,如需转载,请注明出处,否则将追究法律责任。