Exporting questionable statistics occurs when Exporting ORACLE databases in Linux. Error Handling

Source: Internet
Author: User

Environment: machine A and machine B are both LINUX systems. However, machine B has insufficient space, so after the database service is stopped, you are ready to export data on machine.
Export Statement exp user/password @ sid file = 0320.dmp
The error Exporting questionable statistics. does not occur during the export process.
The character set is a problem.
Use a statement to view the character set of the database.
Select * from nls_database_parameters t where t. parameter = 'nls _ CHARACTERSET ';
Or
Selct * from v $ nls_parameters where parameter = 'nls _ CHARACTERSET ';
The result is the same. Both devices A and B are ZHS16GBK. Strange. Why not? After looking at the system character set of machine A, I found that it is in simplified Chinese. Will it be the problem?
Use it on machine A again
Export NLS_LANG = AMERICAN_AMERICA.ZHS16GBK
If you export data again, there will be no errors.
It turns out that the character set of the system is incorrect, rather than that of ORACLE.

Related Article

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.