放假前导入数据的时候,出现,ORA-03232错误:
ORA-03232 unable to allocate an extent of string blocks from tablespace string
Cause: An attempt was made to specify a HASH_MULTIBLOCK_IO_COUNT value that is greater than the tablespace's NEXT value.
Action: Increase the value of NEXT for the tablespace using ALTER TABLESPACE DEFAULT STORAGE or decrease the value of HASH_MULTIBLOCK_IO_COUNT.
google itpub 发现一些相关连接,增大临时表空间的next值,问题解决。
http://blog.itpub.net/post/385/43467