| > |
EXPERT RESPONSE
When you rebuild an index you have the option to compute statistics at the time of your command, so the basic answer is yes, you may need to compute statistics on the new index. With Oracle 10g and later versions, Oracle will compute indexes' statistics on rebuild and creation. However, if you want, you can always include the COMPUTE STATISTICS. It will not cause an error, but I would suggest you remove it from any 10g+ statements.
|
|