Several error exp-00008,ora-00904,ora-01003,exp-00091 about Oracle's export data

Source: Internet
Author: User

First describe the version of the database

Server: 10.2.0.5.0

Client: 11.2.0.1.0

Export will error

EXP-00008: Encountering ORACLE error 1003

Ora-01003:no statement parsed

And

EXP-00008: Encountering ORACLE error 904

ORA-00904: "MAXSIZE": Invalid identifier

This sample problem, how also can not think of is the client can not backward-compatible bar, trapped me for a long time. I decided to try out whether the client is incompatible with the problem, and sure enough.


A virtual machine is installed and the client version is 10.2.0.4.0

Exp immediately, or an error.

Exp-00091:exporting questionable statistics.

Wipe, this error Baidu a check, since it is a character set problem, immediately query the next server on the character set is what?

SELECT * from Nls_database_parameters t where t.parameter= ' nls_characterset ';

Or

SELECT * from v$nls_parameters where parameter= ' nls_characterset ';


The result is: ZHS16GBK


Then set the CharSet:

window Platform:winnt> set Nls_lang=american_america. ZHS16GBK

After setting, see if the value of Nls_lang is consistent in the environment variable, and if the inconsistency can be modified in the environment variable.
Linux> export Nls_lang=american_america. Zhs16gbk


This article from "Puma Bar" blog, reproduced please contact the author!

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.