is this only for enterprise edition?
Tina McAllsiter, September 22, 2003 - 9:21 am UTC
I ran and got error ORA-00439: feature not enabled: Online Index Build. So is this a feature for enterprise edition only? We have standard edition.
September 22, 2003 - 9:24 am UTC
Problems with not using online
A reader, July 15, 2005 - 4:07 pm UTC
Hi. I've got a beginning level question -
If you don't use online - what happens? Let's say you're in a warehouse environment with no DML - do you need to use the online feature?
July 15, 2005 - 8:36 pm UTC
you never "need" to use online, online permits modifications while the rebuild takes place. if you don't need that, you don't need that.
rebuilding an index in a warehouse could be a bad idea if you have lots of long running queries. The queries that start at time T0 and use the index will be "upset" perhaps at time T2 after you rebuild their index at time T1 -- the index they were using "goes away"