ORACLE常见错误代码的分析与解决(二)
时间:2007-11-09 来源:不详 作者:迈克DB
查看其错误出现的地方,如果出现在回滚段或索引上,那么必须将其删除并重建,如果出现在临时表空间,修改临时表空
间的存储字段,便可解决这个问题。
一个报错例子如下:
ORA-1628:max # extents 50 reached for rollback segment RBS_1
相应的英文如下:
Cause: An attempt was made to extend a rollback segment that already has reached its maximum size or space
could not be allocated in the data dictionary to contain the definition of the object.
Action:If possible,increase the value of either the MAXEXTENTS or PCTINCREASE initialization parameters or
find the data dictionary table lacking space and alter the storage parameters,as described in the Oracle8
Server Administrator’s Guide.
上一篇:自动备份Oracle数据库 下一篇:ORACLE常见错误代码的分析与解决(三)
文章评论
共有位Admini5网友发表了评论 查看完整内容