Spatial Index Rebuild and segments associated with spatial indexes
I've got a script that builds a partitioned spatial index in several different tablespaces. However it appears that all of the partitions are being built in the same tablespace (F_DEFAULT_SPATIAL) and that tablespace is running out of space LONG before all of the partitions are rebuilt (about 60 of 2000 complete). A small part of the script is below. Can you suggest the correction necessary to build the segments in the correct partitions?
I'm coping the table from a different database. The F_DEFAULT_SPATIAL tablespace is 87G on the source and 132G on the destination so that shouldn't be a problem.
1