wietman, thanks -
default temp tablespace is only 2,213,892 KB - create this index fails. I have altered user to use another tablespace with large amount of free space but that free space will be going down as I create more and more the same kind of indexes. I would like to calculate min amount of space add some more and then ask for it to add to machine. I do not like to go to much overhead and ask for 100 GB. Want to fine some realistic number. And, I was kind of wrong saying "rebuild index" - I should say "create index" - DB was imported w/o indexes, so now I'm running create indexes.
Main Topics
Browse All Topics





by: wietmanPosted on 2009-10-02 at 07:24:03ID: 25478185
I would try doing a test in another env or (I know this is asking a lot give the size of your index) try doing an index rebuild. It is my understanding that a rebuild uses the old index , so I would think TEMP space usage would be minimal.