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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: how determine chaining if using gather_stats

RE: how determine chaining if using gather_stats

From: Mark Leith <mark_at_cool-tools.co.uk>
Date: Fri, 01 Jun 2001 07:54:17 -0700
Message-ID: <F001.00317C70.20010601072054@fatcity.com>

You could just use:

analyze table <table_name> list chained rows;

This will then store all chained rows in to the CHAINED_ROWS table, with their rowid's etc. - You will however have to run the utlchn1.sql file - found in Oracle_home/./RBMS/ADMIN on a Win2K box..

HTH Mark

-----Original Message-----
Eduard
Sent: Friday, June 01, 2001 03:00
To: Multiple recipients of list ORACLE-L

Hi Jeffrey,

If you've decided to use dbms_stats, I don't know the reasons to use analyze anymore.
In terms of stored statistics DBMS_STATS will give you the same and a little more.
I mean for example integral statistics for your partition tables. And you can analyze tables in parallel

Regards,
Ed

 -----Original Message-----
Sent: 1 ???? 2001 ?. 16:55
To: Multiple recipients of list ORACLE-L

Since oracle seems to be pushing the dbms_stats.gather_stats procedure for getting table statistics. Do you run a separate analyze command to find the number of chained rows since gather stats does not get this value. Or are you still using "analyze".

Jeffrey Beckstrom
Database Administrator
Greater Cleveland Regional Transit Authority 1240 W. 6th Street
Cleveland, Ohio 44113
(216) 781-4204

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Shevtsov, Eduard
  INET: EShevtsov_at_flagship.ru

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mark Leith INET: mark_at_cool-tools.co.uk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Fri Jun 01 2001 - 09:54:17 CDT

Original text of this message

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