Home » RDBMS Server » Server Administration » Questionable statistics in Exporting
Questionable statistics in Exporting [message #63146] Tue, 14 September 2004 09:54 Go to next message
Mohammed Riyaz
Messages: 2
Registered: September 2004
Junior Member
When i tried to export a dump file from Oracle 9i.2 database i am recieving a message exp-0091:exporting questionable statics"pls

help me to get out of this problem

 
Re: Questionable statistics in Exporting [message #63147 is a reply to message #63146] Tue, 14 September 2004 10:10 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
This is not a problem.
use statistics=none if u dont want the statistics to be exported.

exp dba/pass owner=scott statistics=none
Re: Questionable statistics in Exporting [message #63148 is a reply to message #63147] Tue, 14 September 2004 10:44 Go to previous messageGo to next message
Mohammed Riyaz
Messages: 2
Registered: September 2004
Junior Member
thanks for the solution and i would like to know what is questionable statistics in Oracle database
Re: Questionable statistics in Exporting [message #63149 is a reply to message #63148] Tue, 14 September 2004 12:23 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
quoting the docs

STATISTICS
Default: ESTIMATE

Specifies the type of database optimizer statistics to
generate when the exported data is imported. Options
are ESTIMATE, COMPUTE, and NONE. See the Import
parameter STATISTICS and Importing Statistics.

In some cases, Export will place the precalculated
statistics in the export file as well as the ANALYZE
statements to regenerate the statistics.

However, the precalculated optimizer statistics will
not be used at export time if a table has columns with
system-generated names.

The precalculated optimizer statistics are flagged as
questionable at export time if:

There are row errors while exporting
The client character set or NCHAR character set does
not match the server character set or NCHAR character
set
A QUERY clause is specified
Only certain partitions or subpartitions are exported
Previous Topic: Oracle paramters validation
Next Topic: RAID for indexes vs. tables
Goto Forum:
  


Current Time: Wed Jul 03 09:39:13 CDT 2024