Home > Database > Mysql Tutorial > ora-01653 temp不够大问题解决

ora-01653 temp不够大问题解决

WBOY
Release: 2016-06-07 17:17:02
Original
1175 people have browsed it

我们在为一个大约70G的表重建索引的时候发现,会报ora 1653错误,实质就是temp断不够大,因为在建索引的时候需要排序,从而导致了

我们在为一个大约70G的表重建索引的时候发现,会报ora 1653错误,实质就是temp断不够大,因为在建索引的时候需要排序,从而导致了大量的temp段使用,所以我们采用了指定temp段的方法

如下:

实质就是建立一个bigfile temporary tablespace 的表空间,然后重新指定

用户的temp空间,,比较推荐再建立表空间的时候采用bigfile 字段,因为在32位系统里面Oracle最多只支持到30G的单个文件。

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template