Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_stats
Oradba Linux wrote:
>
> Can i copy the stats for a table to another table - one is non-partitioned
> and another will be online redefined into a partitioned table
> Will this work well ? Instead of regathering stats after partitioning the
> table i am thinking of doing this.
export/import facilities exist in dbms_stats
alternatively you can get_... and set_... routines to be more selective in what stats you transfer
-- Connor McDonald Co-author: "Mastering Oracle PL/SQL - Practical Solutions" Co-author: "Oracle Insight - Tales of the OakTable" web: http://www.oracledba.co.uk web: http://www.oaktable.net email: connor_mcdonald_at_yahoo.com "GIVE a man a fish and he will eat for a day. But TEACH him how to fish, and...he will sit in a boat and drink beer all day" ------------------------------------------------------------Received on Tue Feb 01 2005 - 07:55:37 CST