Questionable Statistics [message #230441] |
Thu, 12 April 2007 00:50 |
rtskrajan
Messages: 43 Registered: March 2007
|
Member |
|
|
Hello
While Exporting Database following message displayed in each table...
EXP-00091: Exporting questionable statistics.
. . exporting table SCPROFRGHT1 1966 rows exported
Anyone help...
|
|
|
|
|
Re: Questionable Statistics [message #230450 is a reply to message #230446] |
Thu, 12 April 2007 01:08 |
Mohammad Taj
Messages: 2412 Registered: September 2006 Location: Dubai, UAE
|
Senior Member |
|
|
Hi,
Before Export on command prompt.
try like
First check "NLS_CHARACTERSET" of database through below query
SQL> select VALUE
2 from nls_database_parameters
3 where PARAMETER = 'NLS_CHARACTERSET';
VALUE
----------------------------------------
WE8MSWIN1252
On command prompt
c:\> set NLS_LANG=.WE8MSWIN1252
before set anything are you check all related point for this error on above link.
Regards
Taj
[Updated on: Thu, 12 April 2007 01:08] Report message to a moderator
|
|
|
|