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: got EXP-00091 warning

RE: got EXP-00091 warning

From: DENNIS WILLIAMS <DWILLIAMS_at_LIFETOUCH.COM>
Date: Fri, 20 Jun 2003 11:33:02 -0700
Message-ID: <F001.005B68D6.20030620111555@fatcity.com>


Jin

   I cured this one with STATISTICS=NONE. Inelegant, but effective nonetheless.

Dennis Williams
DBA, 80%OCP, 100% DBA
Lifetouch, Inc.
[EMAIL PROTECTED] -----Original Message-----
Sent: Friday, June 20, 2003 10:21 AM
To: Multiple recipients of list ORACLE-L

Greetings,

When I export schema containing some tables, I got EXP-00091 warnings. The log
is saying:
"
..
JServer Release 9.2.0.1.0 - Production
Export done in US7ASCII character set and AL16UTF16 NCHAR character set server uses WE8ISO8859P1 character set (possible charset conversion)
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user XXX
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user XXX
About to export XXX's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export XXX's tables via Conventional Path ...
. . exporting table CHEMISTRY 0 rows exported
EXP-00091: Exporting questionable statistics.
. . exporting table CHEMISTRY_ALIAS 0 rows exported
EXP-00091: Exporting questionable statistics.
. . exporting table DESTINATION_PLATE_WELL 0 rows exported
EXP-00091: Exporting questionable statistics. ...
"

I check oracle document and it says:
"
EXP-00091 Exporting questionable statistics

    Cause: Export was able to export statistics, but the statistics may not be
useable. The statistics are questionable because one or more of the following
happened during export: a row error occurred, client character set or NCHARSET
does not match with the server, a query clause was specified on export, only certain partitions or subpartitions were exported, or a fatal error occurred while processing a table.

    Action: To export non-questionable statistics, change the client character
set or NCHARSET to match the server, export with no query clause, or export complete tables. If desired, import parameters can be supplied so that only non-questionable statistics will be imported, and all questionable statistics
will be recalculated.
"

So I think the problem is chararter set not matching. So how can I change client
character set?

Thanks,
Jin

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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.net
-- 
Author: DENNIS WILLIAMS
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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 20 2003 - 13:33:02 CDT

Original text of this message

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