create an index online?
35491Nov 14 2006 — edited Nov 14 2006Hi, some questions regarding indexes:
I wonder if I can create an index on a table (having 16 million records) online, I mean the table is constantly being used by 50 users doing only inserts all the time. So what happens if I create the index during the table is being used? I'm using Oracle standard edition 9.2.0.6.
I also wonder the difference of using one index on two columns (date, number) or two indexes on the same columns? The queries against this table are always using both columns in the where-clause.
Regards
Carl-Michael