building an index on a large table in parallel
Hello. I am using oracle 10.2.0.3 . I have a table with about 300mil rows and I will need to build a PK index on it. This table is partitioned with just one partition. That means - I believe - that I won't be able to create index in parallel. So I will be reading this table sequentially which will take hours. Does anyone know whether there is a way to force the index build to run in parallel in my situation?
thank you
Gene
0