Home > Database > Mysql Tutorial > Oracle教程:EXP-00091 Exporting questionable statistics错误

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

WBOY
Release: 2016-06-07 17:04:02
Original
1231 people have browsed it

在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

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template