Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> how to imp statistics from 8i to 9i db
Hi:
We have a program that import a big schema data and then run DBMS_STATS.GATHER_TABLE_STATS for all the imported tables. Now with oracle 9.2.0.1.0 installed, I thought we could get rid off "DBMS_STATS.GATHER_TABLE_STATS" step since it can import satatistics.
However our original db is still 8173. I tried the following and it does not seem to work.
If I use STATISTICS=ALWAYS in Step 3, I got the same result. So my question is: what should I do so that I can import 8i statistics into an 9i db?
Thanks.
Guang
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Guang Mei
INET: gmei_at_incyte.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Wed Oct 15 2003 - 15:44:24 CDT