The error cause and solution of EXP-00091

Source: Internet
Author: User

Cause: the NLS_LANG parameter of the client connection is inconsistent with the NLS_CHARACTERSET In the DB. view the server parameters:

Select * from nls_database_parameters t where t. parameter = 'nls _ CHARACTERSET'
Or
Select * from v $ nls_parameters where parameter = 'nls _ CHARACTERSET ';
SQL> select * from v $ nls_parameters where parameter = 'nls _ CHARACTERSET ';

PARAMETER VALUE
---------------------------------------------------------------------
NLS_CHARACTERSET AL32UTF8

Client connection settings:

WINNT> set NLS_LANG = AMERICAN_AMERICA.AL32UTF8
LINUX> export NLS_LANG = AMERICAN_AMERICA.AL32UTF8s

I generally write it as bat to do this:

Set NLS_LANG = AMERICAN_AMERICA.AL32UTF8
D: \ Oracle \ product \ 10.2.0 \ client_1 \ BIN \ exp.exe PESP_USER/PESP_USER @ DBUTF8 file = "f: \ pesp_db_20127.dmp" log = f: \ exp. log owner = PESP_USER

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.