I had created one very large index tablespace to store my handful of indexes in. Now, I have broken them out into three separate tablespaces and have recreated the indexes using them. I want to shrink that initial tablespace, but I get the following error:
The file was set to 3 gig, only has 800 meg of index in it, and I want to shrink it to 1 gig. I just dropped and recreated these indexes. Doesn't it create them starting from the beginning of the space? I can't imagine that it is creating the index in the middle of a 3 gig file.
Any suggestions?
Terry M. Hoey
th3856@txmail.sbc.com
While I don't mind e-mail messages, please post all questions in these forums for the benefit of all members.
Code:
ORA-03297 file contains num blocks of data beyond requested RESIZE value
Cause: Some portion of the file in the region to be trimmed is currently in use by a database segment.
Action: Drop or move segments containing extents in this region prior to resizing the file, or choose a resize value such that only free space is in the trimmed region.
Any suggestions?
Terry M. Hoey
th3856@txmail.sbc.com
While I don't mind e-mail messages, please post all questions in these forums for the benefit of all members.