Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Exporting and Importing Statistics
You'll need to look into DBMS_STATS, described in the "Supplied Packages Reference", to do what you want. Basically you can do something like this example concering statistics for a table called TRANSACTIONS:
"Myron Wintonyk" <Myron.Wintonyk_at_UAlberta.ca> skrev i en meddelelse
news:99hg4t$k$1_at_kraken.itc.gu.edu.au...
> I'm trying to import statistics from one db into another. However, the
> documentation is rather vauge in this area. I can't get it to work.
Here's
> what I've tried:
>
> exp ... STATISTICS = NONE
> imp ... RECALCULATE_STATISTICS=Y ANALYZE=N
>
> Given that I was desperate, I tried every combination of these paraeters
as
> well.
> STATISTICS=(COMPUTE,NONE) I didn't try ESTIMATE.
> RECALCULATE_STATISTICS=(Y,N)
> ANALYZE=(Y,N)
>
> Has anyone done this successfully and can give me a hint?
>
> Thanks ...
>
>
Received on Mon Mar 26 2001 - 01:35:25 CST
![]() |
![]() |