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

Home -> Community -> Usenet -> c.d.o.server -> Re: Monthly maintenance

Re: Monthly maintenance

From: Charles Hooper <hooperc2000_at_yahoo.com>
Date: 8 Nov 2006 05:13:06 -0800
Message-ID: <1162991586.798426.305460@f16g2000cwb.googlegroups.com>


Lber wrote:
> Hi,
> I'm in the process of setting up an Oracle server.
> what sort of maintenance does Oracle need to keep it running at it's optimum
> levels?
>
> FYI it's an 8i server
>
> TIA
For Oracle 8i:
* Keep the table and index statistics up to date, daily, once a week, or however often is required. Do not gather stats for the SYS schema. Use SQLPlus to execute a command similar to this: begin
dbms_stats.gather_schema_stats(ownname=> 'schema_to_be_analyzed_here', CASCADE=> true);
end;
/

Charles Hooper
PC Support Specialist
K&M Machine-Fabricating, Inc. Received on Wed Nov 08 2006 - 07:13:06 CST

Original text of this message

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