Heim >Datenbank >MySQL-Tutorial >Oracle教程:EXP-00091 Exporting questionable statistics错误

Oracle教程:EXP-00091 Exporting questionable statistics错误

WBOY
WBOYOriginal
2016-06-07 17:04:021223Durchsuche

在exp导出数据时,出现很多EXP-00091 Exporting questionable statistics错误。这个主要是因为exp中的NSL_LANG与数据库中的NSL_

在exp导出数据时,出现很多EXP-00091 Exporting questionable statistics错误。

这个主要是因为exp中的NSL_LANG与数据库中的NSL_CHARACTERSET不一样造成的。

查看数据库中的NSL_CHARACTERSET

SQL> select * from v$nls_parameters where parameter='NLS_CHARACTERSET';

PARAMETER     VALUE

--------------  ----------------------------------------------

NLS_CHARACTERSET UTF8

然后设置Linux的环境变量,在 .bash_profile中增加上

export NLS_LANG=AMERICAN_AMERICA.UTF8 即可解决问题。

linux

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn