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: How long should statspack.snap take to run?

Re: How long should statspack.snap take to run?

From: <nomorekiss_at_gmail.com>
Date: 15 Jul 2006 07:34:56 -0700
Message-ID: <1152974096.786912.207010@b28g2000cwb.googlegroups.com>


You can try to gather statistics on SYS schema exec DBMS_STATS.GATHER_SCHEMA_STATS('SYS');

If that doesn't help try to delete statistics on that schema: exec DBMS_STATS.DELETE_SCHEMA_STATS('SYS');

Since you are using 9i there shouldn't be any serious problems unless applications itself rely on dictionary views or sys tables.

You might notice some performance changes with tools used to monitor database (TOAD etc.) or utilities (exp for example) after changes mentioned above. Received on Sat Jul 15 2006 - 09:34:56 CDT

Original text of this message

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