Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Fasten huge index rebuild - How To ?
Hi Prem.,
I was thinking more about the events that/these sessions are experiencing while creating the index on the test system.
For example, when they are testing the creation of the index on the test system if possible to get the events timing for this/these sessions.
I suspect a few things: db file sequential read,
direct path reads/writes and log file sync.
also, it can be crazy CPU usage while creating the
domain index.
Usually when something is slow it looks as disk I/O
related thing, but CLOB/XMLType and domain indexes may
be CPU related problems.
You need to look what the session are doing that long while creating the index on the test system.
Also it will be helpful to put SQL script for the index creation, the number of CPU's on the test/production box, ....
Regards,
Zoran
-- http://www.freelists.org/webpage/oracle-lReceived on Thu May 19 2005 - 10:28:51 CDT
![]() |
![]() |