OS= Windoze NT
Oracle Ver= 8.1.6.1.0

Well, I have the error as you can see, here is the problem. We have 6 developement instances and only one is getting this error from the application code.
I checked the HASH_MULTIBLOCK_IO_COUNT for both integration test instances and they are at 0, so I can not set it any lower. The initial and next for the tablespace is 512K, yet in the other instance it is 20k and there is no problem there, strange.

Suggestions?

MH


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.