服务器 频道

ORA-01652错误的解决和启示

  【IT168 服务器学院】ORA-01652: unable to extend temp segment by 8192 in tablespace

  今天在IMP一个大约5GB的索引表的时候,数据库Alter文件提示ORA-1625错误,从而无法继续做IMP操作。ORACLE对此错误解释如下:

  ------------------------------------------------------------------
  Cause: Failed to allocate an extent for temporary segment in tablespace.
  Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
  ------------------------------------------------------------------

  使用Oracle10g 的EM Browser为TEMP表空间添加到7GB的容量后解决问题。

  启示:以后在遇到类似需要大数据量索引或排序操作地情况,一定要注意TEMP表空间的大小是否够用。
  

0
相关文章