Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Can index be dropped and created automatically by the server?

Re: Can index be dropped and created automatically by the server?

From: Paul Drake <paled_at_home.com>
Date: Fri, 28 Sep 2001 04:56:13 GMT
Message-ID: <3BB402D0.4E618BA4@home.com>


Setting Up an Automated Index-Rebuilding System

http://oracle.com/oramag/webcolumns/2001/index.html?auto_index.html

that will help.

paul

jameswan wrote:
>
> We have Oracle 8.0.4 server running on HP-UX. Every week, a cron job is
> running to update the database doing some updating, inserting tasks. The
> default optimization is rule-based optimization. Every Sunday, a cron job is
> run with DBMS_Util.analyze("schema_name", "compute"). However, from week
> to week, the explain plan shows different path, and the index may be created
> or dropped for the table. The performance of course varies from week to
> week. Because we do not know if some body has deliberately done this or
> not, I wonder if some body can confirm that the index could be automatically
> created or dropped by the system.
>
> It is really troublesome, your help is appreciated.
>
> Thanks.
>
> -James W.
Received on Thu Sep 27 2001 - 23:56:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US